Lines Matching +full:pcm +full:- +full:platform
2 ASoC Platform Driver
5 An ASoC platform driver class can be divided into audio DMA drivers, SoC DAI
6 drivers and DSP drivers. The platform drivers only target the SoC CPU and must
12 The platform DMA driver optionally supports the following ALSA operations:-
25 The platform driver exports its DMA functionality via struct
26 snd_soc_component_driver:-
38 /* pcm creation and destruction */
49 https://www.kernel.org/doc/html/latest/sound/kernel-api/writing-an-alsa-driver.html
51 An example DMA driver is soc/pxa/pxa2xx-pcm.c
57 Each SoC DAI driver must provide the following features:-
61 3. PCM's description
65 Please see codec.rst for a description of items 1 - 4.
71 Each SoC DSP driver usually supplies the following features :-
76 4. Definition of DSP front end (FE) PCM devices.