summaryrefslogtreecommitdiffstats
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
parent7a42e83d36d2d0a68622320900dc4e880b1d920a (diff)
downloadop-kernel-dev-f68fdbe42539851f1bbf9a4dee5150f467a64c36.zip
op-kernel-dev-f68fdbe42539851f1bbf9a4dee5150f467a64c36.tar.gz
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 ab29f95..088d19c 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);
}
OpenPOWER on IntegriCloud