瀏覽代碼

ASoC: Intel: move component registration blob

to the place near it is used

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Vinod Koul 11 年之前
父節點
當前提交
2b4c78df05
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      sound/soc/intel/sst-mfld-platform.c

+ 5 - 4
sound/soc/intel/sst-mfld-platform.c

@@ -157,10 +157,6 @@ static struct snd_soc_dai_driver sst_platform_dai[] = {
 },
 };
 
-static const struct snd_soc_component_driver sst_component = {
-	.name		= "sst",
-};
-
 /* helper functions */
 static inline void sst_set_stream_status(struct sst_runtime_stream *stream,
 					int state)
@@ -677,6 +673,11 @@ static struct snd_soc_platform_driver sst_soc_platform_drv = {
 	.pcm_free	= sst_pcm_free,
 };
 
+static const struct snd_soc_component_driver sst_component = {
+	.name		= "sst",
+};
+
+
 static int sst_platform_probe(struct platform_device *pdev)
 {
 	int ret;