Home
last modified time | relevance | path

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

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