diff options
author | Hemanth Puranik <hemanth.puranik@stericsson.com> | 2011-12-13 10:07:05 +0530 |
---|---|---|
committer | Philippe Langlais <philippe.langlais@stericsson.com> | 2012-05-22 11:05:03 +0200 |
commit | 8f23e308ab4676319ee5d3f054e500448dfe17db (patch) | |
tree | 95f023bd83016d7d0be1a6f7496a55e0393cff61 /sound/soc/ux500/ux500_ab5500.h | |
parent | de40f569ac04fa905d42c10578d25d8a3c1487bd (diff) |
ASoC: Ux500: Audio driver not requesting for clocks it uses
Driver was modified to request for sysclk.
sysclk is requested using the clock framework.
ST-Ericsson ID: 343921
ST-Ericsson Linux next: NA
ST-Ericsson FOSS-OUT ID: Trivial
Change-Id: Id4f7d8a7af57211ba07801110758ab6c58acadf2
Signed-off-by: Hemanth Puranik <hemanth.puranik@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/42271
Reviewed-by: Amaresh MULAGE <amaresh.mulage@stericsson.com>
Reviewed-by: Rabin VINCENT <rabin.vincent@stericsson.com>
Diffstat (limited to 'sound/soc/ux500/ux500_ab5500.h')
-rwxr-xr-x[-rw-r--r--] | sound/soc/ux500/ux500_ab5500.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/ux500/ux500_ab5500.h b/sound/soc/ux500/ux500_ab5500.h index ea69f1a048c..8a9be4b98d0 100644..100755 --- a/sound/soc/ux500/ux500_ab5500.h +++ b/sound/soc/ux500/ux500_ab5500.h @@ -14,6 +14,8 @@ #ifndef UX500_AB5500_H #define UX500_AB5500_H +struct snd_soc_pcm_runtime; + int ux500_ab5500_startup(struct snd_pcm_substream *substream); void ux500_ab5500_shutdown(struct snd_pcm_substream *substream); @@ -21,4 +23,6 @@ void ux500_ab5500_shutdown(struct snd_pcm_substream *substream); int ux500_ab5500_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params); +int ux500_ab5500_machine_codec_init(struct snd_soc_pcm_runtime *runtime); + #endif |