Re: [PATCH v6 03/14] ASoC: SOF: Add driver debug support.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Apr 12, 2019 at 11:05:08AM -0500, Pierre-Louis Bossart wrote:

> +		if (pm_runtime_active(sdev->dev) ||
> +		    dfse->access_type == SOF_DEBUGFS_ACCESS_ALWAYS) {
> +			memcpy_fromio(buf, dfse->io_mem + pos, size);
> +		} else {
> +			dev_info(sdev->dev,
> +				 "Copying cached debugfs data\n");
> +			memcpy(buf, dfse->cache_buf + pos, size);
> +		}

Might this get a bit noisy if we start hitting the info case?

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Pulse Audio]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux