From: Takashi Iwai Date: Thu, 27 Oct 2011 23:16:55 +0000 (+0200) Subject: ALSA: hda - Manage unsol tags in hda_jack.c X-Git-Tag: v3.3-rc1~88^2^2~13^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a93897ea37cbb8277f8a4232c12c0c18168a7db;p=pandora-kernel.git ALSA: hda - Manage unsol tags in hda_jack.c Manage the tags assigned for unsolicited events dynamically together with the jack-detection routines. Basically this is almost same as what we've done in patch_sigmatel.c. Assign the new tag number for each new unsol event, associate with the given NID and the action type, etc. With this change, now all pins looked over in snd_hda_jack_add_kctls() are actually enabled for detection now even if the pins aren't used for jack-retasking by the driver. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed