Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47104
b: refs/heads/master
c: c9b443d
h: refs/heads/master
v: v3
  • Loading branch information
Tobin Davis authored and Jaroslav Kysela committed Feb 9, 2007
1 parent 4cb2606 commit fa9149e
Show file tree
Hide file tree
Showing 5 changed files with 1,325 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: e6327cf90b1e5e849ac87fbdaee7822a64b6ff56
refs/heads/master: c9b443d4fdf4e84ce1f40e1f507c313f3a8a8294
14 changes: 14 additions & 0 deletions trunk/Documentation/sound/alsa/ALSA-Configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,20 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
laptop 3-jack with hp-jack automute
laptop-dig ditto with SPDIF
auto auto-config reading BIOS (default)

Conexant 5045
laptop Laptop config
test for testing/debugging purpose, almost all controls
can be adjusted. Appearing only when compiled with
$CONFIG_SND_DEBUG=y

Conexant 5047
laptop Basic Laptop config
laptop-hp Laptop config for some HP models (subdevice 30A5)
laptop-eapd Laptop config with EAPD support
test for testing/debugging purpose, almost all controls
can be adjusted. Appearing only when compiled with
$CONFIG_SND_DEBUG=y

STAC9200/9205/9220/9221/9254
ref Reference board
Expand Down
10 changes: 9 additions & 1 deletion trunk/sound/pci/hda/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
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 patch_sigmatel.o patch_si3054.o patch_atihdmi.o
snd-hda-codec-objs := hda_codec.o \
hda_generic.o \
patch_realtek.o \
patch_cmedia.o \
patch_analog.o \
patch_sigmatel.o \
patch_si3054.o \
patch_atihdmi.o \
patch_conexant.o
ifdef CONFIG_PROC_FS
snd-hda-codec-objs += hda_proc.o
endif
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 @@ -14,6 +14,8 @@ extern struct hda_codec_preset snd_hda_preset_sigmatel[];
extern struct hda_codec_preset snd_hda_preset_si3054[];
/* ATI HDMI codecs */
extern struct hda_codec_preset snd_hda_preset_atihdmi[];
/* Conexant audio codec */
extern struct hda_codec_preset snd_hda_preset_conexant[];

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

0 comments on commit fa9149e

Please sign in to comment.