]> Pileus Git - ~andy/linux/commitdiff
ASoC: pcm1792a: Remove empty capture DAI stub
authorMark Brown <broonie@linaro.org>
Tue, 13 Aug 2013 17:29:44 +0000 (18:29 +0100)
committerMark Brown <broonie@linaro.org>
Thu, 15 Aug 2013 10:33:14 +0000 (11:33 +0100)
These intialisations are just what will be done for static data anyway so
remove them.

Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/pcm1792a.c

index 72cf8353e81209a37d3b3a9af8a988d46a4051fa..c57d3a5665c50640d7dc6cfe43d244f0ebeceb9c 100644 (file)
@@ -162,10 +162,6 @@ static struct snd_soc_dai_driver pcm1792a_dai = {
                .channels_max = 2,
                .rates = PCM1792A_RATES,
                .formats = PCM1792A_FORMATS, },
-       .capture = {
-               .channels_min = 0,
-               .channels_max = 0,
-       },
        .ops = &pcm1792a_dai_ops,
 };