Skip to content

Commit 574d31d

Browse files
morimotobroonie
authored andcommitted
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 f0fba2a ("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 <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 0e2d95a commit 574d31d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/sound/soc-dai.h

-3
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,6 @@ struct snd_soc_dai {
294294
/* DAI runtime info */
295295
unsigned int capture_active:1; /* stream is in use */
296296
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;
300297
unsigned int probed:1;
301298

302299
unsigned int active;

0 commit comments

Comments
 (0)