Commit b62c563f authored by Julia Lawall's avatar Julia Lawall Committed by Takashi Iwai

ALSA: seq: oss: fix typo

Fix typo in "announcement".
Reported-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220313085635.102123-1-Julia.Lawall@inria.frSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 3baa40d4
......@@ -80,7 +80,7 @@ snd_seq_oss_create_client(void)
system_client = rc;
/* create annoucement receiver port */
/* create announcement receiver port */
strcpy(port->name, "Receiver");
port->addr.client = system_client;
port->capability = SNDRV_SEQ_PORT_CAP_WRITE; /* receive only */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment