Lines Matching +full:playback +full:- +full:codecs
6 the codec, FM, MODEM, BT or external DSP to provide audio capture and playback.
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:-
25 driver code in sound/soc/codecs/
31 -------------------------------
49 .name = "wm8731-hifi",
50 .playback = {
51 .stream_name = "Playback",
68 ----------------
76 -------------------------
83 Defines a single control as follows:-
86 xname = Control name e.g. "Playback Volume"
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 ------------------
153 Power states:-
169 ------------------------------
170 Most codecs have a digital mute before the DACs that can be used to
182 struct snd_soc_component *component = dai->component;