Lines Matching refs:num_chans
1938 unsigned int num_chans, in dsp_allocate_router_ports() argument
1953 val |= num_chans - 1; in dsp_allocate_router_ports()
1999 unsigned int num_chans, in dsp_allocate_ports() argument
2011 status = dsp_allocate_router_ports(codec, num_chans, in dsp_allocate_ports()
2024 unsigned int num_chans; in dsp_allocate_ports_format() local
2035 num_chans = get_hdafmt_chs(fmt) + 1; in dsp_allocate_ports_format()
2037 status = dsp_allocate_ports(codec, num_chans, rate_multi, port_map); in dsp_allocate_ports_format()
2272 unsigned int num_chans; in dspxfr_one_seg() local
2328 num_chans = get_hdafmt_chs(hda_format) + 1; in dspxfr_one_seg()
2331 (num_chans * sample_rate_mul / sample_rate_div)); in dspxfr_one_seg()
2345 chip_addx, hda_frame_size_words, num_chans, in dspxfr_one_seg()