Re: r600 hdmi sound issue

2011-11-10 Thread Greg Dietsche
2011/11/9 Rafał Miłecki zaj...@gmail.com: 2011/11/9 Greg Dietsche g...@gregd.org: Hi, I have a ASUS M4A89GTD motherboard and when I play back music in Rhythmbox, there is no sound (hdmi connection). Also, the playback speed is in a sort of fast forward (for example, after a few seconds

r600 hdmi sound issue

2011-11-09 Thread Greg Dietsche
2011/11/9 Rafa? Mi?ecki : > 2011/11/9 Greg Dietsche : >> Hi, >> I have a ASUS M4A89GTD motherboard and when I play back music in Rhythmbox, >> there is no sound (hdmi connection). Also, the playback speed is in a sort >> of fast forward (for example, after a few seco

r600 hdmi sound issue

2011-11-08 Thread Greg Dietsche
On Tue, Nov 8, 2011 at 7:08 PM, Greg Dietsche wrote: > Hi, > I have a ASUS M4A89GTD motherboard and when I play back music in Rhythmbox, > there is no sound (hdmi connection). Also, the playback speed is in a sort > of fast forward (for example, after a few seconds of real time, rhyth

r600 hdmi sound issue

2011-11-08 Thread Greg Dietsche
Hi, I have a ASUS M4A89GTD motherboard and when I play back music in Rhythmbox, there is no sound (hdmi connection). Also, the playback speed is in a sort of fast forward (for example, after a few seconds of real time, rhythmbox shows something like 30 seconds into the song). This seems to be a

r600 hdmi sound issue

2011-11-08 Thread Greg Dietsche
Hi, I have a ASUS M4A89GTD motherboard and when I play back music in Rhythmbox, there is no sound (hdmi connection). Also, the playback speed is in a sort of fast forward (for example, after a few seconds of real time, rhythmbox shows something like 30 seconds into the song). This seems to be a

Re: r600 hdmi sound issue

2011-11-08 Thread Greg Dietsche
On Tue, Nov 8, 2011 at 7:08 PM, Greg Dietsche g...@gregd.org wrote: Hi, I have a ASUS M4A89GTD motherboard and when I play back music in Rhythmbox, there is no sound (hdmi connection). Also, the playback speed is in a sort of fast forward (for example, after a few seconds of real time

[PATCH v2] savage: remove unnecessary if statement

2011-06-13 Thread Greg Dietsche
the code always returns ret regardless, so if(ret) check is unnecessary. v2: fixed up the spelling. Signed-off-by: Greg Dietsche Reviewed-by: Nicolas Kaiser --- drivers/gpu/drm/savage/savage_bci.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm

[PATCH v2] savage: remove unnecessary if statement

2011-06-13 Thread Greg Dietsche
the code always returns ret regardless, so if(ret) check is unnecessary. v2: fixed up the spelling. Signed-off-by: Greg Dietsche gregory.diets...@cuw.edu Reviewed-by: Nicolas Kaiser ni...@nikai.net --- drivers/gpu/drm/savage/savage_bci.c |3 --- 1 files changed, 0 insertions(+), 3

[PATCH] savage: remove unecessary if statement

2011-06-06 Thread Greg Dietsche
the code always returns ret regardless, so if(ret) check is unecessary. Signed-off-by: Greg Dietsche gregory.diets...@cuw.edu --- drivers/gpu/drm/savage/savage_bci.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/savage/savage_bci.c b/drivers/gpu/drm

[PATCH] savage: remove unecessary if statement

2011-06-05 Thread Greg Dietsche
the code always returns ret regardless, so if(ret) check is unecessary. Signed-off-by: Greg Dietsche --- drivers/gpu/drm/savage/savage_bci.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/savage/savage_bci.c b/drivers/gpu/drm/savage/savage_bci.c