Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1512
b: refs/heads/master
c: 2f2f425
h: refs/heads/master
v: v3
  • Loading branch information
Matt authored and Jaroslav Kysela committed May 29, 2005
1 parent 337a3a2 commit d62b8df
Show file tree
Hide file tree
Showing 5 changed files with 566 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: 1a12de1edf234b54ce94971d5604f85809c391b9
refs/heads/master: 2f2f4251c9b123b2ab04da9e78ab6158535c2e38
2 changes: 1 addition & 1 deletion trunk/sound/pci/hda/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
snd-hda-intel-objs := hda_intel.o
snd-hda-codec-objs := hda_codec.o hda_generic.o patch_realtek.o patch_cmedia.o patch_analog.o
snd-hda-codec-objs := hda_codec.o hda_generic.o patch_realtek.o patch_cmedia.o patch_analog.o patch_sigmatel.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 @@ -51,6 +51,7 @@ static struct hda_vendor_id hda_vendor_ids[] = {
{ 0x10ec, "Realtek" },
{ 0x13f6, "C-Media" },
{ 0x434d, "C-Media" },
{ 0x8384, "SigmaTel" },
{} /* terminator */
};

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 @@ -8,10 +8,13 @@ extern struct hda_codec_preset snd_hda_preset_realtek[];
extern struct hda_codec_preset snd_hda_preset_cmedia[];
/* Analog Devices codecs */
extern struct hda_codec_preset snd_hda_preset_analog[];
/* SigmaTel codecs */
extern struct hda_codec_preset snd_hda_preset_sigmatel[];

static const struct hda_codec_preset *hda_preset_tables[] = {
snd_hda_preset_realtek,
snd_hda_preset_cmedia,
snd_hda_preset_analog,
snd_hda_preset_sigmatel,
NULL
};
Loading

0 comments on commit d62b8df

Please sign in to comment.