summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2012-02-29 10:28:08 -0300
committerSascha Hauer <s.hauer@pengutronix.de>2012-03-02 08:49:37 +0100
commitbb07d7511e0884f913a0610d5f9a2f8a27914042 (patch)
tree45025b26ae9e27cb15b44ad2a2afe589c1077e1c /tools/perf/scripts/python
parent3ac804e31199c55440a423c76068d693b37fd50b (diff)
downloadkernel-bb07d7511e0884f913a0610d5f9a2f8a27914042.tar.gz
ARM: mx3: Setup AIPS registers
It was observed on a mx31pdk board that audio playback only worked when the bootloader was Redboot, and did not work when U-boot was used. Comparing the sources of these bootloaders showed that the AIPS registers were not setup in U-boot. Instead of relying on the bootloader to setup the AIPS registers, do it in the kernel so that audio playback can work independantly of the bootloader being used. Copied the AIPS settings from Redboot to the kernel. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
it/sound/soc/stm?id=32a956a1fadfd7d3924ab8ada2b7754054375903'>ASoC: stm32: i2s: add pm_runtime supportOlivier Moysan 2021-11-17ASoC: stm32: sai: increase channels_max limitOlivier Moysan 2021-11-17ASoC: stm32: i2s: fix 32 bits channel length without mclkOlivier Moysan 2021-06-17ASoC: stm32: spdifrx: Use devm_platform_get_and_ioremap_resource()Yang Yingliang 2021-06-17ASoC: stm32: sai: Use devm_platform_get_and_ioremap_resource()Yang Yingliang 2021-06-17ASoC: stm32: i2s: Use devm_platform_get_and_ioremap_resource()Yang Yingliang 2021-04-28ASoC: stm32: do not request a new clock consummer referenceJerome Brunet 2021-04-23ASoC: stm32: properly get clk from the providerJerome Brunet 2021-03-31ASoC: stm: stm32_adfsdm: fix snprintf format stringPierre-Louis Bossart 2021-02-05ASoC: stm32: i2s: add master clock providerOlivier Moysan 2020-12-15Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2020-12-03ASoC: stm32: dfsdm: add stm32_adfsdm_dummy_cb() callbackOlivier Moysan 2020-11-23ASoC: stm: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski 2020-10-08ASoC: stm32: dfsdm: change rate limitsOlivier Moysan 2020-09-11ASoC: stm32: sai: add pm_runtime supportOlivier Moysan 2020-07-31ASoC: core: Two step component registrationCezary Rojewski 2020-07-23ASoC: stm: use asoc_substream_to_rtd()Kuninori Morimoto