Lines Matching refs:num_chans
2339 unsigned int num_chans, in dsp_allocate_router_ports() argument
2354 val |= num_chans - 1; in dsp_allocate_router_ports()
2400 unsigned int num_chans, in dsp_allocate_ports() argument
2412 status = dsp_allocate_router_ports(codec, num_chans, in dsp_allocate_ports()
2425 unsigned int num_chans; in dsp_allocate_ports_format() local
2436 num_chans = get_hdafmt_chs(fmt) + 1; in dsp_allocate_ports_format()
2438 status = dsp_allocate_ports(codec, num_chans, rate_multi, port_map); in dsp_allocate_ports_format()
2673 unsigned int num_chans; in dspxfr_one_seg() local
2729 num_chans = get_hdafmt_chs(hda_format) + 1; in dspxfr_one_seg()
2732 (num_chans * sample_rate_mul / sample_rate_div)); in dspxfr_one_seg()
2746 chip_addx, hda_frame_size_words, num_chans, in dspxfr_one_seg()