Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: seq: oss: fix typo

Fix typo in "announcement".

Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220313085635.102123-1-Julia.Lawall@inria.fr
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Julia Lawall and committed by
Takashi Iwai
b62c563f 3baa40d4

+1 -1
+1 -1
sound/core/seq/oss/seq_oss_init.c
··· 80 80 81 81 system_client = rc; 82 82 83 - /* create annoucement receiver port */ 83 + /* create announcement receiver port */ 84 84 strcpy(port->name, "Receiver"); 85 85 port->addr.client = system_client; 86 86 port->capability = SNDRV_SEQ_PORT_CAP_WRITE; /* receive only */