[alsa-devel] [PATCH v4 07/14] ASoC: SOF: Add DSP firmware logger support

Mark Brown broonie at kernel.org
Wed Feb 20 18:44:03 CET 2019


On Wed, Feb 13, 2019 at 04:07:27PM -0600, Pierre-Louis Bossart wrote:

> +	/* make sure count is <= avail */
> +	count = avail > count ? count : avail;

count = min(avail, count)?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20190220/a0c79bd6/attachment-0001.sig>


More information about the Alsa-devel mailing list