Lines Matching refs:codec
20 * Drivers tended to power up the entire codec when playing (or
23 power via changing codec oversampling rates, bias currents, etc.
32 * Codec independence. Allows reuse of codec drivers on other platforms
35 * Easy I2S/PCM audio interface setup between codec and SoC. Each SoC
36 interface and codec registers its audio interface capabilities with the
40 * Dynamic Audio Power Management (DAPM). DAPM automatically sets the codec to
42 internal power blocks depending on the internal codec audio routing and any
46 codec up/down in the correct sequence (including using digital mute). ASoC
47 signals the codec when to change power states.
55 * Codec class drivers: The codec class driver is platform independent and
56 contains audio controls, audio interface capabilities, codec DAPM
57 definition and codec IO functions. This class extends to BT, FM and MODEM
78 codec.txt: Codec driver internals.
81 a DAI within your codec and CPU DAI drivers.