diff options
author | Zhu Jun <zhujun2@cmss.chinamobile.com> | 2024-12-05 19:17:27 -0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-12-06 13:52:49 +0100 |
commit | acf5a2f08f852d412e645256c19a39d3d6af7cd2 (patch) | |
tree | 73c7b6d63684856d405368b2f7563db3c825f400 /sound/core/seq | |
parent | 4ad947884c6e02a9353cb475d51796c7e039d121 (diff) | |
download | linux-acf5a2f08f852d412e645256c19a39d3d6af7cd2.tar.gz linux-acf5a2f08f852d412e645256c19a39d3d6af7cd2.tar.bz2 linux-acf5a2f08f852d412e645256c19a39d3d6af7cd2.zip |
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>
Diffstat (limited to 'sound/core/seq')
-rw-r--r-- | sound/core/seq/oss/seq_oss_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/seq/oss/seq_oss_init.c b/sound/core/seq/oss/seq_oss_init.c index 676246fa02f1..e0733efba027 100644 --- a/sound/core/seq/oss/seq_oss_init.c +++ b/sound/core/seq/oss/seq_oss_init.c @@ -111,7 +111,7 @@ snd_seq_oss_create_client(void) /* - * receive annoucement from system port, and check the midi device + * receive announcement from system port, and check the midi device */ static int receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop) |