Re: [PATCH 07/10] OMAP: McBSP: implement functional clock switching via clock framework

2010-10-05 Thread Peter Ujfalusi
Hello, I have only one question... On Saturday 02 October 2010 00:35:32 ext Paul Walmsley wrote: ... +/* McBSP CLKS source switching function */ + +int omap2_mcbsp_set_clks_src(u8 id, u8 fck_src_id) +{ + struct omap_mcbsp *mcbsp; + struct clk *fck_src; + char *fck_src_name;

Re: [PATCH 07/10] OMAP: McBSP: implement functional clock switching via clock framework

2010-10-05 Thread Paul Walmsley
Hello Peter, On Tue, 5 Oct 2010, Peter Ujfalusi wrote: What is the fclk source by default. What I mean is that most of the machine drivers are not calling the snd_soc_dai_set_sysclk for the cpu_dai. It has been by default to prcm_fclk (core_96 or per_96). Is this still the case after this

[PATCH 07/10] OMAP: McBSP: implement functional clock switching via clock framework

2010-10-01 Thread Paul Walmsley
Previously the OMAP McBSP ASoC driver implemented CLKS switching by using omap_ctrl_{read,write}l() directly. This is against policy; the OMAP System Control Module functions are not intended to be exported to drivers. These symbols are no longer exported, so as a result, the OMAP McBSP ASoC