Home
last modified time | relevance | path

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

/sound/usb/
Dformat.c484 unsigned int fmt_type; in parse_audio_format_i() local
493 fmt_type = fmt->bFormatType; in parse_audio_format_i()
498 fmt_type = fp->fmt_type; in parse_audio_format_i()
503 if (fmt_type == UAC_FORMAT_TYPE_III) { in parse_audio_format_i()
634 fp->fmt_type = fmt->bFormatType; in snd_usb_parse_audio_format()
667 fp->fmt_type = UAC_FORMAT_TYPE_I; in snd_usb_parse_audio_format_v3()
669 fp->fmt_type = UAC_FORMAT_TYPE_III; in snd_usb_parse_audio_format_v3()
Dcard.h18 unsigned int fmt_type; /* USB audio format type (1-3) */ member
141 unsigned int fmt_type; /* USB audio format type (1-3) */ member
182 unsigned int fmt_type; /* USB audio format type (1-3) */ member
Dstream.c107 subs->fmt_type = fp->fmt_type; in snd_usb_init_substream()
495 if (as->fmt_type != fp->fmt_type) in __snd_usb_add_audio_stream()
507 if (as->fmt_type != fp->fmt_type) in __snd_usb_add_audio_stream()
525 as->fmt_type = fp->fmt_type; in __snd_usb_add_audio_stream()
1048 fp->fmt_type = UAC_FORMAT_TYPE_I; in snd_usb_get_audioformat_uac3()
1191 if (fp->fmt_type != UAC_FORMAT_TYPE_I) in __snd_usb_parse_audio_interface()
1193 if ((fp->fmt_type == UAC_FORMAT_TYPE_I) == non_pcm) { in __snd_usb_parse_audio_interface()
Dpcm.c1430 if (fp->fmt_type == UAC_FORMAT_TYPE_II && fp->frame_size > 0) { in setup_hw_info()
1779 if (subs->fmt_type == UAC_FORMAT_TYPE_II) { in prepare_playback_urb()
Dendpoint.c943 if (fmt->fmt_type == UAC_FORMAT_TYPE_II) in data_ep_set_params()
Dquirks.c420 .fmt_type = UAC_FORMAT_TYPE_I, in create_uaxx_quirk()