aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/Kconfig
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2013-01-07 06:27:36 -0500
committerTakashi Iwai <tiwai@suse.de>2013-01-12 02:45:02 -0500
commitb3f6008f2d511133e0f04782c437a13b6865d26b (patch)
treee8f27c69e210bd8a06db7072741bdb281afa563d /sound/pci/hda/Kconfig
parent78bb3cb0e24066f78168968de5f8e19615f1854e (diff)
ALSA: hda - Use generic parser for VIA codec driver
Yet another step forward. As all features for VIA codecs have been implemented in the generic driver, we can move on to migrate the VIA codec parser, too. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/Kconfig')
-rw-r--r--sound/pci/hda/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/Kconfig b/sound/pci/hda/Kconfig
index 4962441e6cf7..4004d405e082 100644
--- a/sound/pci/hda/Kconfig
+++ b/sound/pci/hda/Kconfig
@@ -124,6 +124,7 @@ config SND_HDA_CODEC_SIGMATEL
124config SND_HDA_CODEC_VIA 124config SND_HDA_CODEC_VIA
125 bool "Build VIA HD-audio codec support" 125 bool "Build VIA HD-audio codec support"
126 default y 126 default y
127 select SND_HDA_GENERIC
127 help 128 help
128 Say Y here to include VIA HD-audio codec support in 129 Say Y here to include VIA HD-audio codec support in
129 snd-hda-intel driver, such as VT1708. 130 snd-hda-intel driver, such as VT1708.