Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353106
b: refs/heads/master
c: fb690cf
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jan 12, 2013
1 parent 8f754cf commit f8a94fa
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3ca529d339f1904b68c6251172522302fca77b28
refs/heads/master: fb690cf58278163b464e3ea8b76ad31e07fb140c
3 changes: 2 additions & 1 deletion trunk/sound/pci/hda/hda_auto_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ int snd_hda_parse_pin_defcfg(struct hda_codec *codec,

/* workaround for buggy BIOS setups */
if (dev == AC_JACK_LINE_OUT) {
if (conn == AC_JACK_PORT_FIXED)
if (conn == AC_JACK_PORT_FIXED ||
conn == AC_JACK_PORT_BOTH)
dev = AC_JACK_SPEAKER;
}

Expand Down

0 comments on commit f8a94fa

Please sign in to comment.