Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/samsung/
H A Di2s.c57 struct i2s_dai { struct
69 struct i2s_dai *pri_dai; argument
71 struct i2s_dai *sec_dai; argument
97 struct i2s_dai *dai; argument
161 static inline struct i2s_dai *get_other_dai(struct i2s_dai *i2s) in get_other_dai()
507 struct i2s_dai *i2s = to_info(dai); in i2s_set_sysclk()
632 struct i2s_dai *i2s = to_info(dai); in i2s_set_fmt()
729 struct i2s_dai *i2s = to_info(dai); in i2s_hw_params()
826 struct i2s_dai *i2s = to_info(dai); in i2s_startup()
853 struct i2s_dai *i2s = to_info(dai); in i2s_shutdown()
[all …]
/linux-6.15/sound/soc/xilinx/
H A Dxlnx_i2s.c92 struct snd_soc_dai *i2s_dai) in xlnx_i2s_hw_params() argument
95 struct xlnx_i2s_drv_data *drv_data = snd_soc_dai_get_drvdata(i2s_dai); in xlnx_i2s_hw_params()
110 dev_warn(i2s_dai->dev, "invalid SCLK divisor for sysclk %u and sclk %u\n", in xlnx_i2s_hw_params()
129 struct snd_soc_dai *i2s_dai) in xlnx_i2s_trigger() argument
131 struct xlnx_i2s_drv_data *drv_data = snd_soc_dai_get_drvdata(i2s_dai); in xlnx_i2s_trigger()