diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-01-07 12:27:36 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-01-12 08:45:02 +0100 |
commit | b3f6008f2d511133e0f04782c437a13b6865d26b (patch) | |
tree | e8f27c69e210bd8a06db7072741bdb281afa563d /sound/pci/hda/Kconfig | |
parent | 78bb3cb0e24066f78168968de5f8e19615f1854e (diff) | |
download | blackbird-op-linux-b3f6008f2d511133e0f04782c437a13b6865d26b.tar.gz blackbird-op-linux-b3f6008f2d511133e0f04782c437a13b6865d26b.zip |
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/Kconfig | 1 |
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 config SND_HDA_CODEC_VIA bool "Build VIA HD-audio codec support" default y + select SND_HDA_GENERIC help Say Y here to include VIA HD-audio codec support in snd-hda-intel driver, such as VT1708. |