summaryrefslogtreecommitdiff
path: root/sound/soc/blackfin
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-06-13 17:50:18 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-06-16 11:24:16 +0100
commitb83e60c000d6e6fbc602cfbf6788e65f1e2c0c7e (patch)
tree56308f9190daa265e8a563d2e3265b65c34c2d9d /sound/soc/blackfin
parent0445bdf4ae2a1a3f4ac71ba6c298f3517b9ed238 (diff)
downloadlinux-3.10-b83e60c000d6e6fbc602cfbf6788e65f1e2c0c7e.tar.gz
linux-3.10-b83e60c000d6e6fbc602cfbf6788e65f1e2c0c7e.tar.bz2
linux-3.10-b83e60c000d6e6fbc602cfbf6788e65f1e2c0c7e.zip
ASoC: Clean up some coding style nits in the bf5xx-i2s-pcm driver
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound/soc/blackfin')
-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 96d0d906076..4a805a85972 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)
snd_soc_set_runtime_hwparams(substream, &bf5xx_pcm_hardware);
- ret = snd_pcm_hw_constraint_integer(runtime, \
+ ret = snd_pcm_hw_constraint_integer(runtime,
SNDRV_PCM_HW_PARAM_PERIODS);
if (ret < 0)
goto out;
@@ -297,8 +297,8 @@ static int __devexit bfin_i2s_soc_platform_remove(struct platform_device *pdev)
static struct platform_driver bfin_i2s_pcm_driver = {
.driver = {
- .name = "bfin-i2s-pcm-audio",
- .owner = THIS_MODULE,
+ .name = "bfin-i2s-pcm-audio",
+ .owner = THIS_MODULE,
},
.probe = bfin_i2s_soc_platform_probe,