Message ID | 20240306-improve-asoc-trace-events-v1-0-edb252bbeb10@bootlin.com (mailing list archive) |
---|---|
Headers | show |
Series | ASoC: trace: trace more parameters in ASoC DAPM events | expand |
On Wed, 06 Mar 2024 10:29:59 +0100, Luca Ceresoli wrote: > This small series adds parameters to existing DAPM trace events to make > them more informative. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/2] ASoC: trace: add component to set_bias_level trace events commit: 6ef46a69ec32fe1cf56de67742fcd01af4bf48af [2/2] ASoC: trace: add event to snd_soc_dapm trace events commit: 7df3eb4cdb6bbfa482f51548b9fd47c2723c68ba All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
This small series adds parameters to existing DAPM trace events to make them more informative. Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> --- Luca Ceresoli (2): ASoC: trace: add component to set_bias_level trace events ASoC: trace: add event to snd_soc_dapm trace events include/trace/events/asoc.h | 45 +++++++++++++++++++++++++-------------------- sound/soc/soc-dapm.c | 8 ++++---- 2 files changed, 29 insertions(+), 24 deletions(-) --- base-commit: e7cc5f08886d5a86cada34b421d75989413fdea6 change-id: 20240306-improve-asoc-trace-events-7ddb6b37edec Best regards,