Home
last modified time | relevance | path

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

/Linux-v4.19/sound/usb/
Dstream.c703 unsigned int num_channels = 0, chconfig = 0; in snd_usb_get_audioformat_uac12() local
735 chconfig = le16_to_cpu(iterm->wChannelConfig); in snd_usb_get_audioformat_uac12()
760 chconfig = le32_to_cpu(as->bmChannelConfig); in snd_usb_get_audioformat_uac12()
770 if (!chconfig && (num_channels == input_term->bNrChannels)) in snd_usb_get_audioformat_uac12()
771 chconfig = le32_to_cpu(input_term->bmChannelConfig); in snd_usb_get_audioformat_uac12()
839 chconfig = 0; in snd_usb_get_audioformat_uac12()
841 fp->chmap = convert_chmap(fp->channels, chconfig, protocol); in snd_usb_get_audioformat_uac12()
Dmixer.c74 unsigned int chconfig; member
804 term->chconfig = le16_to_cpu(d->wChannelConfig); in check_input_term()
821 term->chconfig = le32_to_cpu(d->bmChannelConfig); in check_input_term()
837 term->chconfig = uac_mixer_unit_wChannelConfig(d, protocol); in check_input_term()
886 term->chconfig = uac_processing_unit_wChannelConfig(d, protocol); in check_input_term()
924 term->chconfig = 0; in check_input_term()