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);
106 &dmic->modeswitch_delay);
109 if (modeswitch_delay)
110 dmic->modeswitch_delay = modeswitch_delay;
112 if (dmic->modeswitch_delay > MAX_MODESWITCH_DELAY)
113 dmic->modeswitch_delay = MAX_MODESWITCH_DELAY;