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: seq: oss: fix typo in seq_oss_init.c

The word 'annoucement' is wrong, so fix it.

Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Link: https://patch.msgid.link/20241206031727.20500-1-zhujun2@cmss.chinamobile.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Zhu Jun and committed by
Takashi Iwai
acf5a2f0 4ad94788

+1 -1
+1 -1
sound/core/seq/oss/seq_oss_init.c
··· 111 111 112 112 113 113 /* 114 - * receive annoucement from system port, and check the midi device 114 + * receive announcement from system port, and check the midi device 115 115 */ 116 116 static int 117 117 receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop)