2009/12/12 Mike Lothian <[email protected]>: > I'll quite happily test the audio on my RV730 I'm just now 100% sure how to
Checkout the branch, compile, run that kernel, make sure you've audio working: > dmesg | grep audio [ 12.748305] [drm] Enabling audio support Enable your audio capable device, list your audio device, find HDMI: > aplay -l **** List of PLAYBACK Hardware Devices **** card 0: Intel [HDA Intel], device 0: ALC262 Analog [ALC262 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 1: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI] Subdevices: 1/1 Subdevice #0: subdevice #0 In my case it's card:1 device:3. Unmute device on HDMI card (card:1 in my case): alsamixer -c 1 Play sound to HDMI (card:1 device:3 in my case): mplayer -ao alsa:device=hw=1.3 file.flac That is how you can test it, but don't expect this working on RV710/RV730/RV770. We have problems with that devices. -- Rafał ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
