Home
last modified time | relevance | path

Searched refs:oterm (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/sound/usb/
Dmixer.c84 struct usb_audio_term oterm; member
1081 len = get_term_name(state, &state->oterm, kctl->id.name, sizeof(kctl->id.name), 1); in build_feature_ctl()
1090 if (! mapped_name && ! (state->oterm.type >> 16)) { in build_feature_ctl()
1091 if ((state->oterm.type & 0xff00) == 0x0100) { in build_feature_ctl()
1844 len = get_term_name(state, &state->oterm, in parse_audio_selector_unit()
1851 else if ((state->oterm.type & 0xff00) == 0x0100) in parse_audio_selector_unit()
1969 state.oterm.id = desc->bTerminalID; in snd_usb_mixer_controls()
1970 state.oterm.type = le16_to_cpu(desc->wTerminalType); in snd_usb_mixer_controls()
1971 state.oterm.name = desc->iTerminal; in snd_usb_mixer_controls()
1981 state.oterm.id = desc->bTerminalID; in snd_usb_mixer_controls()
[all …]