|
@@ -836,7 +836,7 @@ struct snd_soc_component_driver {
|
|
/* bits */
|
|
/* bits */
|
|
unsigned int idle_bias_on:1;
|
|
unsigned int idle_bias_on:1;
|
|
unsigned int suspend_bias_off: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 endianness:1;
|
|
unsigned int non_legacy_dai_naming:1;
|
|
unsigned int non_legacy_dai_naming:1;
|
|
};
|
|
};
|