aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/soc/mid-x86/sst_platform.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/mid-x86/sst_platform.c b/sound/soc/mid-x86/sst_platform.c
index 189d546fbf9..0e994c16e7a 100644
--- a/sound/soc/mid-x86/sst_platform.c
+++ b/sound/soc/mid-x86/sst_platform.c
@@ -176,7 +176,6 @@ static void sst_period_elapsed(void *mad_substream)
}
spin_unlock(&stream->status_lock);
snd_pcm_period_elapsed(substream);
- return;
}
static int sst_platform_init_stream(struct snd_pcm_substream *substream)
@@ -481,4 +480,4 @@ MODULE_DESCRIPTION("ASoC Intel(R) MID Platform driver");
MODULE_AUTHOR("Vinod Koul <vinod.koul@intel.com>");
MODULE_AUTHOR("Harsha Priya <priya.harsha@intel.com>");
MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("platfrom: sst-platform");
+MODULE_ALIAS("platform:sst-platform");