diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-12-19 20:35:47 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-01-12 11:44:52 +0400 |
commit | b060fb0eef743b1e23d00754fdea8bedf40c2a09 (patch) | |
tree | 7cb502b8f27a7b778d4d5bd4068c27f98b57faad /sound/pci/hda/Kconfig | |
parent | 84721e81fa3513a21ecebb4c5e892ed82648a6d5 (diff) | |
download | linux-b060fb0eef743b1e23d00754fdea8bedf40c2a09.tar.xz |
ALSA: hda - Use generic codec parser for C-Media codecs
Replace the old parser code for C-Media auto-parser with the latest
generic parser. For compatibility reason, the static bindings are
still left, but they could be cleaned up in future.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/Kconfig')
-rw-r--r-- | sound/pci/hda/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/Kconfig b/sound/pci/hda/Kconfig index 30eb4c3790c6..8136c4c5b0ce 100644 --- a/sound/pci/hda/Kconfig +++ b/sound/pci/hda/Kconfig @@ -197,6 +197,7 @@ config SND_HDA_CODEC_CA0132 config SND_HDA_CODEC_CMEDIA bool "Build C-Media HD-audio codec support" default y + select SND_HDA_GENERIC help Say Y here to include C-Media HD-audio codec support in snd-hda-intel driver, such as CMI9880. |