]> git.ipfire.org Git - thirdparty/linux.git/commit
ASoC: fsl_xcvr: get channel status data in two cases
authorMark Brown <broonie@kernel.org>
Thu, 24 Jul 2025 22:17:01 +0000 (23:17 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 24 Jul 2025 22:17:01 +0000 (23:17 +0100)
commit7379907e241d85803efc1d9eb27c28a6322e274f
treec02471d66d43e3f188e71f8c165e56da43768451
parent1032fa556c37c500bf2b93d95fa18e7d1fd1b4de
parent6776ecc9dd587c08a6bb334542f9f8821a091013
ASoC: fsl_xcvr: get channel status data in two cases

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

There is two different cases for getting channel status data:
1. With PHY exists, there is firmware running on M core, the firmware
should fill the channel status to RAM space, driver need to read them
from RAM.
2. Without PHY, the channel status need to be obtained from registers.