Searched refs:supported_channels (Results 1 – 1 of 1) sorted by relevance
36 static const snd_mixer_selem_channel_id_t supported_channels[] = { variable73 for (i = 0; i < ARRAY_SIZE(supported_channels); ++i) in are_there_any_controls()74 if (snd_mixer_selem_has_playback_channel(elem, supported_channels[i]) || in are_there_any_controls()75 snd_mixer_selem_has_capture_channel(elem, supported_channels[i])) in are_there_any_controls()85 for (i = 2; i < ARRAY_SIZE(supported_channels); ++i) in has_more_than_front_capture_channels()86 if (snd_mixer_selem_has_capture_channel(elem, supported_channels[i])) in has_more_than_front_capture_channels()288 for (i = 0; i < ARRAY_SIZE(supported_channels); ++i) in create_controls_for_elem()289 has_channel[supported_channels[i]] = in create_controls_for_elem()290 snd_mixer_selem_has_playback_channel(elem, supported_channels[i]); in create_controls_for_elem()391 for (i = 0; i < ARRAY_SIZE(supported_channels); ++i) in create_controls_for_elem()[all …]