forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
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