mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 12:44:11 +08:00
ALSA: hda: Comment about snd_hdac_bus_update_rirb() and spinlock
The call of snd_hdac_bus_update_rirb() needs the bus->reg_lock spinlock protection for concurrency. Comment about it more explicitly. Link: https://lore.kernel.org/r/20191213163005.19116-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
1faa9d3a3e
commit
651bbb9d51
@ -181,6 +181,7 @@ EXPORT_SYMBOL_GPL(snd_hdac_bus_send_cmd);
|
||||
* @bus: HD-audio core bus
|
||||
*
|
||||
* Usually called from interrupt handler.
|
||||
* The caller needs bus->reg_lock spinlock before calling this.
|
||||
*/
|
||||
void snd_hdac_bus_update_rirb(struct hdac_bus *bus)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user