All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Revell <rlrevell@joe-job.com>
To: Mikael Magnusson <mikaelmagnusson@glocalnet.net>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: emu10k1: rear mono played on all exept rear
Date: Wed, 16 Feb 2005 15:02:14 -0500	[thread overview]
Message-ID: <1108584134.29298.19.camel@krustophenia.net> (raw)
In-Reply-To: <42132C58.3050006@glocalnet.net>

On Wed, 2005-02-16 at 12:19 +0100, Mikael Magnusson wrote:
> I discovered a bug in EMU10K1.pcm.rear.0 in EMU10K1.conf. It sends rear 
> mono output to FX 0 and 1 instead of FX 2 and 3!
> 
> /Mikael Magnusson
> 
> --- cvs/alsa/alsa-lib/src/conf/cards/EMU10K1.conf      2004-07-13 
> 19:32:18.000000000 +0200
> +++ /usr/share/alsa/cards/EMU10K1.conf  2005-02-16 11:56:24.000000000 +0100
> @@ -41,7 +41,7 @@
>                                  name "EMU10K1 PCM Send Volume"
>                                  index { @func private_pcm_subdevice }
>                                  lock true
> -                               value [ 255 255 0 0 0 0 255 0 0 0 0 255 ]
> +                               value [ 0 0 255 255 0 0 255 0 0 0 0 255 ]
>                          }
>                  ]
>          }
> 

This seems wrong to me.  Isn't the correct fix to do this:

{
      name "EMU10K1 PCM Send Volume"
      index { @func private_pcm_subdevice }
      lock true
      value [ 255 255 0 0 255 0 0 0 0 255 0 0 ]
}
{
      name "EMU10K1 PCM Send Routing"
      index { @func private_pcm_subdevice }
      lock true
      value [ 2 3 0 0 2 3 0 0 2 3 0 0 ]
}

The current config relies on the 3rd and 4th FX sends being set to FX 2
and 3.  It seems better to state this explicitly.

Lee



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

  reply	other threads:[~2005-02-16 20:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-16 11:19 emu10k1: rear mono played on all exept rear Mikael Magnusson
2005-02-16 20:02 ` Lee Revell [this message]
2005-02-16 20:40   ` Mikael Magnusson
2005-02-16 20:55   ` Jaroslav Kysela
2005-02-16 21:23     ` Lee Revell

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=1108584134.29298.19.camel@krustophenia.net \
    --to=rlrevell@joe-job.com \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=mikaelmagnusson@glocalnet.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.