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/hda_patch.h | |
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/hda_patch.h')
-rw-r--r-- | sound/pci/hda/hda_patch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_patch.h b/sound/pci/hda/hda_patch.h index 5904ecd88a50..9f9e9ae44a9d 100644 --- a/sound/pci/hda/hda_patch.h +++ b/sound/pci/hda/hda_patch.h | |||
@@ -16,6 +16,8 @@ extern struct hda_codec_preset snd_hda_preset_si3054[]; | |||
16 | extern struct hda_codec_preset snd_hda_preset_atihdmi[]; | 16 | extern struct hda_codec_preset snd_hda_preset_atihdmi[]; |
17 | /* Conexant audio codec */ | 17 | /* Conexant audio codec */ |
18 | extern struct hda_codec_preset snd_hda_preset_conexant[]; | 18 | extern struct hda_codec_preset snd_hda_preset_conexant[]; |
19 | /* VIA codecs */ | ||
20 | extern struct hda_codec_preset snd_hda_preset_via[]; | ||
19 | 21 | ||
20 | static const struct hda_codec_preset *hda_preset_tables[] = { | 22 | static const struct hda_codec_preset *hda_preset_tables[] = { |
21 | snd_hda_preset_realtek, | 23 | snd_hda_preset_realtek, |
@@ -25,5 +27,6 @@ static const struct hda_codec_preset *hda_preset_tables[] = { | |||
25 | snd_hda_preset_si3054, | 27 | snd_hda_preset_si3054, |
26 | snd_hda_preset_atihdmi, | 28 | snd_hda_preset_atihdmi, |
27 | snd_hda_preset_conexant, | 29 | snd_hda_preset_conexant, |
30 | snd_hda_preset_via, | ||
28 | NULL | 31 | NULL |
29 | }; | 32 | }; |