ALSA: mixart: fix a comment typo

Fix a comment typo in mixart.h.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Geliang Tang 2016-12-24 23:28:34 +08:00 committed by Takashi Iwai
parent 3eff682d76
commit 1c623c2409
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ struct mixart_mgr {
u32 msg_fifo[MSG_FIFO_SIZE]; u32 msg_fifo[MSG_FIFO_SIZE];
int msg_fifo_readptr; int msg_fifo_readptr;
int msg_fifo_writeptr; int msg_fifo_writeptr;
atomic_t msg_processed; /* number of messages to be processed in takslet */ atomic_t msg_processed; /* number of messages to be processed in tasklet */
struct mutex lock; /* interrupt lock */ struct mutex lock; /* interrupt lock */
struct mutex msg_lock; /* mailbox lock */ struct mutex msg_lock; /* mailbox lock */