Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361614
b: refs/heads/master
c: a86b1a2
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Mar 18, 2013
1 parent 110e1f4 commit cc52110
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 31b6945a899a30f9dffa9cba8ed2e494784810a9
refs/heads/master: a86b1a2cd2f81f74e815e07f756edd7bc5b6f034
8 changes: 4 additions & 4 deletions trunk/sound/pci/hda/patch_conexant.c
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ static int patch_cxt5045(struct hda_codec *codec)
}

if (spec->beep_amp)
snd_hda_attach_beep_device(codec, spec->beep_amp);
snd_hda_attach_beep_device(codec, get_amp_nid_(spec->beep_amp));

return 0;
}
Expand Down Expand Up @@ -1921,7 +1921,7 @@ static int patch_cxt5051(struct hda_codec *codec)
}

if (spec->beep_amp)
snd_hda_attach_beep_device(codec, spec->beep_amp);
snd_hda_attach_beep_device(codec, get_amp_nid_(spec->beep_amp));

return 0;
}
Expand Down Expand Up @@ -3099,7 +3099,7 @@ static int patch_cxt5066(struct hda_codec *codec)
}

if (spec->beep_amp)
snd_hda_attach_beep_device(codec, spec->beep_amp);
snd_hda_attach_beep_device(codec, get_amp_nid_(spec->beep_amp));

return 0;
}
Expand Down Expand Up @@ -3397,7 +3397,7 @@ static int patch_conexant_auto(struct hda_codec *codec)

codec->patch_ops = cx_auto_patch_ops;
if (spec->beep_amp)
snd_hda_attach_beep_device(codec, spec->beep_amp);
snd_hda_attach_beep_device(codec, get_amp_nid_(spec->beep_amp));

/* Some laptops with Conexant chips show stalls in S3 resume,
* which falls into the single-cmd mode.
Expand Down

0 comments on commit cc52110

Please sign in to comment.