Searched refs:snd_usb_copy_string_desc (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/sound/usb/ |
D | mixer.c | 206 static int snd_usb_copy_string_desc(struct mixer_build *state, int index, char *buf, int maxlen) in snd_usb_copy_string_desc() function 609 return snd_usb_copy_string_desc(state, iterm->name, name, maxlen); in get_term_name() 1065 len = snd_usb_copy_string_desc(state, nameid, in build_feature_ctl() 1633 len = snd_usb_copy_string_desc(state, nameid, kctl->id.name, sizeof(kctl->id.name)); in build_audio_procunit() 1842 snd_usb_copy_string_desc(state, nameid, kctl->id.name, sizeof(kctl->id.name)); in parse_audio_selector_unit()
|