Revert "drm/radeon/kms: disable HDMI audio for now on rv710/rv730"
authorRafał Miłecki <zajec5@gmail.com>
Fri, 26 Feb 2010 08:44:57 +0000 (08:44 +0000)
committerDave Airlie <airlied@redhat.com>
Mon, 1 Mar 2010 06:09:41 +0000 (16:09 +1000)
commit3464f114967b2f98f1bfe0eaf0a413bb51b4df1d
treec2ec9e03bccbab4ae3ac457952fcf2980f7f324f
parentc8792d5e6cdfeb7db186f6ea654dee90ca3b9c0c
Revert "drm/radeon/kms: disable HDMI audio for now on rv710/rv730"

This commit "disabled" audio on RV710 and RV740 only, leaving RV770 and RV730.
The order is: CHIP_RV770 < CHIP_RV730 < CHIP_RV710 < CHIP_RV740.

It is not needed anway, as we do not even try to enable audio on RV770 and
newer. We call initializing function in r600.c only, not in rv770.c.

If there is something causing green tinges, it's HDMI mode setting for encoder
and I will try to debug that.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/r600_audio.c