Home
last modified time | relevance | path

Searched refs:pcm_new (Results 1 – 34 of 34) sorted by relevance

/linux-4.4.14/sound/soc/pxa/
Dpxa2xx-pcm.c89 .pcm_new = pxa2xx_soc_pcm_new,
Dmmp-pcm.c217 .pcm_new = mmp_pcm_new,
/linux-4.4.14/Documentation/sound/alsa/soc/
Dplatform.txt35 int (*pcm_new)(struct snd_card *, struct snd_soc_codec_dai *, struct snd_pcm *);
/linux-4.4.14/sound/soc/omap/
Domap-pcm.c250 .pcm_new = omap_pcm_new,
/linux-4.4.14/sound/soc/sh/
Ddma-sh7760.c325 .pcm_new = camelot_pcm_new,
Dsiu_pcm.c609 .pcm_new = siu_pcm_new,
Dfsi.c1821 .pcm_new = fsi_pcm_new,
/linux-4.4.14/sound/soc/au1x/
Ddbdma2.c332 .pcm_new = au1xpsc_pcm_new,
Ddma.c302 .pcm_new = alchemy_pcm_new,
/linux-4.4.14/sound/soc/nuc900/
Dnuc900-pcm.c306 .pcm_new = nuc900_dma_new,
/linux-4.4.14/sound/soc/kirkwood/
Dkirkwood-dma.c323 .pcm_new = kirkwood_dma_new,
/linux-4.4.14/sound/soc/sh/rcar/
Ddvc.c277 .pcm_new = rsnd_dvc_pcm_new,
Dcore.c1133 ret = rsnd_dai_call(pcm_new, &rdai->playback, rtd); in rsnd_pcm_new()
1137 ret = rsnd_dai_call(pcm_new, &rdai->capture, rtd); in rsnd_pcm_new()
1150 .pcm_new = rsnd_pcm_new,
Drsnd.h264 int (*pcm_new)(struct rsnd_mod *mod, member
Dsrc.c978 .pcm_new = rsnd_src_pcm_new_gen2,
/linux-4.4.14/sound/soc/blackfin/
Dbf5xx-i2s-pcm.c340 .pcm_new = bf5xx_pcm_i2s_new,
Dbf5xx-ac97-pcm.c447 .pcm_new = bf5xx_pcm_ac97_new,
/linux-4.4.14/sound/soc/fsl/
Dimx-pcm-fiq.c348 .pcm_new = imx_pcm_fiq_new,
Dfsl_asrc_dma.c388 .pcm_new = fsl_asrc_dma_pcm_new,
Dmpc5200_dma.c362 .pcm_new = &psc_dma_new,
Dfsl_dma.c915 dma->dai.pcm_new = fsl_dma_new; in fsl_soc_dma_probe()
/linux-4.4.14/sound/soc/samsung/
Didma.c405 .pcm_new = idma_new,
/linux-4.4.14/sound/soc/
Dsoc-generic-dmaengine-pcm.c336 .pcm_new = dmaengine_pcm_new,
Dsoc-pcm.c2645 if (platform->driver->pcm_new) { in soc_new_pcm()
2646 ret = platform->driver->pcm_new(rtd); in soc_new_pcm()
/linux-4.4.14/sound/soc/atmel/
Datmel-pcm-pdc.c398 .pcm_new = atmel_pcm_new,
/linux-4.4.14/sound/soc/txx9/
Dtxx9aclc.c409 .pcm_new = txx9aclc_pcm_new,
/linux-4.4.14/sound/soc/intel/baytrail/
Dsst-baytrail-pcm.c400 .pcm_new = sst_byt_pcm_new,
/linux-4.4.14/sound/soc/xtensa/
Dxtfpga-i2s.c487 .pcm_new = xtfpga_pcm_new,
/linux-4.4.14/sound/soc/qcom/
Dlpass-platform.c543 .pcm_new = lpass_platform_pcm_new,
/linux-4.4.14/sound/soc/intel/atom/
Dsst-mfld-platform-pcm.c703 .pcm_new = sst_pcm_new,
/linux-4.4.14/sound/soc/intel/skylake/
Dskl-pcm.c929 .pcm_new = skl_pcm_new,
/linux-4.4.14/sound/soc/mediatek/
Dmtk-afe-pcm.c206 .pcm_new = mtk_afe_pcm_new,
/linux-4.4.14/sound/soc/intel/haswell/
Dsst-haswell-pcm.c1143 .pcm_new = hsw_pcm_new,
/linux-4.4.14/include/sound/
Dsoc.h918 int (*pcm_new)(struct snd_soc_pcm_runtime *); member