]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Always call standard unsolicited event for Realtek codecs
authorDavid Henningsson <david.henningsson@canonical.com>
Thu, 5 Jul 2012 10:00:12 +0000 (12:00 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 5 Jul 2012 10:22:47 +0000 (12:22 +0200)
commit38751da7fd698107d9db5e53ef8f14310611932c
tree17cd7630dcb708e99a68e8ecf2c259557f3499a5
parentb3d9daf4c7a1910f50fb42e535cf4baa8cc3eb75
ALSA: hda - Always call standard unsolicited event for Realtek codecs

With the model parsers out of the way, we have no custom unsol
events to worry about, we can therefore simplify the code.

In addition, this fixes a bug on the ASUS TC710, which has only
a headphone jack and a mic jack, but no internal mic or speakers.
Therefore the unsol_event pointer was not set, and as a result,
the jack kcontrols were not correctly updated.

BugLink: https://bugs.launchpad.net/bugs/1021192
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c