Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371539
b: refs/heads/master
c: 26250e6
h: refs/heads/master
i:
  371537: 46d9761
  371535: 15adaf0
v: v3
  • Loading branch information
Alex Deucher committed Apr 23, 2013
1 parent 255344e commit 5d14771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: b05e9e4c9d5d0d32357468b64d72101b0fb2b650
refs/heads/master: 26250e65fdabf4d406dc7846da7f948748cbb922
5 changes: 1 addition & 4 deletions trunk/drivers/gpu/drm/radeon/r600_audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ static bool radeon_dig_encoder(struct drm_encoder *encoder)
*/
static int r600_audio_chipset_supported(struct radeon_device *rdev)
{
return (rdev->family >= CHIP_R600 && !ASIC_IS_DCE6(rdev))
|| rdev->family == CHIP_RS600
|| rdev->family == CHIP_RS690
|| rdev->family == CHIP_RS740;
return ASIC_IS_DCE2(rdev) && !ASIC_IS_DCE6(rdev);
}

struct r600_audio r600_audio_status(struct radeon_device *rdev)
Expand Down

0 comments on commit 5d14771

Please sign in to comment.