public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Matt Harrison <iwasinnamuknow@genestate.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] ripping my hair out with audio over hdmi
Date: Wed, 09 Mar 2011 20:28:52 +0000	[thread overview]
Message-ID: <4D77E304.4020603@genestate.com> (raw)
In-Reply-To: <AANLkTinjs79EtUSO+RCfw+-F-oHAOmA8T3PMZbtLWBdN@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 222 bytes --]

On 09/03/2011 20:23, Vizo Allman wrote:
> whats your .asoundrc look like.
> I can try it on mine

Thanks, attached is the one I stole from XBMC. I've tried so many other 
ones too but they all have the same silence.

Matt

[-- Attachment #2: asoundrc.txt --]
[-- Type: text/plain, Size: 1423 bytes --]


pcm.both {
        type route
        slave {
                pcm multi
                channels 6
        }
        ttable.0.0 1.0
        ttable.1.1 1.0
        ttable.0.2 1.0
        ttable.1.3 1.0
        ttable.0.4 1.0
        ttable.1.5 1.0
}

pcm.multi {
        type multi
        slaves.a {
                pcm "hdmi_hw"
                channels 2
        }
        slaves.b {
                pcm "digital_hw"
                channels 2
        }
        slaves.c {
                pcm "analog_hw"
                channels 2
        }
        bindings.0.slave a
        bindings.0.channel 0
        bindings.1.slave a
        bindings.1.channel 1
        bindings.2.slave b
        bindings.2.channel 0
        bindings.3.slave b
        bindings.3.channel 1
        bindings.4.slave c
        bindings.4.channel 0
        bindings.5.slave c
        bindings.5.channel 1
}

pcm.hdmi_hw {
        type hw
        card 0
        device 3
        channels 2
}

pcm.hdmi_formatted {
        type plug
        slave {
                pcm hdmi_hw
                rate 48000
                channels 2
        }
}

pcm.hdmi_complete {
        type softvol
        slave.pcm hdmi_formatted
        control.name hdmi_volume
        control.card 0
}

pcm.digital_hw {
        type hw
        card 0
        device 1
        channels 2
}

pcm.analog_hw {
        type hw
        card 0
        device 0
        channels 2
}

  reply	other threads:[~2011-03-09 20:30 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-09 12:55 [gentoo-user] ripping my hair out with audio over hdmi Matt Harrison
2011-03-09 15:10 ` [gentoo-user] " Grant Edwards
2011-03-09 15:14   ` Matt Harrison
2011-03-09 15:12 ` [gentoo-user] " Matt Harrison
2011-03-09 15:25 ` Vizo Allman
2011-03-09 16:18   ` Matt Harrison
2011-03-09 17:21     ` Vizo Allman
2011-03-09 17:28       ` Matt Harrison
2011-03-09 18:15         ` Vizo Allman
2011-03-09 18:22           ` Matt Harrison
2011-03-09 18:34           ` Matt Harrison
2011-03-09 18:42             ` Vizo Allman
2011-03-09 18:46               ` Vizo Allman
2011-03-09 18:52                 ` Vizo Allman
2011-03-09 19:08                   ` Matt Harrison
2011-03-09 19:45                     ` Vizo Allman
2011-03-09 19:49                       ` Matt Harrison
2011-03-09 19:59                         ` Matt Harrison
2011-03-09 20:23                           ` Vizo Allman
2011-03-09 20:28                             ` Matt Harrison [this message]
2011-03-09 18:52                 ` Matt Harrison
2011-03-09 18:51               ` Matt Harrison

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D77E304.4020603@genestate.com \
    --to=iwasinnamuknow@genestate.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox