mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 10:36:39 +07:00
8380222ec9
The old driver has the number of SSI units in the system hardcoded, does not make use of the device model and works only on i.MX21/27. This driver replaces it. It works in DMA mode on i.MX21/27 and using an FIQ handler on other systems. It also supports AC97 mode of the SSI units. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Javier Martin <javier.martin@vista-silicon.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
14 lines
270 B
Plaintext
14 lines
270 B
Plaintext
config SND_IMX_SOC
|
|
tristate "SoC Audio for Freecale i.MX CPUs"
|
|
depends on ARCH_MXC
|
|
select SND_PCM
|
|
select FIQ
|
|
select SND_SOC_AC97_BUS
|
|
help
|
|
Say Y or M if you want to add support for codecs attached to
|
|
the i.MX SSI interface.
|
|
|
|
config SND_MXC_SOC_SSI
|
|
tristate
|
|
|