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

No differences found