ASoC: Rename mid-x86 directory to intel
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Thu, 21 Nov 2013 11:32:24 +0000 (13:32 +0200)
committerMark Brown <broonie@linaro.org>
Sun, 24 Nov 2013 13:44:19 +0000 (13:44 +0000)
We have other Intel platforms coming having the Smart Sound Technology (SST)
so rename the mid-x86 directory to intel as originally directory name
reflected only Intel MID platform.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/Kconfig
sound/soc/Makefile
sound/soc/intel/Kconfig [moved from sound/soc/mid-x86/Kconfig with 100% similarity]
sound/soc/intel/Makefile [moved from sound/soc/mid-x86/Makefile with 100% similarity]
sound/soc/intel/mfld_machine.c [moved from sound/soc/mid-x86/mfld_machine.c with 100% similarity]
sound/soc/intel/sst_dsp.h [moved from sound/soc/mid-x86/sst_dsp.h with 100% similarity]
sound/soc/intel/sst_platform.c [moved from sound/soc/mid-x86/sst_platform.c with 100% similarity]
sound/soc/intel/sst_platform.h [moved from sound/soc/mid-x86/sst_platform.h with 100% similarity]

index 5138b84..463a9e2 100644 (file)
@@ -42,7 +42,7 @@ source "sound/soc/jz4740/Kconfig"
 source "sound/soc/nuc900/Kconfig"
 source "sound/soc/omap/Kconfig"
 source "sound/soc/kirkwood/Kconfig"
-source "sound/soc/mid-x86/Kconfig"
+source "sound/soc/intel/Kconfig"
 source "sound/soc/mxs/Kconfig"
 source "sound/soc/pxa/Kconfig"
 source "sound/soc/samsung/Kconfig"
index 8b9e701..ff291d3 100644 (file)
@@ -16,7 +16,7 @@ obj-$(CONFIG_SND_SOC) += davinci/
 obj-$(CONFIG_SND_SOC)  += dwc/
 obj-$(CONFIG_SND_SOC)  += fsl/
 obj-$(CONFIG_SND_SOC)  += jz4740/
-obj-$(CONFIG_SND_SOC)  += mid-x86/
+obj-$(CONFIG_SND_SOC)  += intel/
 obj-$(CONFIG_SND_SOC)  += mxs/
 obj-$(CONFIG_SND_SOC)  += nuc900/
 obj-$(CONFIG_SND_SOC)  += omap/