Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/stm/
H A Dstm32_sai.c22 static const struct stm32_sai_conf stm32_sai_conf_f4 = {
33 static const struct stm32_sai_conf stm32_sai_conf_h7 = {
169 memcpy(&sai->conf, (const struct stm32_sai_conf *)of_id->data, in stm32_sai_probe()
170 sizeof(struct stm32_sai_conf)); in stm32_sai_probe()
H A Dstm32_sai.h273 struct stm32_sai_conf { struct
297 struct stm32_sai_conf conf; argument