Lines Matching refs:and
4 The codec class driver is generic and hardware independent code that configures
5 the codec, FM, MODEM, BT or external DSP to provide audio capture and playback.
7 All platform and machine specific code should be added to the platform and
12 1) Codec DAI and PCM configuration
14 3) Mixers and audio controls
29 1 - Codec DAI and PCM configuration
31 Each codec driver must have a struct snd_soc_dai_driver to define its DAI and
32 PCM capabilities and operations. This struct is exported so that it can be
69 Regmap API for all codec IO. Please see include/linux/regmap.h and existing
73 3 - Mixers and audio controls
75 All the codec mixers and audio controls can be defined using the convenience
132 components and their relationships and registers to the ASoC core.
140 This function is a callback that handles codec domain PM calls and system
141 domain PM calls (e.g. suspend and resume). It is used to put the codec
147 /* vref/mid, clk and osc on, active */