summaryrefslogtreecommitdiff
path: root/driver/xf86-video-radeonhd/src/rhd_audio.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-04-26 13:59:42 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-04-26 13:59:42 +0000
commit88d6c378da6a2aa47085d1beb569e23c4aa52240 (patch)
tree3f3562995697e5e006c1265b40d1e4848012d8e2 /driver/xf86-video-radeonhd/src/rhd_audio.c
parent7973b90a12e9f0eec34b485f0183423f446a3c1f (diff)
Update to xf86-video-radeonhd 1.2.5. Tested by eric@
Version 1.2.5 improvements: - Added 2D acceleration for R6xx and R7xx. - Added XVideo support for R6xx and R7xx. - Added support for RS880 and RV790. - Added RandR 1.3 mandatory properties. - Refactoring of MC code. - Enable DRI support by default on R5xx and RS6xx. - LUT (color lookup table) fixes. - Tons of quirk table entries and bug fixes. - Fix register accesses for processors that reorder memory writes.
Diffstat (limited to 'driver/xf86-video-radeonhd/src/rhd_audio.c')
-rw-r--r--driver/xf86-video-radeonhd/src/rhd_audio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/xf86-video-radeonhd/src/rhd_audio.c b/driver/xf86-video-radeonhd/src/rhd_audio.c
index 0709c7672..8d8a7d14e 100644
--- a/driver/xf86-video-radeonhd/src/rhd_audio.c
+++ b/driver/xf86-video-radeonhd/src/rhd_audio.c
@@ -1,6 +1,6 @@
/*
* Copyright 2008 Christian König <deathsimple@vodafone.de>
- * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com>
+ * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
* Copyright 2007 Matthias Hopf <mhopf@novell.com>
* Copyright 2007 Egbert Eich <eich@novell.com>
* Copyright 2007 Advanced Micro Devices, Inc.
@@ -165,7 +165,7 @@ RHDAudioInit(RHDPtr rhdPtr)
{
RHDFUNC(rhdPtr);
- if (rhdPtr->ChipSet >= RHD_R600) {
+ if (rhdPtr->ChipSet >= RHD_RS600) {
struct rhdAudio *Audio = (struct rhdAudio *) xnfcalloc(sizeof(struct rhdAudio), 1);
Audio->scrnIndex = rhdPtr->scrnIndex;