From f8a94fa6de668f676a90ee7a52b01fc4461fee11 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 7 Jan 2013 18:21:47 +0100 Subject: [PATCH] --- yaml --- r: 353106 b: refs/heads/master c: fb690cf58278163b464e3ea8b76ad31e07fb140c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_auto_parser.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a9ba58e1dd25..4ff7a4fc9a19 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3ca529d339f1904b68c6251172522302fca77b28 +refs/heads/master: fb690cf58278163b464e3ea8b76ad31e07fb140c diff --git a/trunk/sound/pci/hda/hda_auto_parser.c b/trunk/sound/pci/hda/hda_auto_parser.c index 44c81d34544d..6a01c012a0ae 100644 --- a/trunk/sound/pci/hda/hda_auto_parser.c +++ b/trunk/sound/pci/hda/hda_auto_parser.c @@ -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; }