All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Revell <rlrevell@joe-job.com>
To: James Courtier-Dutton <James@superbug.co.uk>
Cc: alsa-devel <alsa-devel@lists.sourceforge.net>
Subject: [PATCH] use dmix/dsnoop for default PCM on ca0106
Date: Sat, 17 Sep 2005 15:03:11 -0400	[thread overview]
Message-ID: <1126983792.27211.6.camel@mindpipe> (raw)

This chipset lacks hardware mixing so needs to use dmix/dsnoop by
default.

Signed-Off-By: Lee Revell <rlrevell@joe-job.com>

Index: alsa/alsa-lib/src/conf/cards/CA0106.conf
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/conf/cards/CA0106.conf,v
retrieving revision 1.4
diff -u -r1.4 CA0106.conf
--- alsa/alsa-lib/src/conf/cards/CA0106.conf	3 Aug 2005 12:50:32 -0000	1.4
+++ alsa/alsa-lib/src/conf/cards/CA0106.conf	17 Sep 2005 19:02:16 -0000
@@ -2,6 +2,29 @@
 # Configuration for the CA0106 chip
 #
 
+# default with dmix & dsnoop
+CA0106.pcm.default {
+	@args [ CARD ]
+	@args.CARD {
+		type string
+	}
+	type asym
+	playback.pcm {
+		type plug
+		slave.pcm {
+			@func concat
+			strings [ "dmix:" $CARD ]
+		}
+	}
+	capture.pcm {
+		type plug
+		slave.pcm {
+			@func concat
+			strings [ "dsnoop:" $CARD ]
+		}
+	}
+}
+
 <confdir:pcm/front.conf>
 
 CA0106.pcm.front.0 {




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php

             reply	other threads:[~2005-09-17 19:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-17 19:03 Lee Revell [this message]
2005-09-21  5:34 ` [PATCH] use dmix/dsnoop for default PCM on ca0106 Lee Revell
2005-09-29 12:32 ` Takashi Iwai

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=1126983792.27211.6.camel@mindpipe \
    --to=rlrevell@joe-job.com \
    --cc=James@superbug.co.uk \
    --cc=alsa-devel@lists.sourceforge.net \
    /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.