diff --git a/Documentation/driver-api/soundwire/bra.rst b/Documentation/driver-api/soundwire/bra.rst index 434c61d185d1e0..2f3521daf508a8 100644 --- a/Documentation/driver-api/soundwire/bra.rst +++ b/Documentation/driver-api/soundwire/bra.rst @@ -311,7 +311,7 @@ This model is not required BRA support: that stream can connect master ports as well as all peripheral DP0 ports. - (5) BRA transfers only make sense in the concept of one + (5) BRA transfers only make sense in the context of one Manager/Link, so the BRA stream handling does not rely on the concept of multi-link aggregation allowed by regular DAI links. diff --git a/drivers/soundwire/debugfs.c b/drivers/soundwire/debugfs.c index 2348e43e9e80ad..b3db8cd5afdf68 100644 --- a/drivers/soundwire/debugfs.c +++ b/drivers/soundwire/debugfs.c @@ -297,7 +297,7 @@ static int cmd_go(void *data, u64 value) pm_runtime_mark_last_busy(&slave->dev); pm_runtime_put(&slave->dev); - dev_dbg(&slave->dev, "command completed, num_byte %ld status %d, time %lld ms\n", + dev_dbg(&slave->dev, "command completed, num_byte %zu status %d, time %lld ms\n", num_bytes, ret, div_u64(finish_t - start_t, NSEC_PER_MSEC)); return ret; diff --git a/sound/soc/sof/intel/hda-sdw-bpt.c b/sound/soc/sof/intel/hda-sdw-bpt.c index 1187c076afa617..ba10259fe26285 100644 --- a/sound/soc/sof/intel/hda-sdw-bpt.c +++ b/sound/soc/sof/intel/hda-sdw-bpt.c @@ -20,7 +20,7 @@ #include "../ipc4-priv.h" #include "hda.h" -#define BPT_FREQUENCY 192000 +#define BPT_FREQUENCY 192000 /* The max rate defined in rate_bits[] hdac_device.c */ #define BPT_MULTIPLIER ((BPT_FREQUENCY / 48000) - 1) #define BPT_CHAIN_DMA_FIFO_MS 10 /*