]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: imx-audmix: Split capture device to be a new
authorMark Brown <broonie@kernel.org>
Thu, 27 Jun 2024 11:30:52 +0000 (12:30 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 27 Jun 2024 11:30:52 +0000 (12:30 +0100)
commitd2b19556565b8d068de03f7438bceba4d1f93c3b
tree4c2738ae0a6da175c4d73a0e4b75e827c4966ef3
parent6a0d3607f58b385636294bbc16824f5bdc4be0bf
parent05d996e113481fdd9ac40ccf5cadabd1e73f2404
ASoC: imx-audmix: Split capture device to be a new

Merge series from Shengjiu Wang <shengjiu.wang@nxp.com>:

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.

The SAI1 TX is in master mode, but SAI1 RX is in slave mode.
So add another two DAIs for TX and RX separately in fsl_sai driver.

There will be three devices for audiomix sound card, hw:x,0 is
the playback device for one SAI, hw:x,1 is the playback device
for another SAI, hw:x,2 is the capture device for audmix
output.