ALSA: hda - Fix probe of Toshiba laptops with ALC268 codec
commit3abf2f3639959e4f53f209f93cd4d93fe9356de1
authorTakashi Iwai <tiwai@suse.de>
Wed, 19 Aug 2009 18:05:02 +0000 (19 20:05 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 19 Aug 2009 18:05:02 +0000 (19 20:05 +0200)
treea3ae0ce9e608dc3b104d2f9bca7f655ca40e206f
parentae709440edb2d36f51f5ea51cfab931f45c03e02
ALSA: hda - Fix probe of Toshiba laptops with ALC268 codec

There are many variants of Toshiba laptops with ALC268 codec, and
it seems that a few of them don't work with model=toshiba preset
since they have the secondary ALC268 codec just for HDMI output.
This is a regression due to the previous clean-up work to merge all
Toshiba quirk entries into a single check.

This patch adds the identification of such laptops to apply the
standard BIOS-probing method.  Unfortunately, Toshiba laptops have
all the same PCI SSID, so we need to check the codec SSID to identify
each device.

Tested-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c