commit | ee8829dc609c5c4a425b4a65fbb4cd56fb82f1f4 | [log] [tgz] |
---|---|---|
author | Bard Liao <yung-chuan.liao@linux.intel.com> | Thu May 30 04:59:00 2019 +0800 |
committer | Takashi Iwai <tiwai@suse.de> | Thu May 30 11:00:21 2019 +0200 |
tree | 6b53f21b589145d907973c48a559acfe13e79306 | |
parent | 64ca9d9fcb3e3c86b1417e3d17a90b43dd660f81 [diff] |
ALSA: hda: fix: lock reg_lock before calling snd_hdac_bus_update_rirb The patch is to fix commit 5e13cf6cd64c (ALSA: hda: add polling mode in snd_hdac_bus_get_response) spin_lock_irq should be called before snd_hdac_bus_update_rirb. Fixes: 5e13cf6cd64c ("ALSA: hda: add polling mode in snd_hdac_bus_get_response") Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>