On Wed, Jun 02, 2010 at 07:34:57AM +0000, Jacob Meuser wrote:
> On Wed, Jun 02, 2010 at 07:23:38AM +0000, Jacob Meuser wrote:
> > On Tue, Jun 01, 2010 at 09:40:07PM -0700, Aaron Stellman wrote:
> > > Hello,
> > > First of all, I appreciate all the work that has been put in to making
> > > azalia knobs more user friendly.
> > > Now, my goal is to have the same audio signal sent to all 6 channels.
> > > outputs.line-grn_sense=plugged
> > > outputs.line-blk_sense=plugged
> > > outputs.line-org_sense=plugged
> > > I'm running aucat and mpd, playing random mp3s
> > > I've read azalia(4) and mixerctl(1) but am still at a loss on how to get
> > > it to do what I want. Basically, right now only grn jack gets output.
> > > blk and org are getting nothing. Any ideas? They're appreciated
> >
> > you can't do this with with your hardware, but you can do it with
> > aucat:
>
> what I mean is, you can't accomplish this by playing with mixerctl,
> but you can accomplish it with aucat.
>
> > $ aucat -c 0:5 -l
> >
> > that starts aucat with the normal stereo recording and 6 channel
> > playback, where stereo playback is copied from channels 0:1 to 2:3
> > and 4:5. at least, it's that easy in -current.
> >
> > you can't do it with your hardware because:
> >
> > > inputs.line-org_source=dac-2:3,mix3 { dac-2:3 mix3 }
> > > inputs.line-gry_source=dac-6:7,mix3 { dac-6:7 mix3 }
> > > inputs.line-grn_source=dac-0:1,mix3 { dac-0:1 mix3 }
> > > inputs.line-blk_source=dac-4:5,mix3 { dac-4:5 mix3 }
>
> with that aucat command, you'll get output on dac-0:1, dac-2:3 and
> dac-4:5, which your green, orange and black jacks use as sources.
Yes, I understand. Thanks for your input. I will test it out as soon as
possible and report back.