mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 02:34:23 +08:00
84bc278b1f
Simple utility layer for creating ASoC machine instances based on data in the OpenFirmware device tree. OF aware platform drivers and codec drivers register themselves with this framework and the framework automatically instantiates a machine driver. At the moment, the driver is not very capable and it is expected to be extended as more features are needed for specifying the configuration in the device tree. This is most likely temporary glue code to work around limitations in the ASoC v1 framework. When v2 is merged, most of this driver will need to be reworked. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
20 lines
534 B
Plaintext
20 lines
534 B
Plaintext
config SND_SOC_OF_SIMPLE
|
|
tristate
|
|
|
|
config SND_SOC_MPC8610
|
|
bool "ALSA SoC support for the MPC8610 SOC"
|
|
depends on MPC8610_HPCD
|
|
default y if MPC8610
|
|
help
|
|
Say Y if you want to add support for codecs attached to the SSI
|
|
device on an MPC8610.
|
|
|
|
config SND_SOC_MPC8610_HPCD
|
|
bool "ALSA SoC support for the Freescale MPC8610 HPCD board"
|
|
depends on SND_SOC_MPC8610
|
|
select SND_SOC_CS4270
|
|
select SND_SOC_CS4270_VD33_ERRATA
|
|
default y if MPC8610_HPCD
|
|
help
|
|
Say Y if you want to enable audio on the Freescale MPC8610 HPCD.
|