1. 12 2月, 2014 6 次提交
  2. 11 2月, 2014 3 次提交
  3. 10 2月, 2014 3 次提交
    • T
      ALSA: hda - Fix undefined symbol due to builtin/module mixup · ef8e39b5
      Takashi Iwai 提交于
      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: NFengguang Wu <fengguang.wu@intel.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      ef8e39b5
    • T
      ALSA: Replace with IS_ENABLED() · 8eeaa2f9
      Takashi Iwai 提交于
      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: NTakashi Iwai <tiwai@suse.de>
      8eeaa2f9
    • M
      ALSA: Fix typos in alsa-driver-api.xml · 0a11458c
      Masanari Iida 提交于
      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: NMasanari Iida <standby24x7@gmail.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      0a11458c
  4. 08 2月, 2014 3 次提交
  5. 07 2月, 2014 6 次提交
  6. 05 2月, 2014 4 次提交
  7. 04 2月, 2014 1 次提交
  8. 03 2月, 2014 14 次提交