1. Feb 14, 2014
  2. Feb 12, 2014
  3. Feb 11, 2014
  4. Feb 10, 2014
    • Takashi Iwai's avatar
      ALSA: hda - Fix undefined symbol due to builtin/module mixup · ef8e39b5
      Takashi Iwai authored
      Even after the fix for leftover kconfig handling (commit f8f1becf),
      the current code still doesn't handle properly the builtin/module
      mixup case between the core snd-hda-codec and other codec drivers.
      For example, when CONFIG_SND_HDA_INTEL=y and
      CONFIG_SND_HDA_CODEC_HDMI=m, it'll end up with an unresolved symbol
      snd_hda_parse_hdmi_codec.  This patch fixes the issue.
      
      Now codec->parser points to the parser object *only* when a module
      (either generic or HDMI parser) is loaded and bound.  When a builtin
      symbol is used, codec->parser still points to NULL.  This is the
      difference from the previous versions.
      
      Fixes: f8f1becf
      
       ('ALSA: hda - Fix leftover ifdef checks after modularization')
      Reported-by: default avatarFengguang Wu <fengguang.wu@intel.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      ef8e39b5
    • Takashi Iwai's avatar
      ALSA: Replace with IS_ENABLED() · 8eeaa2f9
      Takashi Iwai authored
      
      
      Replace the lengthy #if defined(XXX) || defined(XXX_MODULE) with the
      new IS_ENABLED() macro.
      
      The patch still doesn't cover all ifdefs.  For example, the dependency
      on CONFIG_GAMEPORT is still open-coded because this also has an extra
      dependency on MODULE.  Similarly, an open-coded ifdef in pcm_oss.c and
      some sequencer-related stuff are left untouched.
      
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      8eeaa2f9
    • Masanari Iida's avatar
      ALSA: Fix typos in alsa-driver-api.xml · 0a11458c
      Masanari Iida authored
      
      
      This patch fixed 2 typos in DocBook/alsa-driver-api.xml.
      It is because this file is generated by make xmldocs,
      I have to fix typos within source files.
      
      Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      0a11458c
  5. Feb 08, 2014
  6. Feb 07, 2014
  7. Feb 05, 2014
  8. Feb 04, 2014
  9. Feb 03, 2014