Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353196
b: refs/heads/master
c: f2f8be4
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jan 22, 2013
1 parent 251084a commit 436a9e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2748746f40da674cd6ba405fd3ef83e12a94b8ed
refs/heads/master: f2f8be43c5c92355feea2ec332375ece00bc0ff9
5 changes: 5 additions & 0 deletions trunk/sound/pci/hda/patch_analog.c
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,7 @@ static int ad1986a_parse_auto_config(struct hda_codec *codec)
/* AD1986A has the inverted EAPD implementation */
codec->inv_eapd = 1;

spec->gen.mixer_nid = 0x07;
spec->beep_dev_nid = 0x19;
set_beep_amp(spec, 0x18, 0, HDA_OUTPUT);

Expand Down Expand Up @@ -1950,6 +1951,7 @@ static int ad1981_parse_auto_config(struct hda_codec *codec)
{
struct ad198x_spec *spec = codec->spec;

spec->gen.mixer_nid = 0x0e;
spec->beep_dev_nid = 0x10;
set_beep_amp(spec, 0x0d, 0, HDA_OUTPUT);
return ad198x_parse_auto_config(codec);
Expand Down Expand Up @@ -2825,6 +2827,7 @@ static int ad1988_parse_auto_config(struct hda_codec *codec)
{
struct ad198x_spec *spec = codec->spec;

spec->gen.mixer_nid = 0x20;
spec->beep_dev_nid = 0x10;
set_beep_amp(spec, 0x10, 0, HDA_OUTPUT);
return ad198x_parse_auto_config(codec);
Expand Down Expand Up @@ -3172,6 +3175,7 @@ static int ad1884_parse_auto_config(struct hda_codec *codec)
{
struct ad198x_spec *spec = codec->spec;

spec->gen.mixer_nid = 0x20;
spec->beep_dev_nid = 0x10;
set_beep_amp(spec, 0x10, 0, HDA_OUTPUT);
return ad198x_parse_auto_config(codec);
Expand Down Expand Up @@ -4632,6 +4636,7 @@ static int ad1882_parse_auto_config(struct hda_codec *codec)
{
struct ad198x_spec *spec = codec->spec;

spec->gen.mixer_nid = 0x20;
spec->beep_dev_nid = 0x10;
set_beep_amp(spec, 0x10, 0, HDA_OUTPUT);
return ad198x_parse_auto_config(codec);
Expand Down

0 comments on commit 436a9e9

Please sign in to comment.