On Thu, Nov 6, 2025 at 4:01 PM Mario Limonciello (AMD) <[email protected]> wrote: > > The comment already explains it bu the module parameter help text > doesn't. > > Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4684 > Signed-off-by: Mario Limonciello (AMD) <[email protected]>
Acked-by: Alex Deucher <[email protected]> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c > b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c > index 475a385462429..6ae3a1fb8d455 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c > @@ -310,7 +310,7 @@ module_param_named(moverate, amdgpu_moverate, int, 0600); > * DOC: audio (int) > * Set HDMI/DPAudio. Only affects non-DC display handling. The default is -1 > (Enabled), set 0 to disabled it. > */ > -MODULE_PARM_DESC(audio, "Audio enable (-1 = auto, 0 = disable, 1 = enable)"); > +MODULE_PARM_DESC(audio, "HDMI/DP Audio enable for non DC displays (-1 = > auto, 0 = disable, 1 = enable)"); > module_param_named(audio, amdgpu_audio, int, 0444); > > /** > -- > 2.43.0 >
