[v2,0/2] ASoC/soundwire: revisit support for clock registers

Message ID 20221118025807.534863-1-yung-chuan.liao@linux.intel.com
Headers
Series ASoC/soundwire: revisit support for clock registers |

Message

Bard Liao Nov. 18, 2022, 2:58 a.m. UTC
  SoundWire clock base and scale registers are only supported for SDCA
devices. That's fine, but that leaves SoundWire 1.2 with optional
registers not supported. This is a corner case that needs to be supported.

The change is mainly on soundwire. But rt1318-sdw.c was applied to
ASoC tree recently and not in SoundWire tree yet. @Vinod, Are you good
if we go throutgh ASoC tree? Or @Mark can provide a tag and we can go
through SoundWire tree?

changes:
v2:
 - remove is_sdca flag from rt1318-sdw codec driver, too.

Pierre-Louis Bossart (2):
  ASoC/soundwire: remove is_sdca boolean property
  soundwire: enable optional clock registers for SoundWire 1.2 devices

 drivers/soundwire/bus.c           | 11 ++++++-----
 include/linux/soundwire/sdw.h     |  6 ++++--
 sound/soc/codecs/rt1316-sdw.c     |  1 -
 sound/soc/codecs/rt1318-sdw.c     |  1 -
 sound/soc/codecs/rt711-sdca-sdw.c |  1 -
 5 files changed, 10 insertions(+), 10 deletions(-)
  

Comments

Vinod Koul Jan. 9, 2023, 4:08 p.m. UTC | #1
On 18-11-22, 10:58, Bard Liao wrote:
> SoundWire clock base and scale registers are only supported for SDCA
> devices. That's fine, but that leaves SoundWire 1.2 with optional
> registers not supported. This is a corner case that needs to be supported.
> 
> The change is mainly on soundwire. But rt1318-sdw.c was applied to
> ASoC tree recently and not in SoundWire tree yet. @Vinod, Are you good
> if we go throutgh ASoC tree? Or @Mark can provide a tag and we can go
> through SoundWire tree?

Applied, thanks