Re: [Alsa-user] per host .asoundrc on shared $HOME

2007-06-06 Thread Brian J. Murrell
On Wed, 2007-06-06 at 12:58 -0700, Bill Unruh wrote: > > So have .asoundrc as a link to say /etc/asoundrc, a common machine > resource. > ln -sf /etc/asoundrc .asoundrc > will read a different version of asoundrc depending on the machine. Of > course this implies that you want a common asoundrc,

Re: [Alsa-user] per host .asoundrc on shared $HOME

2007-06-06 Thread Brian J. Murrell
On Wed, 2007-06-06 at 23:23 +0300, Sergei Steshenko wrote: > Well, I naively supposed the person listens to music only at one machine > at a time. This is way beyond "listening to music" though. This is libasound wanting to open ~/.asoundrc every time an application that is linked with libasound

Re: [Alsa-user] per host .asoundrc on shared $HOME

2007-06-06 Thread Sergei Steshenko
On Wed, 06 Jun 2007 15:51:39 -0400 "Brian J. Murrell" <[EMAIL PROTECTED]> wrote: > On Wed, 2007-06-06 at 17:40 +0300, Sergei Steshenko wrote: > > > > Well, it to assume there is only one process which uses .asoundrc you > > can generated it dynamically, calling the generator from > > .cshrc, .bas

Re: [Alsa-user] per host .asoundrc on shared $HOME

2007-06-06 Thread Bill Unruh
On Wed, 6 Jun 2007, Brian J. Murrell wrote: > On Wed, 2007-06-06 at 17:40 +0300, Sergei Steshenko wrote: >> >> Well, it to assume there is only one process which uses .asoundrc you >> can generated it dynamically, calling the generator from >> .cshrc, .bashrc, .whatever_your_login_shell_is; the ge

Re: [Alsa-user] per host .asoundrc on shared $HOME

2007-06-06 Thread Brian J. Murrell
On Wed, 2007-06-06 at 16:57 +0200, Takashi Iwai wrote: > With the patch below, This is a source patch? If so, this will not work either as I may not necessarily have the authority to patch the alsa libs on every machine I might want to log into. b. -- My other computer is your Microsoft Window

Re: [Alsa-user] per host .asoundrc on shared $HOME

2007-06-06 Thread Brian J. Murrell
On Wed, 2007-06-06 at 17:40 +0300, Sergei Steshenko wrote: > > Well, it to assume there is only one process which uses .asoundrc you > can generated it dynamically, calling the generator from > .cshrc, .bashrc, .whatever_your_login_shell_is; the generator script > will generate contents depending

Re: [Alsa-user] Surround sound problem with CS46xx

2007-06-06 Thread stan
On Tue, 5 Jun 2007 09:56:29 +0300 "Vasilis Manolopoulos" <[EMAIL PROTECTED]> wrote: > Thanks for the reply. > > Well I tried your version of .asoundrc file but this gives me no > surround sound. The aplay -lLv gives among other a > card.pcm.surround51 output. I think that by using slave.pcm > "su

Re: [Alsa-user] per host .asoundrc on shared $HOME

2007-06-06 Thread Takashi Iwai
At Wed, 06 Jun 2007 09:04:01 -0400, Brian J. Murrell 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 releva

Re: [Alsa-user] per host .asoundrc on shared $HOME

2007-06-06 Thread Sergei Steshenko
On Wed, 06 Jun 2007 09:04:01 -0400 "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 > ~/.aso

[Alsa-user] per host .asoundrc on shared $HOME

2007-06-06 Thread Brian J. Murrell
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. --