Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/usb/
Daudio.h516 __u8 bSubframeSize; /* */ member
531 __u8 bSubframeSize; /* */ member
544 __u8 bSubframeSize; \
/linux-6.6.21/sound/usb/misc/
Dua101.c951 switch (fmt_capture->bSubframeSize) { in detect_usb_format()
962 if (fmt_capture->bSubframeSize != fmt_playback->bSubframeSize) { in detect_usb_format()
998 fmt_capture->bSubframeSize * ua->capture.channels; in detect_usb_format()
1000 fmt_playback->bSubframeSize * ua->playback.channels; in detect_usb_format()
/linux-6.6.21/drivers/usb/gadget/function/
Df_uac1.c204 .bSubframeSize = 2,
235 .bSubframeSize = 2,
1251 as_out_type_i_desc.bSubframeSize = audio_opts->c_ssize; in f_audio_bind()
1256 as_in_type_i_desc.bSubframeSize = audio_opts->p_ssize; in f_audio_bind()
Df_uac1_legacy.c163 .bSubframeSize = 2,
/linux-6.6.21/sound/usb/
Dformat.c49 sample_bytes = fmt->bSubframeSize; in parse_audio_format_i_type()
Dstream.c827 if (bm_quirk && fmt->bNrChannels == 1 && fmt->bSubframeSize == 2) in snd_usb_get_audioformat_uac12()