diff options
author | Shengjiu Wang <[email protected]> | 2024-06-12 14:40:50 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-06-26 17:48:12 +0100 |
commit | 15c958390460f964ec707ae6c5d1843638ebfe69 (patch) | |
tree | 1ec97292bfbf14e6786cb894c32dc1164e2a3f17 /tools/perf/scripts/python/gecko.py | |
parent | 727de4fbc5466c7150482b532f2b7f7e514134f3 (diff) |
ASoC: fsl_sai: Add separate DAI for transmitter and receiver
The transmitter and receiver part of the SAI interface need to be
configured with different master/slave mode, especially to work
with the audiomix module.
+-------+ +-----------+
| SAI1 | --TX--> | |
| | <--RX-- | |
+-------+ | |
| AUDIOMIX |
+-------+ | |
| SAI2 | --TX--> | |
+-------+ +-----------+
The SAI1 TX is in master mode, but SAI1 RX is in slave mode.
So add another two DAIs for TX and RX separately. but only
defined fsl_sai_set_dai_fmt_tx() and fsl_sai_set_dai_fmt_rx()
ops function for current case, in the future, the other ops
function for TX and RX can be defined if required.
Signed-off-by: Shengjiu Wang <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions