All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jelle de Jong <jelledejong@powercraft.nl>
To: alsa-devel@alsa-project.org
Subject: Re: how to configure .asoundrc to make arecord use a default device
Date: Wed, 29 Jul 2009 19:14:46 +0200	[thread overview]
Message-ID: <4A708386.2070501@powercraft.nl> (raw)
In-Reply-To: <BLU0-SMTP84CC10D8E05E93F48EBC3DEE120@phx.gbl>

On 29/07/09 17:28, stan wrote:
> On Wed, 29 Jul 2009 14:46:54 +0200
> Jelle de Jong<jelledejong@powercraft.nl>  wrote:
>
>> Hello everybody,
>>
>> I am having some issues making arecord use the default device for
>> recording. Could somebody help me get a working .asoundrc
>> configuration?
>
>> It works with:
>> arecord -v -f S16_LE -r 44100 -D audiodevice0 ~/record0.wav
>> but it does not work with:
>> arecord -v -f S16_LE -r 44100 ~/record0.wav
>
> Make audiodevice0 your default device
>
> http://www.alsa-project.org/main/index.php/Asoundrc#The_default_plugin

Hi Stan thanks for helping out.

In the original mail I attached my asoundrc setup it can also be found 
here: http://debian.pastebin.com/m52601230 and now here below.

pcm.!default {
    type plug
    slave.pcm dmixer
}
pcm.dmixer {
    type dmix
    ipc_key 1024
    slave.pcm hw:audiodevice0
}
ctl.!default {
     type hw
     card audiodevice0
}
ctl.dmixer {
    type hw
    card audiodevice0
}
pcm.dsp {
     type plug
     slave.pcm dmixer
}
ctl.mixer {
     type hw
     card audiodevice0
}

I am no asourdrc specialist and I always have got issues understanding 
the syntax when it comes down to more complicated setups. I know I need 
to make the audiodevice0 the default device. But how can I do this 
without losing my mixing support, how I configure it so it has dmix and 
dsnoop as default devices?

An example how to fix my asoundrc would be really helpful.

Thanks in advance,

Jelle

  reply	other threads:[~2009-07-29 17:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-29 12:46 how to configure .asoundrc to make arecord use a default device Jelle de Jong
2009-07-29 15:28 ` stan
2009-07-29 17:14   ` Jelle de Jong [this message]
2009-07-29 17:51     ` stan
2009-07-29 18:29       ` Jelle de Jong
2009-07-29 18:52         ` stan
2009-07-29 19:39           ` Jelle de Jong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A708386.2070501@powercraft.nl \
    --to=jelledejong@powercraft.nl \
    --cc=alsa-devel@alsa-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.