diff options
Diffstat (limited to 'sound/soc/mid-x86/sst_platform.c')
-rw-r--r-- | sound/soc/mid-x86/sst_platform.c | 3 |
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 189d546fbf94..0e994c16e7ab 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) | |||
176 | } | 176 | } |
177 | spin_unlock(&stream->status_lock); | 177 | spin_unlock(&stream->status_lock); |
178 | snd_pcm_period_elapsed(substream); | 178 | snd_pcm_period_elapsed(substream); |
179 | return; | ||
180 | } | 179 | } |
181 | 180 | ||
182 | static int sst_platform_init_stream(struct snd_pcm_substream *substream) | 181 | static int sst_platform_init_stream(struct snd_pcm_substream *substream) |
@@ -481,4 +480,4 @@ MODULE_DESCRIPTION("ASoC Intel(R) MID Platform driver"); | |||
481 | MODULE_AUTHOR("Vinod Koul <vinod.koul@intel.com>"); | 480 | MODULE_AUTHOR("Vinod Koul <vinod.koul@intel.com>"); |
482 | MODULE_AUTHOR("Harsha Priya <priya.harsha@intel.com>"); | 481 | MODULE_AUTHOR("Harsha Priya <priya.harsha@intel.com>"); |
483 | MODULE_LICENSE("GPL v2"); | 482 | MODULE_LICENSE("GPL v2"); |
484 | MODULE_ALIAS("platfrom: sst-platform"); | 483 | MODULE_ALIAS("platform:sst-platform"); |