Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-generic-dmaengine-pcm.c114 if (pcm->config->pcm_hardware) in dmaengine_pcm_set_runtime_hwparams()
116 pcm->config->pcm_hardware); in dmaengine_pcm_set_runtime_hwparams()
234 if (config->pcm_hardware && config->pcm_hardware->buffer_bytes_max) in dmaengine_pcm_new()
235 max_buffer_size = config->pcm_hardware->buffer_bytes_max; in dmaengine_pcm_new()
/linux/sound/soc/cirrus/
H A Dep93xx-pcm.c37 .pcm_hardware = &ep93xx_pcm_hardware,
/linux/sound/soc/mxs/
H A Dmxs-pcm.c35 .pcm_hardware = &snd_mxs_hardware,
/linux/sound/soc/ti/
H A Dudma-pcm.c30 .pcm_hardware = &udma_pcm_hardware,
H A Dedma-pcm.c35 .pcm_hardware = &edma_pcm_hardware,
H A Dsdma-pcm.c31 .pcm_hardware = &sdma_pcm_hardware,
/linux/sound/soc/spear/
H A Dspear_pcm.c36 .pcm_hardware = &spear_pcm_hardware,
/linux/sound/soc/fsl/
H A Dlpc3xxx-pcm.c49 .pcm_hardware = &lpc3xxx_pcm_hardware,
H A Dimx-pcm-rpmsg.c235 struct snd_pcm_hardware pcm_hardware; in imx_rpmsg_pcm_open() local
263 pcm_hardware = imx_rpmsg_pcm_hardware; in imx_rpmsg_pcm_open()
264 pcm_hardware.buffer_bytes_max = rpmsg->buffer_size[substream->stream]; in imx_rpmsg_pcm_open()
265 pcm_hardware.period_bytes_max = pcm_hardware.buffer_bytes_max / 2; in imx_rpmsg_pcm_open()
267 snd_soc_set_runtime_hwparams(substream, &pcm_hardware); in imx_rpmsg_pcm_open()
/linux/sound/soc/atmel/
H A Datmel-pcm-dma.c107 .pcm_hardware = &atmel_pcm_dma_hardware,
H A Datmel-pdmic.c216 .pcm_hardware = &atmel_pdmic_hw,
/linux/drivers/most/
H A Dmost_snd.c46 struct snd_pcm_hardware pcm_hardware; member
291 runtime->hw = channel->pcm_hardware; in pcm_open()
589 ret = audio_set_hw_params(&channel->pcm_hardware, ch_num, sample_res, in audio_probe_channel()
/linux/sound/soc/tegra/
H A Dtegra_pcm.c40 .pcm_hardware = &tegra_pcm_hardware,
/linux/sound/soc/pxa/
H A Dmmp-sspa.c399 .pcm_hardware = mmp_pcm_hardware,
/linux/sound/soc/starfive/
H A Djh7110_tdm.c518 .pcm_hardware = &jh7110_pcm_hardware,
/linux/sound/soc/stm/
H A Dstm32_i2s.c1119 .pcm_hardware = &stm32_i2s_pcm_hw,