Home
last modified time | relevance | path

Searched refs:dsp_dma_rates (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/codecs/
H A Dcs48l32.h369 u8 dsp_dma_rates[CS48L32_DSP_N_RX_CHANNELS + CS48L32_DSP_N_TX_CHANNELS]; member
H A Dcs48l32.c1072 if (rate_num >= ARRAY_SIZE(cs48l32_codec->dsp_dma_rates)) in cs48l32_dsp_rate_get()
1075 cached_rate = cs48l32_codec->dsp_dma_rates[rate_num]; in cs48l32_dsp_rate_get()
1097 if (rate_num >= ARRAY_SIZE(cs48l32_codec->dsp_dma_rates)) in cs48l32_dsp_rate_put()
1103 if (cs48l32_codec->dsp_dma_rates[rate_num] != val) { in cs48l32_dsp_rate_put()
1104 cs48l32_codec->dsp_dma_rates[rate_num] = val; in cs48l32_dsp_rate_put()
1185 const u8 *rate = cs48l32_codec->dsp_dma_rates; in cs48l32_dsp_pre_run()