Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264140
b: refs/heads/master
c: 5fe6e01
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Sep 26, 2011
1 parent a3cc34d commit 01628aa
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 6656b15d675c9c6a049db48d50994b3cd4e76bd6
refs/heads/master: 5fe6e0151dbd969f5fbcd94d05c968b76d76952b
4 changes: 3 additions & 1 deletion trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,9 @@ static int alc_subsystem_id(struct hda_codec *codec,
* 15 : 1 --> enable the function "Mute internal speaker
* when the external headphone out jack is plugged"
*/
if (!spec->autocfg.hp_pins[0]) {
if (!spec->autocfg.hp_pins[0] &&
!(spec->autocfg.line_out_pins[0] &&
spec->autocfg.line_out_type == AUTO_PIN_HP_OUT)) {
hda_nid_t nid;
tmp = (ass >> 11) & 0x3; /* HP to chassis */
if (tmp == 0)
Expand Down

0 comments on commit 01628aa

Please sign in to comment.