Skip to content

Commit

Permalink
ASoC: Clean up some coding style nits in the bf5xx-i2s-pcm driver
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
  • Loading branch information
Mark Brown committed Jun 16, 2011
1 parent 0445bdf commit b83e60c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sound/soc/blackfin/bf5xx-i2s-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit b83e60c

Please sign in to comment.