Lines Matching full:dpcm
13 The DPCM runtime routing is determined by the ALSA mixer settings in the same
14 way as the analog signal is routed in an ASoC codec driver. DPCM uses a DAPM
18 DPCM re-uses all the existing component codec, platform and DAI drivers without
53 Example - DPCM Switching playback from DAI0 to DAI1
99 3. DPCM runs the PCM trigger(stop), hw_free(), shutdown() operations on DAI0
104 5. DPCM runs the PCM ops for startup(), hw_params(), prepare() and
108 and then DPCM will take care of managing the DAI PCM operations to either bring
113 DPCM machine driver
116 The DPCM enabled ASoC machine driver is similar to normal machine drivers
166 set the DAI link to a DPCM FE with the ``dynamic = 1``. The supported FE stream
277 Writing a DPCM DSP driver
280 The DPCM DSP driver looks much like a standard platform class ASoC driver