1. 03 Nov, 2008 3 commits
    • Max Kellermann's avatar
      alsa: initialize "device" with NULL · 9074f924
      Max Kellermann authored
      When using autodetection, AlsaData.device wasn't properly initialized
      with NULL.  This broke autodetection randomly.
      9074f924
    • Max Kellermann's avatar
      mod: removed boolean globals for lazy init · e6f334a0
      Max Kellermann authored
      The variables mod_mikModInitiated and mod_mikModInitError were used to
      control lazy initialization, but they are superfluous now.
      e6f334a0
    • Max Kellermann's avatar
      mod: always initialize libmikmod · bb15c3bd
      Max Kellermann authored
      The "mod" decoder plugin was being initialized lazily, but was
      deinitialized unconditionally.  That led to segmentation faults.
      Convert mod_initMikMod() to be the global module initialization
      method.  The MPD core should care about lazy initialization.
      bb15c3bd
  2. 02 Nov, 2008 35 commits
  3. 01 Nov, 2008 2 commits