Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/au1x/
Ddbdma2.c282 int stype = substream->stream, *dmaids; in au1xpsc_pcm_open() local
284 dmaids = snd_soc_dai_get_dma_data(asoc_rtd_to_cpu(rtd, 0), substream); in au1xpsc_pcm_open()
285 if (!dmaids) in au1xpsc_pcm_open()
288 pcd->ddma_id = dmaids[stype]; in au1xpsc_pcm_open()
Ddma.c195 int *dmaids, s = substream->stream; in alchemy_pcm_open() local
198 dmaids = snd_soc_dai_get_dma_data(asoc_rtd_to_cpu(rtd, 0), substream); in alchemy_pcm_open()
199 if (!dmaids) in alchemy_pcm_open()
204 ctx->stream[s].dma = request_au1000_dma(dmaids[s], name, in alchemy_pcm_open()
Di2sc.c201 snd_soc_dai_set_dma_data(dai, substream, &ctx->dmaids[0]); in au1xi2s_startup()
260 ctx->dmaids[SNDRV_PCM_STREAM_PLAYBACK] = dmares->start; in au1xi2s_drvprobe()
265 ctx->dmaids[SNDRV_PCM_STREAM_CAPTURE] = dmares->start; in au1xi2s_drvprobe()
Dac97c.c194 snd_soc_dai_set_dma_data(dai, substream, &ctx->dmaids[0]); in alchemy_ac97c_startup()
259 ctx->dmaids[SNDRV_PCM_STREAM_PLAYBACK] = dmares->start; in au1xac97c_drvprobe()
264 ctx->dmaids[SNDRV_PCM_STREAM_CAPTURE] = dmares->start; in au1xac97c_drvprobe()
Dpsc-i2s.c261 snd_soc_dai_set_dma_data(dai, substream, &pscdata->dmaids[0]); in au1xpsc_i2s_startup()
311 wd->dmaids[SNDRV_PCM_STREAM_PLAYBACK] = dmares->start; in au1xpsc_i2s_drvprobe()
316 wd->dmaids[SNDRV_PCM_STREAM_CAPTURE] = dmares->start; in au1xpsc_i2s_drvprobe()
Dpsc-ac97.c326 snd_soc_dai_set_dma_data(dai, substream, &pscdata->dmaids[0]); in au1xpsc_ac97_startup()
384 wd->dmaids[SNDRV_PCM_STREAM_PLAYBACK] = dmares->start; in au1xpsc_ac97_drvprobe()
389 wd->dmaids[SNDRV_PCM_STREAM_CAPTURE] = dmares->start; in au1xpsc_ac97_drvprobe()
Dpsc.h22 int dmaids[2]; member