|
@@ -77,7 +77,7 @@ struct arizona_micbias {
|
|
int mV; /** Regulated voltage */
|
|
int mV; /** Regulated voltage */
|
|
unsigned int ext_cap:1; /** External capacitor fitted */
|
|
unsigned int ext_cap:1; /** External capacitor fitted */
|
|
unsigned int discharge:1; /** Actively discharge */
|
|
unsigned int discharge:1; /** Actively discharge */
|
|
- unsigned int fast_start:1; /** Enable aggressive startup ramp rate */
|
|
|
|
|
|
+ unsigned int soft_start:1; /** Disable aggressive startup ramp rate */
|
|
unsigned int bypass:1; /** Use bypass mode */
|
|
unsigned int bypass:1; /** Use bypass mode */
|
|
};
|
|
};
|
|
|
|
|