Lines Matching refs:modeswitch_delay
20 static int modeswitch_delay;
21 module_param(modeswitch_delay, uint, 0644);
30 int modeswitch_delay;
41 if (dmic->modeswitch_delay)
42 mdelay(dmic->modeswitch_delay);
109 &dmic->modeswitch_delay);
112 if (modeswitch_delay)
113 dmic->modeswitch_delay = modeswitch_delay;
115 if (dmic->modeswitch_delay > MAX_MODESWITCH_DELAY)
116 dmic->modeswitch_delay = MAX_MODESWITCH_DELAY;