From: Takashi Iwai Date: Fri, 19 Dec 2008 07:22:57 +0000 (+0100) Subject: Merge branch 'fix/hda' into topic/hda X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0ff555192a8d20385d49d1c420e2e8d409b3c0da;p=linux.git Merge branch 'fix/hda' into topic/hda --- 0ff555192a8d20385d49d1c420e2e8d409b3c0da diff --cc sound/pci/hda/patch_sigmatel.c index 4c851fd555650,d7c622f944f6f..71c3ccfcde167 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@@ -4642,10 -4361,11 +4652,13 @@@ again return err; } + if (spec->board_config == STAC_92HD73XX_NO_JD) + spec->hp_detect = 0; + codec->patch_ops = stac92xx_patch_ops; + codec->proc_widget_hook = stac92hd7x_proc_hook; + return 0; }