md-multipath: Use seq_putc() in multipath_status()
[sfrench/cifs-2.6.git] / include / sound / soc.h
index b655d987fbe767bb57787cf32af21dc2f68a96c3..747fd583b9dcf2afeb75e81de56a8ad6cc604507 100644 (file)
@@ -841,7 +841,7 @@ struct snd_soc_component_driver {
        /* bits */
        unsigned int idle_bias_on:1;
        unsigned int suspend_bias_off:1;
-       unsigned int pmdown_time:1; /* care pmdown_time at stop */
+       unsigned int use_pmdown_time:1; /* care pmdown_time at stop */
        unsigned int endianness:1;
        unsigned int non_legacy_dai_naming:1;
 };