forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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 };