Comment 146 for bug 198453

Revision history for this message
Toby Smithe (tsmithe) wrote : Re: [Bug 198453] Re: Default ALSA device must use PulseAudio, otherwise ALSA applications may fail

On Sat, Oct 18, 2008 at 9:27 PM, Daniel T Chen <email address hidden> wrote:
> @Toby ~/.asoundrc* still overrides any system-wide conffiles (see the
> order of the file hooks in /usr/share/alsa/alsa.conf). What is your
> user's ~/.asoundrc* ?

Hmm - the hooks for me read like this (extract from /usr/share/alsa/alsa.conf):

@hooks [
        {
                func load
                files [
                        "/usr/share/alsa/pulse.conf"
                        "/usr/share/alsa/bluetooth.conf"
                        "/etc/asound.conf"
                        "~/.asoundrc"
                ]
                errors false
        }
]

I would assume this order meant that pulse[-alsa].conf overrides any
user-set configuration, which to me seems sub-optimal.

My ~/.asoundrc.asoundconf is attached, and ~/.asoundrc is as default
(only importing ..asoundconf).