Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/qcom/
H A Dlpass.h21 #define LPASS_MAX_HDMI_DMA_CHANNELS (4) macro
96 struct snd_pcm_substream *hdmi_substream[LPASS_MAX_HDMI_DMA_CHANNELS];
110 struct regmap_field *hdmitx_ch_msb[LPASS_MAX_HDMI_DMA_CHANNELS];
111 struct regmap_field *hdmitx_ch_lsb[LPASS_MAX_HDMI_DMA_CHANNELS];
114 struct lpass_hdmitx_dmactl *hdmi_tx_dmactl[LPASS_MAX_HDMI_DMA_CHANNELS];
H A Dlpass-platform.c770 for (chan = 0; chan < LPASS_MAX_HDMI_DMA_CHANNELS; chan++) { in lpass_platform_hdmiif_irq()
H A Dlpass-cpu.c624 for (i = 0; i < LPASS_MAX_HDMI_DMA_CHANNELS; i++) { in lpass_hdmi_init_bitfields()