Home
last modified time | relevance | path

Searched refs:codec_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
1576 codec_ch_mask = 0; in asoc_sdw_hw_params()
1588 codec_ch_mask = cpu_ch_mask; in asoc_sdw_hw_params()
1602 ch_maps->codec_ch_mask = codec_ch_mask; in asoc_sdw_hw_params()
/linux/include/sound/
H A Dsoc.h703 unsigned int codec_ch_mask; member
/linux/sound/soc/
H A Dsoc-pcm.c1237 ch_mask |= ch_maps->codec_ch_mask; in __soc_pcm_hw_params()