Searched refs:pcm_construct (Results 1 – 25 of 47) sorted by relevance
12
/kernel/linux/linux-5.10/sound/soc/pxa/ |
D | pxa2xx-pcm.c | 21 .pcm_construct = pxa2xx_soc_pcm_new,
|
D | pxa2xx-ac97.c | 204 .pcm_construct = pxa2xx_soc_pcm_new,
|
D | mmp-pcm.c | 232 .pcm_construct = mmp_pcm_new,
|
D | pxa2xx-i2s.c | 361 .pcm_construct = pxa2xx_soc_pcm_new,
|
/kernel/linux/linux-5.10/sound/soc/mediatek/common/ |
D | mtk-afe-platform-driver.c | 132 .pcm_construct = mtk_afe_pcm_new,
|
/kernel/linux/linux-5.10/sound/soc/ |
D | soc-generic-dmaengine-pcm.c | 337 .pcm_construct = dmaengine_pcm_new, 349 .pcm_construct = dmaengine_pcm_new,
|
D | soc-component.c | 732 if (component->driver->pcm_construct) { in snd_soc_pcm_component_new() 733 ret = component->driver->pcm_construct(component, rtd); in snd_soc_pcm_component_new()
|
/kernel/linux/linux-5.10/sound/soc/dwc/ |
D | dwc-pcm.c | 259 .pcm_construct = dw_pcm_new,
|
/kernel/linux/linux-5.10/sound/soc/sh/ |
D | dma-sh7760.c | 314 .pcm_construct = camelot_pcm_new,
|
/kernel/linux/linux-5.10/sound/soc/au1x/ |
D | dbdma2.c | 322 .pcm_construct = au1xpsc_pcm_new,
|
D | dma.c | 300 .pcm_construct = alchemy_pcm_new,
|
/kernel/linux/linux-5.10/sound/soc/uniphier/ |
D | aio-dma.c | 229 .pcm_construct = uniphier_aiodma_new,
|
/kernel/linux/linux-5.10/sound/soc/kirkwood/ |
D | kirkwood-dma.c | 323 .pcm_construct = kirkwood_dma_new,
|
/kernel/linux/linux-5.10/sound/soc/stm/ |
D | stm32_adfsdm.c | 302 .pcm_construct = stm32_adfsdm_pcm_new,
|
/kernel/linux/linux-5.10/sound/soc/fsl/ |
D | imx-pcm-fiq.c | 346 .pcm_construct = snd_imx_pcm_new,
|
D | fsl_asrc_dma.c | 480 .pcm_construct = fsl_asrc_dma_pcm_new,
|
/kernel/linux/linux-5.10/sound/soc/tegra/ |
D | tegra210_admaif.c | 694 .pcm_construct = tegra_pcm_construct, 707 .pcm_construct = tegra_pcm_construct,
|
/kernel/linux/linux-5.10/sound/soc/samsung/ |
D | idma.c | 405 .pcm_construct = idma_new,
|
/kernel/linux/linux-5.10/include/sound/ |
D | soc-component.h | 89 int (*pcm_construct)(struct snd_soc_component *component, member
|
/kernel/linux/linux-5.10/sound/soc/atmel/ |
D | atmel-pcm-pdc.c | 388 .pcm_construct = atmel_pcm_new,
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | rt5514-spi.c | 307 .pcm_construct = rt5514_spi_pcm_new,
|
D | rt5677-spi.c | 407 .pcm_construct = rt5677_spi_pcm_new,
|
/kernel/linux/linux-5.10/sound/soc/txx9/ |
D | txx9aclc.c | 401 .pcm_construct = txx9aclc_pcm_new,
|
/kernel/linux/linux-5.10/sound/soc/bcm/ |
D | bcm63xx-pcm-whistler.c | 451 .pcm_construct = bcm63xx_soc_pcm_new,
|
/kernel/linux/linux-5.10/sound/soc/amd/renoir/ |
D | acp3x-pdm-dma.c | 385 .pcm_construct = acp_pdm_dma_new,
|
12