Home
last modified time | relevance | path

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

/linux/sound/soc/mediatek/mt2701/
H A Dmt2701-afe-common.h76 int on[MTK_STREAM_NUM];
77 int occupied[MTK_STREAM_NUM];
78 const struct mt2701_i2s_data *i2s_data[MTK_STREAM_NUM];
79 struct clk *hop_ck[MTK_STREAM_NUM];
98 bool mrg_enable[MTK_STREAM_NUM];
/linux/sound/soc/mediatek/common/
H A Dmtk-base-afe.h14 #define MTK_STREAM_NUM (SNDRV_PCM_STREAM_LAST + 1) macro