WM8904: Add initialization logic

This commit is contained in:
Gregory Nutt
2014-07-19 10:20:19 -06:00
parent a0607ff2a7
commit 89ed7ab558
5 changed files with 466 additions and 31 deletions
+6 -4
View File
@@ -320,10 +320,12 @@ menuconfig AUDIO_DEVICES
bool "Audio Device Support"
default n
---help---
Enable support for audio device drivers.
This includes drivers for MP3, WMA and Ogg Vorbis encoding,
decoding, as well as drivers for interfacing with external
DSP chips to perform custom audio functions.
Enable support for audio device drivers. This includes drivers for
MP3, WMA and Ogg Vorbis encoding, decoding, as well as drivers for
interfacing with external DSP chips to perform custom audio functions.
NOTE: All of these drivers depend on support from the audio subsystem
enabled with the AUDIO selection.
if AUDIO_DEVICES
source drivers/audio/Kconfig