hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/Documentation/devicetree/bindings/sound/dmic.txt
....@@ -9,6 +9,7 @@
99 - dmicen-gpios: GPIO specifier for dmic to control start and stop
1010 - num-channels: Number of microphones on this DAI
1111 - wakeup-delay-ms: Delay (in ms) after enabling the DMIC
12
+ - modeswitch-delay-ms: Delay (in ms) to complete DMIC mode switch
1213
1314 Example node:
1415
....@@ -17,4 +18,5 @@
1718 dmicen-gpios = <&gpio4 3 GPIO_ACTIVE_HIGH>;
1819 num-channels = <1>;
1920 wakeup-delay-ms <50>;
21
+ modeswitch-delay-ms <35>;
2022 };