Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c661 static struct snd_sof_dsp_ops sof_mt8188_ops; variable
666 memcpy(&sof_mt8188_ops, &sof_mt8186_ops, sizeof(sof_mt8188_ops)); in sof_mt8188_ops_init()
668 sof_mt8188_ops.drv = mt8188_dai; in sof_mt8188_ops_init()
669 sof_mt8188_ops.num_drv = ARRAY_SIZE(mt8188_dai); in sof_mt8188_ops_init()
696 .ops = &sof_mt8188_ops,