aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/blackfin/bf5xx-i2s-pcm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/blackfin/bf5xx-i2s-pcm.c b/sound/soc/blackfin/bf5xx-i2s-pcm.c
index 96d0d9060768..4a805a859723 100644
--- a/sound/soc/blackfin/bf5xx-i2s-pcm.c
+++ b/sound/soc/blackfin/bf5xx-i2s-pcm.c
@@ -159,7 +159,7 @@ static int bf5xx_pcm_open(struct snd_pcm_substream *substream)
159 159
160 snd_soc_set_runtime_hwparams(substream, &bf5xx_pcm_hardware); 160 snd_soc_set_runtime_hwparams(substream, &bf5xx_pcm_hardware);
161 161
162 ret = snd_pcm_hw_constraint_integer(runtime, \ 162 ret = snd_pcm_hw_constraint_integer(runtime,
163 SNDRV_PCM_HW_PARAM_PERIODS); 163 SNDRV_PCM_HW_PARAM_PERIODS);
164 if (ret < 0) 164 if (ret < 0)
165 goto out; 165 goto out;
@@ -297,8 +297,8 @@ static int __devexit bfin_i2s_soc_platform_remove(struct platform_device *pdev)
297 297
298static struct platform_driver bfin_i2s_pcm_driver = { 298static struct platform_driver bfin_i2s_pcm_driver = {
299 .driver = { 299 .driver = {
300 .name = "bfin-i2s-pcm-audio", 300 .name = "bfin-i2s-pcm-audio",
301 .owner = THIS_MODULE, 301 .owner = THIS_MODULE,
302 }, 302 },
303 303
304 .probe = bfin_i2s_soc_platform_probe, 304 .probe = bfin_i2s_soc_platform_probe,