]> git.hungrycats.org Git - linux/commit
ASoC: amd: acp: pass audio_drv_data to dma_irq_handler
authorRosen Penev <rosenp@gmail.com>
Tue, 11 Aug 2026 04:19:25 +0000 (21:19 -0700)
committerMark Brown <broonie@kernel.org>
Thu, 13 Aug 2026 14:50:22 +0000 (15:50 +0100)
commit0196c4b4f82beec2114ee3c13888314ca551e32a
tree8a4f18408924ee21a8bba7e55c8ef7c50affbc1a
parent802ff936c7cacb26ef0d92d0170775289ade8587
ASoC: amd: acp: pass audio_drv_data to dma_irq_handler

The IRQ handler only needs the audio_drv_data, so pass it directly
as the request_irq argument instead of the device pointer and a
dev_get_drvdata() lookup.

Assisted-by: opencode:deepseek-v4-flash-free
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://patch.msgid.link/20260811041925.25016-1-rosenp@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/acp-pcm-dma.c