Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180284
b: refs/heads/master
c: 23fff28
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Feb 5, 2010
1 parent 5754b1c commit 35d1e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 655efd3dc92cd0d37292157178d33deb0430aeaa
refs/heads/master: 23fff28a9b0529869bffef8aab0d3f350dd3b5a4
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/r600_audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*/
static int r600_audio_chipset_supported(struct radeon_device *rdev)
{
return rdev->family >= CHIP_R600
return (rdev->family >= CHIP_R600 && rdev->family < CHIP_RV710)
|| rdev->family == CHIP_RS600
|| rdev->family == CHIP_RS690
|| rdev->family == CHIP_RS740;
Expand Down

0 comments on commit 35d1e72

Please sign in to comment.