diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-12-19 12:04:37 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-01-12 02:44:53 -0500 |
commit | 8fadf1da3f370dacbeb4c30fd015a6d2cc47f2fa (patch) | |
tree | ebed21c74756d985c177c3472f7253e5b0cb71ee /sound/pci/hda/Kconfig | |
parent | b060fb0eef743b1e23d00754fdea8bedf40c2a09 (diff) |
ALSA: hda - Use generic parser for CA0110 codec
CA0110 codec is a fairly straightforward hardware implementation,
and we can use the generic parser almost as is.
Just set spec->multi_cap_vol flag to follow the current behavior.
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 8136c4c5b0ce..9aff5cfafe2b 100644 --- a/sound/pci/hda/Kconfig +++ b/sound/pci/hda/Kconfig | |||
@@ -173,6 +173,7 @@ config SND_HDA_CODEC_CONEXANT | |||
173 | config SND_HDA_CODEC_CA0110 | 173 | config SND_HDA_CODEC_CA0110 |
174 | bool "Build Creative CA0110-IBG codec support" | 174 | bool "Build Creative CA0110-IBG codec support" |
175 | default y | 175 | default y |
176 | select SND_HDA_GENERIC | ||
176 | help | 177 | help |
177 | Say Y here to include Creative CA0110-IBG codec support in | 178 | Say Y here to include Creative CA0110-IBG codec support in |
178 | snd-hda-intel driver, found on some Creative X-Fi cards. | 179 | snd-hda-intel driver, found on some Creative X-Fi cards. |