Lines Matching +full:pm +full:- +full:api
11 Each codec class driver *must* provide the following features:-
14 2. Codec control IO - using RegMap API
20 Optionally, codec drivers can also provide:-
31 -------------------------------
49 .name = "wm8731-hifi",
68 ----------------
71 Regmap API for all codec IO. Please see include/linux/regmap.h and existing
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:-
135 https://www.kernel.org/doc/html/latest/sound/kernel-api/writing-an-alsa-driver.html
139 ----------------
148 ------------------
149 This function is a callback that handles codec domain PM calls and system
150 domain PM calls (e.g. suspend and resume). It is used to put the codec
153 Power states:-
169 ------------------------------
182 struct snd_soc_component *component = dai->component;