/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-generic-dmaengine-pcm.c | 114 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 D | rockchip_pcm.c | 32 .pcm_hardware = &snd_rockchip_hardware,
|
/kernel/linux/linux-5.10/sound/soc/ti/ |
H A D | udma-pcm.c | 30 .pcm_hardware = &udma_pcm_hardware,
|
H A D | edma-pcm.c | 35 .pcm_hardware = &edma_pcm_hardware,
|
H A D | sdma-pcm.c | 31 .pcm_hardware = &sdma_pcm_hardware,
|
/kernel/linux/linux-5.10/sound/soc/mxs/ |
H A D | mxs-pcm.c | 35 .pcm_hardware = &snd_mxs_hardware,
|
/kernel/linux/linux-6.6/sound/soc/ti/ |
H A D | udma-pcm.c | 30 .pcm_hardware = &udma_pcm_hardware,
|
H A D | edma-pcm.c | 35 .pcm_hardware = &edma_pcm_hardware,
|
H A D | sdma-pcm.c | 31 .pcm_hardware = &sdma_pcm_hardware,
|
/kernel/linux/linux-6.6/sound/soc/mxs/ |
H A D | mxs-pcm.c | 35 .pcm_hardware = &snd_mxs_hardware,
|
/kernel/linux/linux-5.10/sound/soc/cirrus/ |
H A D | ep93xx-pcm.c | 51 .pcm_hardware = &ep93xx_pcm_hardware,
|
/kernel/linux/linux-5.10/sound/soc/spear/ |
H A D | spear_pcm.c | 36 .pcm_hardware = &spear_pcm_hardware,
|
/kernel/linux/linux-6.6/sound/soc/spear/ |
H A D | spear_pcm.c | 36 .pcm_hardware = &spear_pcm_hardware,
|
/kernel/linux/linux-6.6/sound/soc/cirrus/ |
H A D | ep93xx-pcm.c | 51 .pcm_hardware = &ep93xx_pcm_hardware,
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | imx-pcm-rpmsg.c | 235 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 D | soc-generic-dmaengine-pcm.c | 121 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 D | most_snd.c | 30 * @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 D | atmel-pcm-dma.c | 107 .pcm_hardware = &atmel_pcm_dma_hardware,
|
/kernel/linux/linux-5.10/sound/soc/ux500/ |
H A D | ux500_pcm.c | 124 .pcm_hardware = &ux500_pcm_hw,
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | dmaengine_pcm.h | 123 * @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 D | dmaengine_pcm.h | 128 * @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 D | atmel-pcm-dma.c | 107 .pcm_hardware = &atmel_pcm_dma_hardware,
|
/kernel/linux/linux-5.10/drivers/staging/most/sound/ |
H A D | sound.c | 44 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 D | tegra_pcm.c | 40 .pcm_hardware = &tegra_pcm_hardware,
|
/kernel/linux/linux-5.10/sound/soc/tegra/ |
H A D | tegra_pcm.c | 40 .pcm_hardware = &tegra_pcm_hardware,
|