Commit f0b3f841 authored by Fabio Estevam's avatar Fabio Estevam Committed by Mark Brown

ASoC: fsl-sai: Fix typo in "transmitter"

Fix the spelling of "transmitter".
Signed-off-by: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent add68836
...@@ -35,13 +35,13 @@ Required properties: ...@@ -35,13 +35,13 @@ Required properties:
- fsl,sai-synchronous-rx: This is a boolean property. If present, indicating - fsl,sai-synchronous-rx: This is a boolean property. If present, indicating
that SAI will work in the synchronous mode (sync Tx that SAI will work in the synchronous mode (sync Tx
with Rx) which means both the transimitter and the with Rx) which means both the transmitter and the
receiver will send and receive data by following receiver will send and receive data by following
receiver's bit clocks and frame sync clocks. receiver's bit clocks and frame sync clocks.
- fsl,sai-asynchronous: This is a boolean property. If present, indicating - fsl,sai-asynchronous: This is a boolean property. If present, indicating
that SAI will work in the asynchronous mode, which that SAI will work in the asynchronous mode, which
means both transimitter and receiver will send and means both transmitter and receiver will send and
receive data by following their own bit clocks and receive data by following their own bit clocks and
frame sync clocks separately. frame sync clocks separately.
...@@ -58,8 +58,8 @@ Optional properties (for mx6ul): ...@@ -58,8 +58,8 @@ Optional properties (for mx6ul):
Note: Note:
- If both fsl,sai-asynchronous and fsl,sai-synchronous-rx are absent, the - If both fsl,sai-asynchronous and fsl,sai-synchronous-rx are absent, the
default synchronous mode (sync Rx with Tx) will be used, which means both default synchronous mode (sync Rx with Tx) will be used, which means both
transimitter and receiver will send and receive data by following clocks transmitter and receiver will send and receive data by following clocks
of transimitter. of transmitter.
- fsl,sai-asynchronous and fsl,sai-synchronous-rx are exclusive. - fsl,sai-asynchronous and fsl,sai-synchronous-rx are exclusive.
Example: Example:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment