Home
last modified time | relevance | path

Searched refs:pcm_hardware (Results 1 - 25 of 38) sorted by relevance

12

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/sound/soc/rockchip/
H A Drockchip_pcm.c32 .pcm_hardware = &snd_rockchip_hardware,
/kernel/linux/linux-5.10/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,
/kernel/linux/linux-5.10/sound/soc/mxs/
H A Dmxs-pcm.c35 .pcm_hardware = &snd_mxs_hardware,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-6.6/sound/soc/mxs/
H A Dmxs-pcm.c35 .pcm_hardware = &snd_mxs_hardware,
/kernel/linux/linux-5.10/sound/soc/cirrus/
H A Dep93xx-pcm.c51 .pcm_hardware = &ep93xx_pcm_hardware,
/kernel/linux/linux-5.10/sound/soc/spear/
H A Dspear_pcm.c36 .pcm_hardware = &spear_pcm_hardware,
/kernel/linux/linux-6.6/sound/soc/spear/
H A Dspear_pcm.c36 .pcm_hardware = &spear_pcm_hardware,
/kernel/linux/linux-6.6/sound/soc/cirrus/
H A Dep93xx-pcm.c51 .pcm_hardware = &ep93xx_pcm_hardware,
/kernel/linux/linux-6.6/sound/soc/fsl/
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; 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()
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-generic-dmaengine-pcm.c121 if (pcm->config && pcm->config->pcm_hardware) in dmaengine_pcm_set_runtime_hwparams()
123 pcm->config->pcm_hardware); in dmaengine_pcm_set_runtime_hwparams()
240 max_buffer_size = config->pcm_hardware->buffer_bytes_max; in dmaengine_pcm_new()
/kernel/linux/linux-6.6/drivers/most/
H A Dmost_snd.c30 * @pcm_hardware: low-level hardware description
46 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()
/kernel/linux/linux-5.10/sound/soc/atmel/
H A Datmel-pcm-dma.c107 .pcm_hardware = &atmel_pcm_dma_hardware,
/kernel/linux/linux-5.10/sound/soc/ux500/
H A Dux500_pcm.c124 .pcm_hardware = &ux500_pcm_hw,
/kernel/linux/linux-5.10/include/sound/
H A Ddmaengine_pcm.h123 * @pcm_hardware: snd_pcm_hardware struct to be used for the PCM.
145 const struct snd_pcm_hardware *pcm_hardware; member
/kernel/linux/linux-6.6/include/sound/
H A Ddmaengine_pcm.h128 * @pcm_hardware: snd_pcm_hardware struct to be used for the PCM.
150 const struct snd_pcm_hardware *pcm_hardware; member
/kernel/linux/linux-6.6/sound/soc/atmel/
H A Datmel-pcm-dma.c107 .pcm_hardware = &atmel_pcm_dma_hardware,
/kernel/linux/linux-5.10/drivers/staging/most/sound/
H A Dsound.c44 struct snd_pcm_hardware pcm_hardware; member
299 runtime->hw = channel->pcm_hardware; in pcm_open()
597 ret = audio_set_hw_params(&channel->pcm_hardware, ch_num, sample_res, in audio_probe_channel()
/kernel/linux/linux-6.6/sound/soc/tegra/
H A Dtegra_pcm.c40 .pcm_hardware = &tegra_pcm_hardware,
/kernel/linux/linux-5.10/sound/soc/tegra/
H A Dtegra_pcm.c40 .pcm_hardware = &tegra_pcm_hardware,

Completed in 9 milliseconds

12