Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/samsung/
H A Di2s.c55 struct i2s_dai { struct
67 struct i2s_dai *pri_dai; argument
69 struct i2s_dai *sec_dai; argument
95 struct i2s_dai *dai; argument
131 static inline bool is_secondary(struct i2s_dai *i2s) in is_secondary()
137 static inline bool tx_active(struct i2s_dai *i2s) in tx_active()
155 static inline struct i2s_dai *get_other_dai(struct i2s_dai *i2s) in get_other_dai()
161 static inline bool other_tx_active(struct i2s_dai *i2s) in other_tx_active()
163 struct i2s_dai *other = get_other_dai(i2s); in other_tx_active()
169 static inline bool any_tx_active(struct i2s_dai *i2s) in any_tx_active()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/xilinx/
H A Dxlnx_i2s.c40 struct snd_soc_dai *i2s_dai) in xlnx_i2s_hw_params() argument
43 void __iomem *base = snd_soc_dai_get_drvdata(i2s_dai); in xlnx_i2s_hw_params()
57 struct snd_soc_dai *i2s_dai) in xlnx_i2s_trigger() argument
59 void __iomem *base = snd_soc_dai_get_drvdata(i2s_dai); in xlnx_i2s_trigger()