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)
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>

No differences found