ASoC: pcm1792a: Remove empty capture DAI stub

These intialisations are just what will be done for static data anyway so
remove them.

Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
Mark Brown 2013-08-13 18:29:44 +01:00
parent 55af2d23c6
commit 5332e1d26f

View 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,
};