<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Working: HDMI Audio on ATI Graphics Card</title>
	<atom:link href="http://www.benjiegillam.com/2008/10/working-hdmi-audio-on-ati-graphics-card/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benjiegillam.com/2008/10/working-hdmi-audio-on-ati-graphics-card/</link>
	<description>Benjie Gillam's blog, and home of MythPyWii - probably the best Wii remote (Wiimote) interface to MythTV - see sidebar.</description>
	<lastBuildDate>Fri, 25 Jun 2010 06:25:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Benjie</title>
		<link>http://www.benjiegillam.com/2008/10/working-hdmi-audio-on-ati-graphics-card/comment-page-1/#comment-1366</link>
		<dc:creator>Benjie</dc:creator>
		<pubDate>Sat, 07 Feb 2009 07:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.benjiegillam.com/?p=169#comment-1366</guid>
		<description>Excellent work, Trab, keep it up! Do you have a blog/twitter/etc that I can follow?</description>
		<content:encoded><![CDATA[<p>Excellent work, Trab, keep it up! Do you have a blog/twitter/etc that I can follow?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trab</title>
		<link>http://www.benjiegillam.com/2008/10/working-hdmi-audio-on-ati-graphics-card/comment-page-1/#comment-1363</link>
		<dc:creator>Trab</dc:creator>
		<pubDate>Fri, 06 Feb 2009 22:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.benjiegillam.com/?p=169#comment-1363</guid>
		<description>found a way to do it:
instead of commenting out this part:
Comment out the module-hal-detect section (around lines 40-47):

    #### Automatically load driver modules depending on the hardware available
    #.ifexists module-hal-detect.so
    #load-module module-hal-detect
    #.else
    #### Alternatively use the static hardware detection module (for systems that
    #### lack HAL support)
    #load-module module-detect
    #.endif

leave it.

then, at the bottom, you have to play around with this line:
set-default-sink output

basically, if you leave it commented, it will continue to use sound card. if you don&#039;t comment it, it will use HDMI.

this is part 1 of my problem. i don&#039;t wanna have to restart pulse each time, but I know that you have to have both HDMI AND &quot;soundcard&quot; enabled, to do any kind of switching.

cheers.</description>
		<content:encoded><![CDATA[<p>found a way to do it:<br />
instead of commenting out this part:<br />
Comment out the module-hal-detect section (around lines 40-47):</p>
<p>    #### Automatically load driver modules depending on the hardware available<br />
    #.ifexists module-hal-detect.so<br />
    #load-module module-hal-detect<br />
    #.else<br />
    #### Alternatively use the static hardware detection module (for systems that<br />
    #### lack HAL support)<br />
    #load-module module-detect<br />
    #.endif</p>
<p>leave it.</p>
<p>then, at the bottom, you have to play around with this line:<br />
set-default-sink output</p>
<p>basically, if you leave it commented, it will continue to use sound card. if you don&#8217;t comment it, it will use HDMI.</p>
<p>this is part 1 of my problem. i don&#8217;t wanna have to restart pulse each time, but I know that you have to have both HDMI AND &#8220;soundcard&#8221; enabled, to do any kind of switching.</p>
<p>cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjie</title>
		<link>http://www.benjiegillam.com/2008/10/working-hdmi-audio-on-ati-graphics-card/comment-page-1/#comment-1361</link>
		<dc:creator>Benjie</dc:creator>
		<pubDate>Fri, 06 Feb 2009 09:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.benjiegillam.com/?p=169#comment-1361</guid>
		<description>I&#039;d like to know that too... let me know if you figure it out! Thanks for letting me know that you found this useful!

Cheers,

Benjie.</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to know that too&#8230; let me know if you figure it out! Thanks for letting me know that you found this useful!</p>
<p>Cheers,</p>
<p>Benjie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trab</title>
		<link>http://www.benjiegillam.com/2008/10/working-hdmi-audio-on-ati-graphics-card/comment-page-1/#comment-1357</link>
		<dc:creator>Trab</dc:creator>
		<pubDate>Thu, 05 Feb 2009 22:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.benjiegillam.com/?p=169#comment-1357</guid>
		<description>Hello,

I was able to get this to work to output sound through my ATI graphics card using HDMI (and pulseaudio, because ALSA could already do this)

What I would like to do is be able to do one of two things:

1) Switch between using HDMI and my other sound card, which is plugged into my headphones
2) Have it output to BOTH HDMI and my other sound card, then I can just mute the HDMI speakers when I need

Any ideas?

thanks,
Trab</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I was able to get this to work to output sound through my ATI graphics card using HDMI (and pulseaudio, because ALSA could already do this)</p>
<p>What I would like to do is be able to do one of two things:</p>
<p>1) Switch between using HDMI and my other sound card, which is plugged into my headphones<br />
2) Have it output to BOTH HDMI and my other sound card, then I can just mute the HDMI speakers when I need</p>
<p>Any ideas?</p>
<p>thanks,<br />
Trab</p>
]]></content:encoded>
	</item>
</channel>
</rss>
