forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/sound/aoa/codecs/Kconfig
....@@ -1,8 +1,9 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config SND_AOA_ONYX
23 tristate "support Onyx chip"
34 select I2C
45 select I2C_POWERMAC
5
- ---help---
6
+ help
67 This option enables support for the Onyx (pcm3052)
78 codec chip found in the latest Apple machines
89 (most of those with digital audio output).
....@@ -11,14 +12,14 @@
1112 tristate "support TAS chips"
1213 select I2C
1314 select I2C_POWERMAC
14
- ---help---
15
+ help
1516 This option enables support for the tas chips
1617 found in a lot of Apple Machines, especially
1718 iBooks and PowerBooks without digital.
1819
1920 config SND_AOA_TOONIE
2021 tristate "support Toonie chip"
21
- ---help---
22
+ help
2223 This option enables support for the toonie codec
2324 found in the Mac Mini. If you have a Mac Mini and
2425 want to hear sound, select this option.