<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.froelix.com/index.php?action=history&amp;feed=atom&amp;title=Setting_default_ALSA_output_to_HDMI_audio</id>
		<title>Setting default ALSA output to HDMI audio - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.froelix.com/index.php?action=history&amp;feed=atom&amp;title=Setting_default_ALSA_output_to_HDMI_audio"/>
		<link rel="alternate" type="text/html" href="https://wiki.froelix.com/index.php?title=Setting_default_ALSA_output_to_HDMI_audio&amp;action=history"/>
		<updated>2026-04-06T19:15:21Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.25.1</generator>

	<entry>
		<id>https://wiki.froelix.com/index.php?title=Setting_default_ALSA_output_to_HDMI_audio&amp;diff=35&amp;oldid=prev</id>
		<title>Froelix: Created page with 'To view all available ALSA devices run the command ''aplay -l''. You sould see something like that:   $ aplay -l  **** Liste der Hardware-Geräte (PLAYBACK) ****  Karte 0: SB [HD…'</title>
		<link rel="alternate" type="text/html" href="https://wiki.froelix.com/index.php?title=Setting_default_ALSA_output_to_HDMI_audio&amp;diff=35&amp;oldid=prev"/>
				<updated>2010-09-02T19:32:05Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;To view all available ALSA devices run the command &amp;#039;&amp;#039;aplay -l&amp;#039;&amp;#039;. You sould see something like that:   $ aplay -l  **** Liste der Hardware-Geräte (PLAYBACK) ****  Karte 0: SB [HD…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To view all available ALSA devices run the command ''aplay -l''. You sould see something like that:&lt;br /&gt;
&lt;br /&gt;
 $ aplay -l&lt;br /&gt;
 **** Liste der Hardware-Geräte (PLAYBACK) ****&lt;br /&gt;
 Karte 0: SB [HDA ATI SB], Gerät 0: ALC888 Analog [ALC888 Analog]&lt;br /&gt;
   Sub-Geräte: 1/1&lt;br /&gt;
   Sub-Gerät #0: subdevice #0&lt;br /&gt;
 Karte 0: SB [HDA ATI SB], Gerät 1: ALC888 Digital [ALC888 Digital]&lt;br /&gt;
   Sub-Geräte: 1/1&lt;br /&gt;
   Sub-Gerät #0: subdevice #0&lt;br /&gt;
 Karte 1: HDMI [HDA ATI HDMI], Gerät 3: ATI HDMI [ATI HDMI]&lt;br /&gt;
   Sub-Geräte: 0/1&lt;br /&gt;
   Sub-Gerät #0: subdevice #0&lt;br /&gt;
&lt;br /&gt;
In this case the HDMI audio output is ''device 3'' on ''card 1''. To set this as the default ALSA output, create the file ''/etc/asound.conf'' with the following content:&lt;br /&gt;
&lt;br /&gt;
 pcm.!default {&lt;br /&gt;
     type plug&lt;br /&gt;
     slave.pcm {&lt;br /&gt;
         type hw&lt;br /&gt;
         card 1    # HDMI card number&lt;br /&gt;
         device 3  # HDMI device number&lt;br /&gt;
     }&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
Just restart yor PC. That's it!&lt;/div&gt;</summary>
		<author><name>Froelix</name></author>	</entry>

	</feed>