Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/samsung/
H A Dtm2_wm5110.c310 struct snd_soc_dai *amp_pdm_dai; in tm2_late_probe() local
335 amp_pdm_dai = snd_soc_find_dai(&tm2_speaker_amp_dev.dlc); in tm2_late_probe()
336 if (!amp_pdm_dai) in tm2_late_probe()
340 ret = snd_soc_dai_set_channel_map(amp_pdm_dai, ARRAY_SIZE(ch_map), in tm2_late_probe()
345 ret = snd_soc_dai_set_tdm_slot(amp_pdm_dai, 0x3, 0x0, 2, 16); in tm2_late_probe()