[alsa-devel] [RFC PATCH 29/40] soundwire: intel_init: add kernel module parameter to filter out links

Cezary Rojewski cezary.rojewski at intel.com
Fri Jul 26 12:30:20 CEST 2019


On 2019-07-26 01:40, Pierre-Louis Bossart wrote:
> @@ -83,6 +87,9 @@ static struct sdw_intel_ctx
>   	caps = ioread32(res->mmio_base + SDW_SHIM_BASE + SDW_SHIM_LCAP);
>   	caps &= GENMASK(2, 0);
>   
> +	dev_dbg(&adev->dev, "SoundWire links: BIOS count %d hardware caps %d\n",
> +		count, caps);
> +
>   	/* Check HW supported vs property value and use min of two */
>   	count = min_t(u8, caps, count);
>   

This message does not look like it belongs to current patch - no 
link_mask dependency whatsoever. There have been couple "informative" 
patches in your series, maybe schedule it with them instead (as a 
separate series)?



More information about the Alsa-devel mailing list