brintos

brintos / linux-shallow public Read only

0
0
Text · 697 B · 03f89db Raw
26 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config SND_AOA_ONYX3	tristate "support Onyx chip"4	select I2C5	select I2C_POWERMAC6	help7	This option enables support for the Onyx (pcm3052)8	codec chip found in the latest Apple machines9	(most of those with digital audio output).10 11config SND_AOA_TAS12	tristate "support TAS chips"13	select I2C14	select I2C_POWERMAC15	help16	This option enables support for the tas chips17	found in a lot of Apple Machines, especially18	iBooks and PowerBooks without digital.19 20config SND_AOA_TOONIE21	tristate "support Toonie chip"22	help23	This option enables support for the toonie codec24	found in the Mac Mini. If you have a Mac Mini and25	want to hear sound, select this option.26