aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-08-13 13:29:44 -0400
committerMark Brown <broonie@linaro.org>2013-08-15 06:33:14 -0400
commit5332e1d26fd182444e15e6481029347ab032d7cb (patch)
tree3b01ddfb8270d771f41dcc2aa27b8ccbdf6ae902
parent55af2d23c6c9caf7da6c9a55bbea83dccbc1af2b (diff)
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>
-rw-r--r--sound/soc/codecs/pcm1792a.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/pcm1792a.c b/sound/soc/codecs/pcm1792a.c
index 72cf8353e812..c57d3a5665c5 100644
--- a/sound/soc/codecs/pcm1792a.c
+++ b/sound/soc/codecs/pcm1792a.c
@@ -162,10 +162,6 @@ static struct snd_soc_dai_driver pcm1792a_dai = {
162 .channels_max = 2, 162 .channels_max = 2,
163 .rates = PCM1792A_RATES, 163 .rates = PCM1792A_RATES,
164 .formats = PCM1792A_FORMATS, }, 164 .formats = PCM1792A_FORMATS, },
165 .capture = {
166 .channels_min = 0,
167 .channels_max = 0,
168 },
169 .ops = &pcm1792a_dai_ops, 165 .ops = &pcm1792a_dai_ops,
170}; 166};
171 167