diff options
author | Shijie Zhang <shijie.zhang@intel.com> | 2012-04-25 01:09:23 +0800 |
---|---|---|
committer | buildbot <buildbot@intel.com> | 2012-04-26 19:55:08 -0700 |
commit | 05c712ae9144cba8d71b61d41d4af11edff858fe (patch) | |
tree | dc66c802aab8047581ee2cebb77cb3a4009aff59 /sound | |
parent | 2cc00dd9d550b5c97a9cb65ef9621eea3adbc4db (diff) | |
download | kernel-mfld-blackbay-05c712ae9144cba8d71b61d41d4af11edff858fe.tar.gz kernel-mfld-blackbay-05c712ae9144cba8d71b61d41d4af11edff858fe.tar.bz2 kernel-mfld-blackbay-05c712ae9144cba8d71b61d41d4af11edff858fe.zip |
intel_scu_ipc: move osc clock code from SCU IPC core driver
BZ: 32907
Based on current drvier framework, it's not suitable to leave OSC CLK
related code inside the IPC core driver. Move it to intel_scu_ipcutil.
Change-Id: I02981dd1e8f9fea7b521f6d1d07feca0c6dd492e
Signed-off-by: Shijie Zhang <shijie.zhang@intel.com>
Reviewed-on: http://android.intel.com:8080/45901
Reviewed-by: Chen, Jie D <jie.d.chen@intel.com>
Reviewed-by: Yang, Bin <bin.yang@intel.com>
Reviewed-by: Du, Alek <alek.du@intel.com>
Reviewed-by: Wang, Zhifeng <zhifeng.wang@intel.com>
Tested-by: Wang, Zhifeng <zhifeng.wang@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/mid-x86/clv_machine.c | 1 | ||||
-rw-r--r-- | sound/soc/mid-x86/mfld_machine.c | 2 | ||||
-rw-r--r-- | sound/soc/mid-x86/mfld_machine_gi.c | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/sound/soc/mid-x86/clv_machine.c b/sound/soc/mid-x86/clv_machine.c index efe0e85a01f..42db1b4b336 100644 --- a/sound/soc/mid-x86/clv_machine.c +++ b/sound/soc/mid-x86/clv_machine.c @@ -32,6 +32,7 @@ #include <linux/delay.h> #include <linux/ipc_device.h> #include <asm/intel_scu_ipc.h> +#include <asm/intel_scu_ipcutil.h> #include <sound/pcm.h> #include <sound/pcm_params.h> #include <sound/soc.h> diff --git a/sound/soc/mid-x86/mfld_machine.c b/sound/soc/mid-x86/mfld_machine.c index d26265bc21b..e974e860cb6 100644 --- a/sound/soc/mid-x86/mfld_machine.c +++ b/sound/soc/mid-x86/mfld_machine.c @@ -34,7 +34,7 @@ #include <linux/gpio.h> #include <linux/ipc_device.h> #include <asm/intel-mid.h> -#include <asm/intel_scu_ipc.h> +#include <asm/intel_scu_ipcutil.h> #include <sound/pcm.h> #include <sound/pcm_params.h> #include <sound/soc.h> diff --git a/sound/soc/mid-x86/mfld_machine_gi.c b/sound/soc/mid-x86/mfld_machine_gi.c index e24d445738b..8482c6a2b08 100644 --- a/sound/soc/mid-x86/mfld_machine_gi.c +++ b/sound/soc/mid-x86/mfld_machine_gi.c @@ -36,7 +36,7 @@ #include <linux/gpio.h> #include <linux/ipc_device.h> #include <asm/intel-mid.h> -#include <asm/intel_scu_ipc.h> +#include <asm/intel_scu_ipcutil.h> #include <sound/pcm.h> #include <sound/pcm_params.h> #include <sound/soc.h> |