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

/linux-4.4.14/sound/soc/fsl/
H A Dimx-pcm-dma.c52 .pcm_hardware = &imx_pcm_hardware,
61 struct snd_pcm_hardware *pcm_hardware; imx_pcm_dma_init() local
69 pcm_hardware = devm_kzalloc(&pdev->dev, imx_pcm_dma_init()
71 *pcm_hardware = imx_pcm_hardware; imx_pcm_dma_init()
73 pcm_hardware->buffer_bytes_max = size; imx_pcm_dma_init()
75 config->pcm_hardware = pcm_hardware; imx_pcm_dma_init()
/linux-4.4.14/sound/soc/spear/
H A Dspear_pcm.c36 .pcm_hardware = &spear_pcm_hardware,
/linux-4.4.14/sound/soc/davinci/
H A Dedma-pcm.c44 .pcm_hardware = &edma_pcm_hardware,
/linux-4.4.14/sound/soc/mxs/
H A Dmxs-pcm.c48 .pcm_hardware = &snd_mxs_hardware,
/linux-4.4.14/sound/soc/tegra/
H A Dtegra_pcm.c54 .pcm_hardware = &tegra_pcm_hardware,
/linux-4.4.14/sound/soc/cirrus/
H A Dep93xx-pcm.c54 .pcm_hardware = &ep93xx_pcm_hardware,
/linux-4.4.14/include/sound/
H A Ddmaengine_pcm.h116 * @pcm_hardware: snd_pcm_hardware struct to be used for the PCM.
135 const struct snd_pcm_hardware *pcm_hardware; member in struct:snd_dmaengine_pcm_config
/linux-4.4.14/sound/soc/
H A Dsoc-generic-dmaengine-pcm.c133 if (pcm->config && pcm->config->pcm_hardware) dmaengine_pcm_set_runtime_hwparams()
135 pcm->config->pcm_hardware); dmaengine_pcm_set_runtime_hwparams()
264 max_buffer_size = config->pcm_hardware->buffer_bytes_max; dmaengine_pcm_new()
/linux-4.4.14/sound/soc/ux500/
H A Dux500_pcm.c127 .pcm_hardware = &ux500_pcm_hw,
/linux-4.4.14/sound/soc/atmel/
H A Datmel-pcm-dma.c121 .pcm_hardware = &atmel_pcm_dma_hardware,
H A Datmel-classd.c187 .pcm_hardware = &atmel_classd_hw,
/linux-4.4.14/drivers/staging/most/aim-sound/
H A Dsound.c49 struct snd_pcm_hardware pcm_hardware; member in struct:channel
297 runtime->hw = channel->pcm_hardware; pcm_open()
339 if ((params_channels(hw_params) > channel->pcm_hardware.channels_max) || pcm_hw_params()
340 (params_channels(hw_params) < channel->pcm_hardware.channels_min)) { pcm_hw_params()
614 if (audio_set_hw_params(&channel->pcm_hardware, pcm_format, cfg)) audio_probe_channel()

Completed in 264 milliseconds