kernel/Documentation/devicetree/bindings/sound/tdm-slot.txt
.. .. @@ -14,8 +14,8 @@ 14 14 dai-tdm-slot-tx-mask = <0 1>; 15 15 dai-tdm-slot-rx-mask = <1 0>; 16 16 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 absent17 +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 absent19 19 the default snd_soc_of_xlate_tdm_slot_mask() will be used to generating the 20 20 tx and rx masks. 21 21