aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/dce6_afmt.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2014-09-18 16:19:04 -0400
committerAlex Deucher <alexander.deucher@amd.com>2014-10-01 09:00:01 -0400
commitf68fdbe42539851f1bbf9a4dee5150f467a64c36 (patch)
treefead78f1a97d946ae41fcf6ee1291ab9edbd67dd /drivers/gpu/drm/radeon/dce6_afmt.c
parentMerge branch 'for-airlied-next' of git://people.freedesktop.org/~mlankhorst/linux into drm-next (diff)
downloadlinux-dev-f68fdbe42539851f1bbf9a4dee5150f467a64c36.tar.xz
linux-dev-f68fdbe42539851f1bbf9a4dee5150f467a64c36.zip
drm/radeon: fix register name to match internal name
no functional change. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/dce6_afmt.c')
-rw-r--r--drivers/gpu/drm/radeon/dce6_afmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/dce6_afmt.c b/drivers/gpu/drm/radeon/dce6_afmt.c
index ab29f953a767..088d19c8f27e 100644
--- a/drivers/gpu/drm/radeon/dce6_afmt.c
+++ b/drivers/gpu/drm/radeon/dce6_afmt.c
@@ -289,7 +289,7 @@ void dce6_audio_enable(struct radeon_device *rdev,
if (!pin)
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);
}