diff options
-rw-r--r-- | sound/usb/mixer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/mixer.c b/sound/usb/mixer.c index d40a2850e270..6fe83e4af880 100644 --- a/sound/usb/mixer.c +++ b/sound/usb/mixer.c | |||
@@ -1986,7 +1986,7 @@ static int parse_audio_selector_unit(struct mixer_build *state, int unitid, void | |||
1986 | if (! len && check_input_term(state, desc->baSourceID[i], &iterm) >= 0) | 1986 | if (! len && check_input_term(state, desc->baSourceID[i], &iterm) >= 0) |
1987 | len = get_term_name(state, &iterm, namelist[i], MAX_ITEM_NAME_LEN, 0); | 1987 | len = get_term_name(state, &iterm, namelist[i], MAX_ITEM_NAME_LEN, 0); |
1988 | if (! len) | 1988 | if (! len) |
1989 | sprintf(namelist[i], "Input %d", i); | 1989 | sprintf(namelist[i], "Input %u", i); |
1990 | } | 1990 | } |
1991 | 1991 | ||
1992 | kctl = snd_ctl_new1(&mixer_selectunit_ctl, cval); | 1992 | kctl = snd_ctl_new1(&mixer_selectunit_ctl, cval); |