]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Cache the jack-detection value
authorTakashi Iwai <tiwai@suse.de>
Thu, 27 Oct 2011 20:12:46 +0000 (22:12 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 16 Nov 2011 10:11:15 +0000 (11:11 +0100)
commit944b6427730718f78d9991ee09ceeed9690173bd
tree5cbd9f34a3cb5d4906042c9fed5ab5fe2813123e
parentb37d2a5d1bd7f13b2f61de0d5c7888d2d9ba5448
ALSA: hda - Cache the jack-detection value

Introduce a table containing the pins and their jack-detection states
for avoiding the unnecessary verbs to check the pin status at each time.

When the unsol event is enabled via snd_hda_jack_detect_enable(), it
automatically adds the given NID to the table.  Then the driver supposes
that the codec driver will set the dirty flag appropariately when an
unsolicited event is invoked for that pin.

The behavior for reading other pins that aren't registered in the table
doesn't change.  Only the pins assigned to the table are cached, so far.

In near futre, this table can be extended to use the central place for
the unsolicited events of all pins, etc, and eventually include the
jack-detect kcontrols that replace the current input-jack stuff.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
13 files changed:
sound/pci/hda/Makefile
sound/pci/hda/hda_codec.c
sound/pci/hda/hda_codec.h
sound/pci/hda/hda_jack.c [new file with mode: 0644]
sound/pci/hda/hda_jack.h [new file with mode: 0644]
sound/pci/hda/hda_local.h
sound/pci/hda/patch_analog.c
sound/pci/hda/patch_cirrus.c
sound/pci/hda/patch_conexant.c
sound/pci/hda/patch_hdmi.c
sound/pci/hda/patch_realtek.c
sound/pci/hda/patch_sigmatel.c
sound/pci/hda/patch_via.c