Skip to content

Commit

Permalink
ALSA: usb-audio: improve dmesg source grepability
Browse files Browse the repository at this point in the history
This improves messages from commit 80aceff.

Cc: Alexey Fisher <bug-track@fisher-privat.net>
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Michał Mirosław authored and Takashi Iwai committed Aug 4, 2014
1 parent 2e65b89 commit 82c1cf0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions sound/usb/mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1340,12 +1340,11 @@ static void build_feature_ctl(struct mixer_build *state, void *raw_desc,
*/
if (range > 384) {
usb_audio_warn(state->chip,
"Warning! Unlikely big volume range (=%u), "
"cval->res is probably wrong.",
"Warning! Unlikely big volume range (=%u), cval->res is probably wrong.",
range);
usb_audio_warn(state->chip, "[%d] FU [%s] ch = %d, "
"val = %d/%d/%d", cval->id,
kctl->id.name, cval->channels,
usb_audio_warn(state->chip,
"[%d] FU [%s] ch = %d, val = %d/%d/%d",
cval->id, kctl->id.name, cval->channels,
cval->min, cval->max, cval->res);
}

Expand Down

0 comments on commit 82c1cf0

Please sign in to comment.