## ## TXx9 ACLC ## config SND_SOC_TXX9ACLC tristate "SoC Audio for TXx9" depends on HAS_TXX9_ACLC && TXX9_DMAC help This option enables support for the AC Link Controllers in TXx9 SoC. config HAS_TXX9_ACLC bool config SND_SOC_TXX9ACLC_AC97 tristate select AC97_BUS select SND_AC97_CODEC select SND_SOC_AC97_BUS ## ## Boards ## config SND_SOC_TXX9ACLC_GENERIC tristate "Generic TXx9 ACLC sound machine" depends on SND_SOC_TXX9ACLC select SND_SOC_TXX9ACLC_AC97 select SND_SOC_AC97_CODEC help This is a generic AC97 sound machine for use in TXx9 based systems. id='cgit'>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2016-05-18 16:46:36 +0300
committerMark Brown <broonie@kernel.org>2016-05-30 16:19:17 +0100
commit65aca64d05b5eaa5ce15e18b458a8d338ddbd478 (patch)
tree542ac7ca09adcc1acf2fb533bd8f7520cfe93816
parent4a5c83744feb7608422e6c23fa4cce85569b678c (diff)
ASoC: omap-mcpdm: Add support for pdmclk clock handling
McPDM module receives it's functional clock from external source. This clock is the pdmclk provided by the twl6040 audio IC. If the clock is not available all register accesses to McPDM fails and the module is not operational. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat