projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce4f257
)
ALSA: mixart: Correct comment wrt obsoleted tasklet usage
author
Takashi Iwai
<tiwai@suse.de>
Thu, 3 Sep 2020 10:41:31 +0000
(12:41 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 9 Sep 2020 16:34:36 +0000
(18:34 +0200)
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>
sound/pci/mixart/mixart.h
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/mixart/mixart.h
b/sound/pci/mixart/mixart.h
index 42111562e9bcbefbf150f4b7544da82b63ea7a3d..cbed6d9a9f2e3f7e4bb7bf781b2603789af84d24 100644
(file)
--- a/
sound/pci/mixart/mixart.h
+++ b/
sound/pci/mixart/mixart.h
@@
-69,7
+69,7
@@
struct mixart_mgr {
u32 msg_fifo[MSG_FIFO_SIZE];
int msg_fifo_readptr;
int msg_fifo_writeptr;
- atomic_t msg_processed; /* number of messages to be processed in
tasklet
*/
+ atomic_t msg_processed; /* number of messages to be processed in
irq thread
*/
struct mutex lock; /* interrupt lock */
struct mutex msg_lock; /* mailbox lock */