mbox series

[0/2] soundwire: qcom: fix IP version v1.5.1 support

Message ID 20200909160912.3656-1-srinivas.kandagatla@linaro.org (mailing list archive)
Headers show
Series soundwire: qcom: fix IP version v1.5.1 support | expand

Message

Srinivas Kandagatla Sept. 9, 2020, 4:09 p.m. UTC
While testing Qualcomm soundwire controller version 1.5.1, found two issue,
Firstly the frame shape information configured vs the bus parameters
are out of sync. secondly some ports on this ip version require
block packing mode support.

With this two patches on top of https://lkml.org/lkml/2020/9/5/220
("[PATCH v2 0/4] soundwire: qcom: add support for mmio soundwire master")
patchset I was able to test 2 WSA speakers!
This patchset depends on this above patchset!

thanks,
srini

Srinivas Kandagatla (2):
  soundwire: qcom: add support to block packing mode
  soundwire: qcom: get max rows and cols info from compatible

 drivers/soundwire/qcom.c | 68 +++++++++++++++++++++++++++++-----------
 1 file changed, 50 insertions(+), 18 deletions(-)