Home
last modified time | relevance | path

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

/linux/sound/soc/au1x/
H A Ddma.c194 int *dmaids, s = substream->stream; in alchemy_pcm_open() local
197 dmaids = snd_soc_dai_get_dma_data(snd_soc_rtd_to_cpu(rtd, 0), substream); in alchemy_pcm_open()
198 if (!dmaids) in alchemy_pcm_open()
203 ctx->stream[s].dma = request_au1000_dma(dmaids[s], name, in alchemy_pcm_open()
H A 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()
H A Dpsc.h22 int dmaids[2]; member