[PATCH v2 0/2] soundwire: use {u32|u16}p_replace_bits

Liao, Bard bard.liao at intel.com
Fri Sep 18 14:10:05 CEST 2020


On 9/17/2020 8:01 PM, Vinod Koul wrote:
> This is v2 of the series to fix usage of FIELD_PREP and use
> {u32|u16}p_replace_bits.
>
> v1 used u32_replace_bits but looks like it might be removed so use the
> {u32|u16}p_replace_bits() instead. Also this helped to find that one
> instance in intel driver should have used u16p_replace_bits() so that is
> fixed too
>
> Vinod Koul (2):
> soundwire: cadence: use u32p_replace_bits
> soundwire: intel: use {u32|u16}p_replace_bits
>
> drivers/soundwire/cadence_master.c | 21 ++++++++++-----------
> drivers/soundwire/intel.c | 14 +++++++-------
> 2 files changed, 17 insertions(+), 18 deletions(-)

Tested it on a Intel platform. So

Tested-by: Bard Liao <yung-chuan.liao at linux.intel.com>


More information about the Alsa-devel mailing list