Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drt5514-spi.c39 struct rt5514_dsp { struct
76 struct rt5514_dsp *rt5514_dsp = in rt5514_spi_copy_work() local
77 container_of(work, struct rt5514_dsp, copy_work.work); in rt5514_spi_copy_work()
83 mutex_lock(&rt5514_dsp->dma_lock); in rt5514_spi_copy_work()
84 if (!rt5514_dsp->substream) { in rt5514_spi_copy_work()
85 dev_err(rt5514_dsp->dev, "No pcm substream\n"); in rt5514_spi_copy_work()
89 runtime = rt5514_dsp->substream->runtime; in rt5514_spi_copy_work()
90 period_bytes = snd_pcm_lib_period_bytes(rt5514_dsp->substream); in rt5514_spi_copy_work()
92 schedule_delayed_work(&rt5514_dsp->copy_work, 5); in rt5514_spi_copy_work()
96 if (rt5514_dsp->buf_size % period_bytes) in rt5514_spi_copy_work()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drk3399_gru_sound.c309 SND_SOC_DAILINK_DEFS(rt5514_dsp,
362 SND_SOC_DAILINK_REG(rt5514_dsp),