Commit f68fdbe4 authored by Alex Deucher's avatar Alex Deucher

drm/radeon: fix register name to match internal name

no functional change.
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 7a42e83d
...@@ -289,7 +289,7 @@ void dce6_audio_enable(struct radeon_device *rdev, ...@@ -289,7 +289,7 @@ void dce6_audio_enable(struct radeon_device *rdev,
if (!pin) if (!pin)
return; return;
WREG32_ENDPOINT(pin->offset, AZ_F0_CODEC_PIN_CONTROL_HOTPLUG_CONTROL, WREG32_ENDPOINT(pin->offset, AZ_F0_CODEC_PIN_CONTROL_HOT_PLUG_CONTROL,
enable ? AUDIO_ENABLED : 0); enable ? AUDIO_ENABLED : 0);
} }
......
...@@ -736,7 +736,7 @@ ...@@ -736,7 +736,7 @@
# define DESCRIPTION16(x) (((x) & 0xff) << 0) # define DESCRIPTION16(x) (((x) & 0xff) << 0)
# define DESCRIPTION17(x) (((x) & 0xff) << 8) # define DESCRIPTION17(x) (((x) & 0xff) << 8)
#define AZ_F0_CODEC_PIN_CONTROL_HOTPLUG_CONTROL 0x54 #define AZ_F0_CODEC_PIN_CONTROL_HOT_PLUG_CONTROL 0x54
# define AUDIO_ENABLED (1 << 31) # define AUDIO_ENABLED (1 << 31)
#define AZ_F0_CODEC_PIN_CONTROL_RESPONSE_CONFIGURATION_DEFAULT 0x56 #define AZ_F0_CODEC_PIN_CONTROL_RESPONSE_CONFIGURATION_DEFAULT 0x56
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment