On 06/06/07, Brian J. Murrell <[EMAIL PROTECTED]> wrote:
> I have a shared home dir on multiple machines. I have a .asoundrc file
> for my local workstation but it contains stuff that is local to this
> machine. When I go to another machine the stuff that's in my
> ~/.asoundrc is not relevant.
>
> Is there a way to make a per-host specific .asoundrc file?
>
> b.
>
Here is an extract of what alsa tries to do when looking for .asoundrc files.
# pre-load the configuration files
@hooks [
{
func load
files [
"/etc/asound.conf"
"~/.asoundrc"
]
errors false
}
]
So, you can see, simply having a /etc/asound.conf file instead of a
.asoundrc file will give you your host specific functionallity.
James
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Alsa-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/alsa-user