Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Daudio-v2.h122 __u8 bNrChannels; member
195 __u8 bNrChannels; member
220 __u8 bNrChannels; member
H A Daudio-v3.h33 __u8 bNrChannels; member
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Daudio.h188 __u8 bNrChannels; /* Number of logical output channels */ member
515 __u8 bNrChannels; /* physical channels in the stream */ member
530 __u8 bNrChannels; /* physical channels in the stream */ member
543 __u8 bNrChannels; \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/
H A Daudio.h188 __u8 bNrChannels; /* Number of logical output channels */ member
478 __u8 bNrChannels; /* physical channels in the stream */ member
493 __u8 bNrChannels; /* physical channels in the stream */ member
506 __u8 bNrChannels; \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/
H A Daudio.h188 __u8 bNrChannels; /* Number of logical output channels */ member
478 __u8 bNrChannels; /* physical channels in the stream */ member
493 __u8 bNrChannels; /* physical channels in the stream */ member
506 __u8 bNrChannels; \
/OK3568_Linux_fs/kernel/sound/usb/
H A Dstream.c332 unsigned int channels = cluster->bNrChannels; in convert_chmap_v3()
749 num_channels = iterm->bNrChannels; in snd_usb_get_audioformat_uac12()
773 num_channels = as->bNrChannels; in snd_usb_get_audioformat_uac12()
786 if (!chconfig && (num_channels == input_term->bNrChannels)) in snd_usb_get_audioformat_uac12()
832 if (bm_quirk && fmt->bNrChannels == 1 && fmt->bSubframeSize == 2) in snd_usb_get_audioformat_uac12()
1008 num_channels = cluster->bNrChannels; in snd_usb_get_audioformat_uac3()
H A Dformat.c584 fp->channels = fmt->bNrChannels; in parse_audio_format_i()
H A Dmixer.c735 return c_header.bNrChannels; in get_cluster_channels_v3()
780 term->channels = d->bNrChannels; in parse_term_uac1_iterm_unit()
803 term->channels = d->bNrChannels; in parse_term_uac2_iterm_unit()
1464 val = !!uac2_conn.bNrChannels; in mixer_ctl_connector_get()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_audio_source.c602 input_terminal_desc.bNrChannels = 2; in audio_build_desc()
603 as_type_i_desc.bNrChannels = 2; in audio_build_desc()
H A Df_uac1.c1516 usb_out_it_desc.bNrChannels = num_channels(audio_opts->c_chmask); in f_audio_bind()
1518 as_out_type_i_desc.bNrChannels = num_channels(audio_opts->c_chmask); in f_audio_bind()
1521 io_in_it_desc.bNrChannels = num_channels(audio_opts->p_chmask); in f_audio_bind()
1523 as_in_type_i_desc.bNrChannels = num_channels(audio_opts->p_chmask); in f_audio_bind()
H A Df_uac1_legacy.c690 input_terminal_desc.bNrChannels = u_audio_get_playback_channels(card); in f_audio_build_desc()
691 as_type_i_desc.bNrChannels = u_audio_get_playback_channels(card); in f_audio_build_desc()
H A Df_uac2.c1093 usb_out_it_desc.bNrChannels = num_channels(uac2_opts->c_chmask); in afunc_bind()
1095 io_in_it_desc.bNrChannels = num_channels(uac2_opts->p_chmask); in afunc_bind()
1097 as_out_hdr_desc.bNrChannels = num_channels(uac2_opts->c_chmask); in afunc_bind()
1099 as_in_hdr_desc.bNrChannels = num_channels(uac2_opts->p_chmask); in afunc_bind()
/OK3568_Linux_fs/kernel/sound/usb/misc/
H A Dua101.c996 ua->capture.channels = fmt_capture->bNrChannels; in detect_usb_format()
997 ua->playback.channels = fmt_playback->bNrChannels; in detect_usb_format()