Home
last modified time | relevance | path

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

/linux/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c508 static struct snd_sof_dsp_ops sof_mt8188_ops; variable
513 memcpy(&sof_mt8188_ops, &sof_mt8186_ops, sizeof(sof_mt8188_ops)); in sof_mt8188_ops_init()
515 sof_mt8188_ops.drv = mt8188_dai; in sof_mt8188_ops_init()
516 sof_mt8188_ops.num_drv = ARRAY_SIZE(mt8188_dai); in sof_mt8188_ops_init()
543 .ops = &sof_mt8188_ops,