Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c623c24 authored by Geliang Tang's avatar Geliang Tang Committed by Takashi Iwai
Browse files

ALSA: mixart: fix a comment typo



Fix a comment typo in mixart.h.

Signed-off-by: default avatarGeliang Tang <geliangtang@gmail.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 3eff682d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,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 takslet */
	atomic_t msg_processed;       /* number of messages to be processed in tasklet */

	struct mutex lock;              /* interrupt lock */
	struct mutex msg_lock;		/* mailbox lock */