Searched refs:pcm_hardware (Results 1 - 12 of 12) sorted by relevance
/linux-4.4.14/sound/soc/fsl/ |
H A D | imx-pcm-dma.c | 52 .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 D | spear_pcm.c | 36 .pcm_hardware = &spear_pcm_hardware,
|
/linux-4.4.14/sound/soc/davinci/ |
H A D | edma-pcm.c | 44 .pcm_hardware = &edma_pcm_hardware,
|
/linux-4.4.14/sound/soc/mxs/ |
H A D | mxs-pcm.c | 48 .pcm_hardware = &snd_mxs_hardware,
|
/linux-4.4.14/sound/soc/tegra/ |
H A D | tegra_pcm.c | 54 .pcm_hardware = &tegra_pcm_hardware,
|
/linux-4.4.14/sound/soc/cirrus/ |
H A D | ep93xx-pcm.c | 54 .pcm_hardware = &ep93xx_pcm_hardware,
|
/linux-4.4.14/include/sound/ |
H A D | dmaengine_pcm.h | 116 * @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 D | soc-generic-dmaengine-pcm.c | 133 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 D | ux500_pcm.c | 127 .pcm_hardware = &ux500_pcm_hw,
|
/linux-4.4.14/sound/soc/atmel/ |
H A D | atmel-pcm-dma.c | 121 .pcm_hardware = &atmel_pcm_dma_hardware,
|
H A D | atmel-classd.c | 187 .pcm_hardware = &atmel_classd_hw,
|
/linux-4.4.14/drivers/staging/most/aim-sound/ |
H A D | sound.c | 49 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