ASoC: soc-pcm: add symmetry for channels and sample bits
[deliverable/linux.git] / include / sound / soc.h
index 1f741cb24f337c3e4662c2ff2cd45f78985c54c1..1cda7d343d16edd43f4f430078d0333b74405bd0 100644 (file)
@@ -879,6 +879,8 @@ struct snd_soc_dai_link {
 
        /* Symmetry requirements */
        unsigned int symmetric_rates:1;
+       unsigned int symmetric_channels:1;
+       unsigned int symmetric_samplebits:1;
 
        /* Do not create a PCM for this DAI link (Backend link) */
        unsigned int no_pcm:1;
This page took 0.025443 seconds and 5 git commands to generate.