Skip to content

Commit

Permalink
ALSA: usb-audio: fix spelling mistake "buss" -> "bus"
Browse files Browse the repository at this point in the history
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
Colin Ian King authored and tiwai committed Aug 6, 2020
1 parent c7fabbc commit be9b54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/usb/mixer_us16x08.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 buss param, err:%d\n", err);
usb_audio_dbg(chip, "Failed to set bus parameter, err:%d\n", err);
}

return err > 0 ? 1 : 0;
Expand Down

0 comments on commit be9b54a

Please sign in to comment.