diff options
author | Kevin | 2014-11-15 09:58:27 +0800 |
---|---|---|
committer | Kevin | 2014-11-15 09:58:27 +0800 |
commit | 392e8802486cb573b916e746010e141a75f507e6 (patch) | |
tree | 50029aca02c81f087b90336e670b44e510782330 /ANDROID_3.4.5/sound/aoa/codecs/Kconfig | |
download | FOSSEE-netbook-kernel-source-392e8802486cb573b916e746010e141a75f507e6.tar.gz FOSSEE-netbook-kernel-source-392e8802486cb573b916e746010e141a75f507e6.tar.bz2 FOSSEE-netbook-kernel-source-392e8802486cb573b916e746010e141a75f507e6.zip |
init android origin source code
Diffstat (limited to 'ANDROID_3.4.5/sound/aoa/codecs/Kconfig')
-rw-r--r-- | ANDROID_3.4.5/sound/aoa/codecs/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/sound/aoa/codecs/Kconfig b/ANDROID_3.4.5/sound/aoa/codecs/Kconfig new file mode 100644 index 00000000..0c68e328 --- /dev/null +++ b/ANDROID_3.4.5/sound/aoa/codecs/Kconfig @@ -0,0 +1,24 @@ +config SND_AOA_ONYX + tristate "support Onyx chip" + select I2C + select I2C_POWERMAC + ---help--- + This option enables support for the Onyx (pcm3052) + codec chip found in the latest Apple machines + (most of those with digital audio output). + +config SND_AOA_TAS + tristate "support TAS chips" + select I2C + select I2C_POWERMAC + ---help--- + This option enables support for the tas chips + found in a lot of Apple Machines, especially + iBooks and PowerBooks without digital. + +config SND_AOA_TOONIE + tristate "support Toonie chip" + ---help--- + This option enables support for the toonie codec + found in the Mac Mini. If you have a Mac Mini and + want to hear sound, select this option. |