diff options
author | Codrut Grosu <codrut.cristian.grosu@gmail.com> | 2017-02-25 20:59:33 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-03-07 14:31:51 +0100 |
commit | adbdba3fa1b618376363db317324c69d8ce5659c (patch) | |
tree | d2cef0cd1b7845637c7f9c79155f44d025b68d40 /sound/soc/sirf/sirf-audio-port.c | |
parent | Linux 4.11-rc1 (diff) | |
download | linux-adbdba3fa1b618376363db317324c69d8ce5659c.tar.xz linux-adbdba3fa1b618376363db317324c69d8ce5659c.zip |
ASoC: sirf: Added blank line after declarations
This was reported by checkpatch.pl
Signed-off-by: Codrut GROSU <codrut.cristian.grosu@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sirf/sirf-audio-port.c')
-rw-r--r-- | sound/soc/sirf/sirf-audio-port.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sirf/sirf-audio-port.c b/sound/soc/sirf/sirf-audio-port.c index 3f2cce03275c..be066de74aaa 100644 --- a/sound/soc/sirf/sirf-audio-port.c +++ b/sound/soc/sirf/sirf-audio-port.c @@ -19,6 +19,7 @@ struct sirf_audio_port { static int sirf_audio_port_dai_probe(struct snd_soc_dai *dai) { struct sirf_audio_port *port = snd_soc_dai_get_drvdata(dai); + snd_soc_dai_init_dma_data(dai, &port->playback_dma_data, &port->capture_dma_data); return 0; |