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.c610 static struct snd_sof_dsp_ops sof_mt8188_ops; variable
615 memcpy(&sof_mt8188_ops, &sof_mt8186_ops, sizeof(sof_mt8188_ops)); in sof_mt8188_ops_init()
617 sof_mt8188_ops.drv = mt8188_dai; in sof_mt8188_ops_init()
618 sof_mt8188_ops.num_drv = ARRAY_SIZE(mt8188_dai); in sof_mt8188_ops_init()
645 .ops = &sof_mt8188_ops,