From: "Christian König" <deathsimple@vodafone.de>
To: Alex Deucher <alexdeucher@gmail.com>, dri-devel@lists.freedesktop.org
Cc: Alex Deucher <alexander.deucher@amd.com>, stable@vger.kernel.org
Subject: Re: [PATCH 1/3] drm/radeon: fix audio disable on dce6+
Date: Tue, 18 Feb 2014 17:17:17 +0100 [thread overview]
Message-ID: <5303878D.8070103@vodafone.de> (raw)
In-Reply-To: <1392740026-24619-1-git-send-email-alexander.deucher@amd.com>
Am 18.02.2014 17:13, schrieb Alex Deucher:
> Properly clear the enable bit when audio disable is requested.
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> Cc: stable@vger.kernel.org
For the whole series:
Reviewed-by: Christian König <christian.koenig@amd.com>
> ---
> drivers/gpu/drm/radeon/dce6_afmt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/radeon/dce6_afmt.c b/drivers/gpu/drm/radeon/dce6_afmt.c
> index 713a5d3..36e8f10 100644
> --- a/drivers/gpu/drm/radeon/dce6_afmt.c
> +++ b/drivers/gpu/drm/radeon/dce6_afmt.c
> @@ -283,7 +283,7 @@ static void dce6_audio_enable(struct radeon_device *rdev,
> bool enable)
> {
> WREG32_ENDPOINT(pin->offset, AZ_F0_CODEC_PIN_CONTROL_HOTPLUG_CONTROL,
> - AUDIO_ENABLED);
> + enable ? AUDIO_ENABLED : 0);
> DRM_INFO("%s audio %d support\n", enable ? "Enabling" : "Disabling", pin->id);
> }
>
prev parent reply other threads:[~2014-02-18 16:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-18 16:13 [PATCH 1/3] drm/radeon: fix audio disable on dce6+ Alex Deucher
2014-02-18 16:13 ` [PATCH 2/3] drm/radeon: change audio enable logic Alex Deucher
2014-02-18 16:13 ` [PATCH 3/3] drm/radeon: enable speaker allocation setup on dce3.2 Alex Deucher
2014-02-18 16:17 ` Christian König [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5303878D.8070103@vodafone.de \
--to=deathsimple@vodafone.de \
--cc=alexander.deucher@amd.com \
--cc=alexdeucher@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox