projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55af2d2
)
ASoC: pcm1792a: Remove empty capture DAI stub
author
Mark Brown
<broonie@linaro.org>
Tue, 13 Aug 2013 17:29:44 +0000
(18:29 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/pcm1792a.c
b/sound/soc/codecs/pcm1792a.c
index 72cf8353e81209a37d3b3a9af8a988d46a4051fa..c57d3a5665c50640d7dc6cfe43d244f0ebeceb9c 100644
(file)
--- a/
sound/soc/codecs/pcm1792a.c
+++ b/
sound/soc/codecs/pcm1792a.c
@@
-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,
};