diff options
author | Joseph Chan <josephchan@via.com.tw> | 2006-11-29 09:29:40 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 03:02:15 -0500 |
commit | c577b8a16fd19a33a8865ca6451287d284a0faf6 (patch) | |
tree | fbd2e8d8778827aaf90652db94bda075ff01c22f /sound/pci/hda/Makefile | |
parent | 6c5cfd9d9d312b279adf9226b7e664f6f4c4cfc7 (diff) |
[ALSA] hda-codec - Add support for VIA VT1708(A) HD audio codec
This patch is VIA first release for HD audio codec, VT1708(A) and
it provides geneneral HD audio driver features.
Signed-off-by: Joseph Chan <josephchan@via.com.tw>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/hda/Makefile')
-rw-r--r-- | sound/pci/hda/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/Makefile b/sound/pci/hda/Makefile index 148140bb86bd..60d7b05a204a 100644 --- a/sound/pci/hda/Makefile +++ b/sound/pci/hda/Makefile | |||
@@ -7,7 +7,8 @@ snd-hda-codec-objs := hda_codec.o \ | |||
7 | patch_sigmatel.o \ | 7 | patch_sigmatel.o \ |
8 | patch_si3054.o \ | 8 | patch_si3054.o \ |
9 | patch_atihdmi.o \ | 9 | patch_atihdmi.o \ |
10 | patch_conexant.o | 10 | patch_conexant.o \ |
11 | patch_via.o | ||
11 | ifdef CONFIG_PROC_FS | 12 | ifdef CONFIG_PROC_FS |
12 | snd-hda-codec-objs += hda_proc.o | 13 | snd-hda-codec-objs += hda_proc.o |
13 | endif | 14 | endif |