diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2017-12-19 20:38:26 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-12-22 10:57:42 -0500 |
commit | 574d31d013d977be1cfe909da6c227c950856822 (patch) | |
tree | ffafa520f805d926bdd9427e61574c679525ce9a | |
parent | 0e2d95aadd5c3bddfa4145b964527df12d89ec6a (diff) |
ASoC: soc-dai.h: remove symmetric_xxx from snd_soc_dai
ALSA SoC has some duplicate parameter.
snd_soc_dai::symmetric_xxx are one of them.
commit f0fba2ad1b6b ("ASoC: multi-component - ASoC Multi-Component
Support") moved "symmetric_xxx" flags from snd_soc_dai to
snd_soc_dai_driver. No one is using snd_soc_dai::symmetric_xxx now.
Let's remove it
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | include/sound/soc-dai.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h index 58acd00cae19..e05d05b5a790 100644 --- a/include/sound/soc-dai.h +++ b/include/sound/soc-dai.h | |||
@@ -294,9 +294,6 @@ struct snd_soc_dai { | |||
294 | /* DAI runtime info */ | 294 | /* DAI runtime info */ |
295 | unsigned int capture_active:1; /* stream is in use */ | 295 | unsigned int capture_active:1; /* stream is in use */ |
296 | unsigned int playback_active:1; /* stream is in use */ | 296 | unsigned int playback_active:1; /* stream is in use */ |
297 | unsigned int symmetric_rates:1; | ||
298 | unsigned int symmetric_channels:1; | ||
299 | unsigned int symmetric_samplebits:1; | ||
300 | unsigned int probed:1; | 297 | unsigned int probed:1; |
301 | 298 | ||
302 | unsigned int active; | 299 | unsigned int active; |