Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264141
b: refs/heads/master
c: e0d32e3
h: refs/heads/master
i:
  264139: a3cc34d
v: v3
  • Loading branch information
Takashi Iwai committed Sep 26, 2011
1 parent 01628aa commit 292acc9
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 5fe6e0151dbd969f5fbcd94d05c968b76d76952b
refs/heads/master: e0d32e335fc0e354db93a807736243f5035fbc67
4 changes: 4 additions & 0 deletions trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,10 @@ static void alc_line_automute(struct hda_codec *codec)
{
struct alc_spec *spec = codec->spec;

/* check LO jack only when it's different from HP */
if (spec->autocfg.line_out_pins[0] == spec->autocfg.hp_pins[0])
return;

spec->line_jack_present =
detect_jacks(codec, ARRAY_SIZE(spec->autocfg.line_out_pins),
spec->autocfg.line_out_pins);
Expand Down

0 comments on commit 292acc9

Please sign in to comment.