projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7fabbc
)
ALSA: usb-audio: fix spelling mistake "buss" -> "bus"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 6 Aug 2020 10:51:34 +0000
(11:51 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 6 Aug 2020 16:25:03 +0000
(18:25 +0200)
There is a spelling mistake in a usb_audio_dbg debug message. Also
replace "param" with "parameter". Fix these.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link:
https://lore.kernel.org/r/20200806105134.46447-1-colin.king@canonical.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/mixer_us16x08.c
patch
|
blob
|
history
diff --git
a/sound/usb/mixer_us16x08.c
b/sound/usb/mixer_us16x08.c
index 986145fd2ce068ad86246971f2f9e710838e8e66..a4d4d71db55b2cce31c5607c33586629cf5ead81 100644
(file)
--- a/
sound/usb/mixer_us16x08.c
+++ b/
sound/usb/mixer_us16x08.c
@@
-329,7
+329,7
@@
static int snd_us16x08_bus_put(struct snd_kcontrol *kcontrol,
elem->cached |= 1;
elem->cache_val[0] = val;
} else {
- usb_audio_dbg(chip, "Failed to set bus
s param
, err:%d\n", err);
+ usb_audio_dbg(chip, "Failed to set bus
parameter
, err:%d\n", err);
}
return err > 0 ? 1 : 0;