ALSA: hda - Skip Realtek SKU check for Lenovo machines
authorTakashi Iwai <tiwai@suse.de>
Thu, 8 Sep 2016 10:15:02 +0000 (12:15 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Sep 2016 18:41:09 +0000 (20:41 +0200)
commit09da111aef57c022ac28bb8974f41c1729102d11
tree173db84b9b9445b9bd025e103c0f75bc373aded9
parent44cc4a017e2df87f25765ac270f3f64efc6b06ef
ALSA: hda - Skip Realtek SKU check for Lenovo machines

Realtek codec driver expects an implicit rule where either the codec
SSID or the pincfg NID 0x1d contains the some information encoded in
some bits.  One of the expected information is there is the
availability of PC beep, and the driver doesn't build up the PC beep
control if this is *supposed* to be disabled there.

Meanwhile, Lenovo doesn't seem to follow this requirement (yes it's
non-standard after all), and the BIOS sets just the normal SSID and
the pincfg values.  This resulted in the lack of PC beep on a few
machines, purely with a lucky or unlucky number.  It didn't bother
most people, but some people still demand the PC beep, as found in bug
reports.

This patch just adds the fixup chain to Lenovo machines to skip the
SKU checks.  Then the beep control will show up in the mixer, and user
can still decide to enable / disable it via the standard mixer
interface.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=156311
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c