Home
last modified time | relevance | path

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

/linux/include/uapi/linux/usb/
H A Daudio.h516 __u8 bSubframeSize; /* */ member
531 __u8 bSubframeSize; /* */ member
544 __u8 bSubframeSize; \
/linux/sound/usb/misc/
H A Dua101.c931 switch (fmt_capture->bSubframeSize) { in detect_usb_format()
942 if (fmt_capture->bSubframeSize != fmt_playback->bSubframeSize) { in detect_usb_format()
978 fmt_capture->bSubframeSize * ua->capture.channels; in detect_usb_format()
980 fmt_playback->bSubframeSize * ua->playback.channels; in detect_usb_format()
/linux/drivers/usb/gadget/function/
H A Df_uac1.c204 .bSubframeSize = 2,
235 .bSubframeSize = 2,
1322 as_out_type_i_desc.bSubframeSize = audio_opts->c_ssize; in f_audio_bind()
1327 as_in_type_i_desc.bSubframeSize = audio_opts->p_ssize; in f_audio_bind()
H A Df_uac1_legacy.c163 .bSubframeSize = 2,
/linux/sound/usb/
H A Dformat.c50 sample_bytes = fmt->bSubframeSize; in parse_audio_format_i_type()
H A Dstream.c841 if (bm_quirk && fmt->bNrChannels == 1 && fmt->bSubframeSize == 2) in snd_usb_get_audioformat_uac12()