commit | c7e68a697c7cd7fd25ee536d02a8dcf81a2e7d1c | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> | Tue Jun 11 19:09:07 2019 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Jun 11 19:20:43 2019 +0200 |
tree | 00985fcd7d04e414ec4653f990f233357eb24218 | |
parent | 4dbf4f44cf8363603cb7e205620aec7255d3508c [diff] |
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>