Lines Matching +full:pcm +full:- +full:platform
7 It should contain no code that is specific to the target platform or machine.
8 All platform and machine specific code should be added to the platform and
11 Each codec class driver *must* provide the following features:-
13 1. Codec DAI and PCM configuration
14 2. Codec control IO - using RegMap API
20 Optionally, codec drivers can also provide:-
30 Codec DAI and PCM configuration
31 -------------------------------
33 PCM capabilities and operations. This struct is exported so that it can be
49 .name = "wm8731-hifi",
68 ----------------
76 -------------------------
83 Defines a single control as follows:-
92 Other macros include:-
107 Defines an single enumerated control as follows:-
121 ----------------------
122 The codec driver also supports the following ALSA PCM operations:-
134 Please refer to the ALSA driver PCM documentation for details.
135 https://www.kernel.org/doc/html/latest/sound/kernel-api/writing-an-alsa-driver.html
139 ----------------
148 ------------------
153 Power states:-
169 ------------------------------
182 struct snd_soc_component *component = dai->component;