mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
ASoC: Rename mid-x86 directory to intel
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>
This commit is contained in:
parent
6ce4eac1f6
commit
784cbf8ab4
@ -42,7 +42,7 @@ source "sound/soc/jz4740/Kconfig"
|
|||||||
source "sound/soc/nuc900/Kconfig"
|
source "sound/soc/nuc900/Kconfig"
|
||||||
source "sound/soc/omap/Kconfig"
|
source "sound/soc/omap/Kconfig"
|
||||||
source "sound/soc/kirkwood/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/mxs/Kconfig"
|
||||||
source "sound/soc/pxa/Kconfig"
|
source "sound/soc/pxa/Kconfig"
|
||||||
source "sound/soc/samsung/Kconfig"
|
source "sound/soc/samsung/Kconfig"
|
||||||
|
@ -16,7 +16,7 @@ obj-$(CONFIG_SND_SOC) += davinci/
|
|||||||
obj-$(CONFIG_SND_SOC) += dwc/
|
obj-$(CONFIG_SND_SOC) += dwc/
|
||||||
obj-$(CONFIG_SND_SOC) += fsl/
|
obj-$(CONFIG_SND_SOC) += fsl/
|
||||||
obj-$(CONFIG_SND_SOC) += jz4740/
|
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) += mxs/
|
||||||
obj-$(CONFIG_SND_SOC) += nuc900/
|
obj-$(CONFIG_SND_SOC) += nuc900/
|
||||||
obj-$(CONFIG_SND_SOC) += omap/
|
obj-$(CONFIG_SND_SOC) += omap/
|
||||||
|
Loading…
Reference in New Issue
Block a user