diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-12-19 15:22:24 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-01-12 08:31:03 +0100 |
commit | 08c189f2c5523eda847cddb89eb8f44c0b957431 (patch) | |
tree | df0359ed346f9f8ea92e0ab98590769738ee9909 /sound/pci/hda/Kconfig | |
parent | 5d550e15be0a960c7ff5dbcf12b5a454e70403b6 (diff) | |
download | linux-08c189f2c5523eda847cddb89eb8f44c0b957431.tar.gz linux-08c189f2c5523eda847cddb89eb8f44c0b957431.tar.bz2 linux-08c189f2c5523eda847cddb89eb8f44c0b957431.zip |
ALSA: hda - Use generic parser codes for Realtek driver
The next migration step is to use the common code in generic driver
for Realtek driver. This is no drastic change and there should be no
real functional changes, as the generic parser code comes from Realtek
driver originally.
As Realtek driver requires the generic parser code, it needs a
reverse-selection of CONFIG_SND_HDA_GENERIC kconfig.
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 6eeb8897624b..ebec1b707fb6 100644 --- a/sound/pci/hda/Kconfig +++ b/sound/pci/hda/Kconfig @@ -86,6 +86,7 @@ config SND_HDA_PATCH_LOADER config SND_HDA_CODEC_REALTEK bool "Build Realtek HD-audio codec support" default y + select SND_HDA_GENERIC help Say Y here to include Realtek HD-audio codec support in snd-hda-intel driver, such as ALC880. |