diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-12-19 18:04:37 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-01-12 08:44:53 +0100 |
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 8136c4c5b0c..9aff5cfafe2 100644 --- a/sound/pci/hda/Kconfig +++ b/sound/pci/hda/Kconfig @@ -173,6 +173,7 @@ config SND_HDA_CODEC_CONEXANT config SND_HDA_CODEC_CA0110 bool "Build Creative CA0110-IBG codec support" default y + select SND_HDA_GENERIC help Say Y here to include Creative CA0110-IBG codec support in snd-hda-intel driver, found on some Creative X-Fi cards. |