Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47136
b: refs/heads/master
c: c577b8a
h: refs/heads/master
v: v3
  • Loading branch information
Joseph Chan authored and Jaroslav Kysela committed Feb 9, 2007
1 parent b1213fa commit 47c3329
Show file tree
Hide file tree
Showing 5 changed files with 1,403 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6c5cfd9d9d312b279adf9226b7e664f6f4c4cfc7
refs/heads/master: c577b8a16fd19a33a8865ca6451287d284a0faf6
3 changes: 2 additions & 1 deletion trunk/sound/pci/hda/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ snd-hda-codec-objs := hda_codec.o \
patch_sigmatel.o \
patch_si3054.o \
patch_atihdmi.o \
patch_conexant.o
patch_conexant.o \
patch_via.o
ifdef CONFIG_PROC_FS
snd-hda-codec-objs += hda_proc.o
endif
Expand Down
1 change: 1 addition & 0 deletions trunk/sound/pci/hda/hda_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ struct hda_vendor_id {
static struct hda_vendor_id hda_vendor_ids[] = {
{ 0x10ec, "Realtek" },
{ 0x1057, "Motorola" },
{ 0x1106, "VIA" },
{ 0x11d4, "Analog Devices" },
{ 0x13f6, "C-Media" },
{ 0x14f1, "Conexant" },
Expand Down
3 changes: 3 additions & 0 deletions trunk/sound/pci/hda/hda_patch.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ extern struct hda_codec_preset snd_hda_preset_si3054[];
extern struct hda_codec_preset snd_hda_preset_atihdmi[];
/* Conexant audio codec */
extern struct hda_codec_preset snd_hda_preset_conexant[];
/* VIA codecs */
extern struct hda_codec_preset snd_hda_preset_via[];

static const struct hda_codec_preset *hda_preset_tables[] = {
snd_hda_preset_realtek,
Expand All @@ -25,5 +27,6 @@ static const struct hda_codec_preset *hda_preset_tables[] = {
snd_hda_preset_si3054,
snd_hda_preset_atihdmi,
snd_hda_preset_conexant,
snd_hda_preset_via,
NULL
};
Loading

0 comments on commit 47c3329

Please sign in to comment.