Re: [linux-audio-user] record from the monitor mixer on ice1712?

From: Thomas Kuther <gimpel@email-addr-hidden>
Date: Fri Feb 09 2007 - 18:31:15 EET

On Fr, 09.02.07 17:13 Thomas Kuther <gimpel@email-addr-hidden> wrote:

> On Fr, 09.02.07 08:26 Garett Shulman <shulmang@email-addr-hidden> wrote:
>
> > Thomas Kuther wrote:
> > > On Fr, 09.02.07 09:13 Joel Roth <joelz@email-addr-hidden> wrote:
> > >
> > >
> > >> On Thu, Feb 08, 2007 at 07:26:01PM +0100, Thomas Kuther wrote:
> > >>
> > >>> Hello LAUs,
> > >>>
> > >>> maybe someone here knows how I can record from an ICE1712's
> > >>> Monitor Mixer using ALSA? I routed the HW in 1/2 to the digital
> > >>> mixer in envy24control, and now I want to record that, but I'm
> > >>> perhaps just too stupid to find out how the monitor mixer is
> > >>> called in ALSA.
> > The Monitor Mixer outputs should be available as inputs 11 & 12.
>
> Hmm, looking at the envy24 datasheet, yes (that says something about
> DMA channels 11 & 12). And maybe that's the point where I do not get
> it. How do I access those using arecord for example?
>
> I could imagine something like "monitor" in aplay --list-pcms, but
> there is nothing like that. Maybe I have to create and assign them
> first?
>

Bingo! Thanks guys for slowly pointing me to the right direction.
This + a stumble over http://alsa.opensrc.org/1712_.asoundrc#2003-09-18
lead to this:

pcm.ice1712 {
    type hw
    card 0
    device 0
}

pcm.monitor {
    type plug
    ttable.0.10 1 # digital mix left
    ttable.1.11 1 # digital mix right
    slave.pcm ice1712
}

Et voila 'qarecord --device monitor'

Cheers,
Tom

Received on Fri Feb 9 20:15:04 2007

This archive was generated by hypermail 2.1.8 : Fri Feb 09 2007 - 20:15:04 EET