forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/Documentation/devicetree/bindings/sound/tdm-slot.txt
....@@ -14,8 +14,8 @@
1414 dai-tdm-slot-tx-mask = <0 1>;
1515 dai-tdm-slot-rx-mask = <1 0>;
1616
17
-And for each spcified driver, there could be one .of_xlate_tdm_slot_mask()
18
-to specify a explicit mapping of the channels and the slots. If it's absent
17
+And for each specified driver, there could be one .of_xlate_tdm_slot_mask()
18
+to specify an explicit mapping of the channels and the slots. If it's absent
1919 the default snd_soc_of_xlate_tdm_slot_mask() will be used to generating the
2020 tx and rx masks.
2121