Home | History | Annotate | Download | only in audio_extn

Lines Matching refs:channel_count

67     unsigned int channel_count;
412 usb_device_info->channel_count = channels_no;
571 __func__, dev_info->bit_width, dev_info->channel_count);
614 unsigned int *channel_count)
624 __func__, dev_info->channel_count, dev_info->bit_width,
628 if (dev_info->channel_count== stream_ch) {
629 *channel_count = dev_info->channel_count;
631 __func__, dev_info->channel_count);
634 candidate = dev_info->channel_count;
639 else if (ABS_SUB(stream_ch, dev_info->channel_count) <
641 candidate = dev_info->channel_count;
642 } else if ((ABS_SUB(stream_ch, dev_info->channel_count) ==
644 (dev_info->channel_count > candidate)) {
645 candidate = dev_info->channel_count;
650 *channel_count = candidate;
703 unsigned int channel_count,
715 __func__, channel_count, bit_width, stream_sample_rate, multiple_8k);
721 __func__, dev_info->channel_count, dev_info->bit_width,
722 channel_count, bit_width, stream_sample_rate, candidate);
723 if ((dev_info->bit_width != bit_width) || dev_info->channel_count != channel_count)
730 __func__, dev_info->channel_count,
732 channel_count, bit_width, stream_sample_rate, candidate);
770 unsigned int *channel_count)
773 __func__, *bit_width, *sample_rate, *channel_count);
777 *channel_count = 2;
784 *channel_count,
785 channel_count);
788 *channel_count,
793 __func__, *bit_width, *sample_rate, *channel_count);
867 unsigned int *channel_count,
874 __func__, *bit_width, *sample_rate, *channel_count, is_playback);
886 channel_count);
891 __func__, *bit_width, *sample_rate, *channel_count);
914 max_ch = _MAX(max_ch, dev_info->channel_count);
1078 __func__, dev_info->bit_width, dev_info->channel_count);