forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
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