ALSA: hda: fix a mask for unsolicited event tags
authorGuennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Tue, 11 Jun 2019 17:09:07 +0000 (19:09 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 11 Jun 2019 17:20:43 +0000 (19:20 +0200)
commitc7e68a697c7cd7fd25ee536d02a8dcf81a2e7d1c
tree00985fcd7d04e414ec4653f990f233357eb24218
parent4dbf4f44cf8363603cb7e205620aec7255d3508c
ALSA: hda: fix a mask for unsolicited event tags

Response tag only occupies 6 bits, not 7. This bug is harmless, since
the value has just been shifted to the right by 26 bits, so this is
only a cosmetic fix.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_jack.c