Lines Matching refs:drivers
10 * Codec drivers were often tightly coupled to the underlying SoC
12 Linux had different wm8731 drivers for 4 different SoC platforms.
32 * Codec independence. Allows reuse of codec drivers on other platforms
53 multiple re-usable component drivers :-
55 * Codec class drivers: The codec class driver is platform independent and
58 ICs if required. Codec class drivers should be generic code that can run
61 * Platform class drivers: The platform class driver includes the audio DMA
62 engine driver, digital audio interface (DAI) drivers (e.g. I2S, AC97, PCM)
63 and any audio DSP drivers for that platform.
66 decribes and binds the other component drivers together to form an ALSA
81 a DAI within your codec and CPU DAI drivers.