Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ALSA: mixart: Correct comment wrt obsoleted tasklet usage

The miXart driver has been already converted to use the threaded IRQ
instead of tasklet while there is a remaining comment still mentioning
a tasklet. Update the comment appropriately.

Fixes: 8d3a8b5cb57d ("ALSA: mixart: Use nonatomic PCM ops")
Link: https://lore.kernel.org/r/20200903104131.21097-12-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>

+1 -1
+1 -1
sound/pci/mixart/mixart.h
··· 69 69 u32 msg_fifo[MSG_FIFO_SIZE]; 70 70 int msg_fifo_readptr; 71 71 int msg_fifo_writeptr; 72 - atomic_t msg_processed; /* number of messages to be processed in tasklet */ 72 + atomic_t msg_processed; /* number of messages to be processed in irq thread */ 73 73 74 74 struct mutex lock; /* interrupt lock */ 75 75 struct mutex msg_lock; /* mailbox lock */