Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/samsung/
H A Dtm2_wm5110.c311 struct snd_soc_dai *amp_pdm_dai; in tm2_late_probe() local
336 amp_pdm_dai = snd_soc_find_dai(&tm2_speaker_amp_dev.dlc); in tm2_late_probe()
337 if (!amp_pdm_dai) in tm2_late_probe()
341 ret = snd_soc_dai_set_channel_map(amp_pdm_dai, ARRAY_SIZE(ch_map), in tm2_late_probe()
346 ret = snd_soc_dai_set_tdm_slot(amp_pdm_dai, 0x3, 0x0, 2, 16); in tm2_late_probe()