Home
last modified time | relevance | path

Searched refs:cpu_ch_mask (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_utils.c1564 unsigned int cpu_ch_mask, codec_ch_mask; in asoc_sdw_hw_params() local
1574 cpu_ch_mask = GENMASK(ch - 1, 0); in asoc_sdw_hw_params()
1586 cpu_ch_mask = GENMASK(ch / num_codecs - 1, 0); in asoc_sdw_hw_params()
1587 step = hweight_long(cpu_ch_mask); in asoc_sdw_hw_params()
1588 codec_ch_mask = cpu_ch_mask; in asoc_sdw_hw_params()
1601 ch_maps->cpu_ch_mask = cpu_ch_mask << (i * step); in asoc_sdw_hw_params()
/linux/include/sound/
H A Dsoc.h702 unsigned int cpu_ch_mask; member
/linux/sound/soc/
H A Dsoc-pcm.c1275 ch_mask |= ch_maps->cpu_ch_mask; in __soc_pcm_hw_params()