ASoC: TI AESS: add autogating-enable function, callable from architecture code
authorPaul Walmsley <paul@pwsan.com>
Sun, 10 Feb 2013 18:22:23 +0000 (11:22 -0700)
committerPaul Walmsley <paul@pwsan.com>
Sun, 10 Feb 2013 18:22:23 +0000 (11:22 -0700)
commitcf8ba17154b0977e9195b160aef6c934270a08c1
treea88cfcfb05659c2f29da3313fc86f94fa29d9b0c
parent6d266f63a11bce427504d203834df3c0bb9be9a5
ASoC: TI AESS: add autogating-enable function, callable from architecture code

Add a basic header file for the TI AESS IP block, located in the OMAP4
Audio Back-End subsystem.

Currently, this header file only contains a function to enable the
AESS internal clock auto-gating.  This will be used by a subsequent
patch to ensure that the AESS won't block the entire chip
low-power-idle mode.  We wish to be able to place the AESS into idle
even when no AESS driver has been compiled in.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Liam Girdwood <lrg@ti.com>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Péter Ujfalusi <peter.ujfalusi@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
include/sound/aess.h [new file with mode: 0644]