[PATCH 0/9] soundwire: use FIELD_{GET|PREP} in subsystem

Bard liao yung-chuan.liao at linux.intel.com
Mon Aug 31 11:59:46 CEST 2020


On 8/28/2020 3:20 PM, Vinod Koul wrote:
> Use the FIELD_{GET|PREP} in soundwire subsytem and remove the local
> SDW_REG_SHIFT().  This makes code IMO look much neater
>
> Tested this on db845c board
>
> Bard, can you please verify this on intel boards.


Somehow it doesn't work on intel boards. I am still looking into it.


>
> Vinod Koul (9):
>    soundwire: define and use addr bit masks
>    soundwire: bus: use FIELD_GET()
>    soundwire: slave: use SDW_DISCO_LINK_ID()
>    soundwire: stream: use FIELD_{GET|PREP}
>    soundwire: qcom : use FIELD_{GET|PREP}
>    soundwire: cadence: use FIELD_{GET|PREP}
>    soundwire: intel: use FIELD_{GET|PREP}
>    soundwire: intel_init: use FIELD_{GET|PREP}
>    soundwire: remove SDW_REG_SHIFT()
>
>   drivers/soundwire/bus.c                 |  6 +--
>   drivers/soundwire/cadence_master.c      | 53 ++++++++++---------------
>   drivers/soundwire/intel.c               | 40 +++++++------------
>   drivers/soundwire/intel_init.c          |  2 +-
>   drivers/soundwire/qcom.c                | 22 ++++------
>   drivers/soundwire/slave.c               |  2 +-
>   drivers/soundwire/stream.c              | 13 +++---
>   include/linux/soundwire/sdw.h           | 21 ++++++----
>   include/linux/soundwire/sdw_registers.h |  7 ----
>   9 files changed, 67 insertions(+), 99 deletions(-)
>


More information about the Alsa-devel mailing list