public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Robert Schiele <rschiele@uni-mannheim.de>
To: Dick Streefland <dick.streefland@tasking.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4.0-test11: es1371 mixer problems
Date: Thu, 30 Nov 2000 18:24:28 +0100	[thread overview]
Message-ID: <20001130182428.A2127@schiele.priv> (raw)
In-Reply-To: <20001124135956.A5842@kemi.tasking.nl> <20001130134725.A12437@kemi.tasking.nl>
In-Reply-To: <20001130134725.A12437@kemi.tasking.nl>; from dick.streefland@tasking.com on Thu, Nov 30, 2000 at 01:47:25PM +0100

[-- Attachment #1: Type: text/plain, Size: 1927 bytes --]

On Thu, Nov 30, 2000 at 01:47:25PM +0100, Dick Streefland wrote:
> Dick Streefland <dick.streefland@tasking.com> wrote:
> | 2.4.0-test11 introduced a problem with the mixer device of my SB128
> | soundcard (es1371 driver). When I start a mixer application like
> | xmixer or aumix, only a small subset of the mixer devices are available.
> | With 2.4.0-test10, using the same .config, all devices are available.
> 
> This is a followup to my own message to report that the mixer is
> working again after I disabled the CONFIG_SOUND_TVMIXER option. I
> don't know what exactly this option does (no help text), but since I
> have a Hauppauge (BT878) TV-card, I did enable this option. In
> test11, drivers/media/video/tvmixer.c was modified so that it now
> looks for tvmixer devices, and it actually finds one:
> 
>   tvmixer: debug: MSP3415D-A2 
>   tvmixer: MSP3415D-A2 (bt848 #0) registered with minor 0 
>   tvmixer: debug: (unset) 
> 
> This mixer probably replaces the normal AC97 mixer device. So, in
> what situations do you need CONFIG_SOUND_TVMIXER? It would be nice if
> someone could come up with an entry for Documentation/Configure.help.

In fact it does not 'replace' the other mixer device, but it adds
another one. The problem on your system is, that you load the new
module before your sound card module.
This means with only your sound card module, the mixer for your sound
card is major 14/minor 0. With tvmixer module loaded before your sound
card module, major 14/minor 0 is assigned to tvmixer and your sound
card mixer gets major 14/minor 16. This is a problem for some mixer
applications, because they always control the first mixer device.
So you should just make sure, your sound card module is loaded
_before_ the tvmixer module.

Robert

-- 
Robert Schiele			mailto:rschiele@uni-mannheim.de
Tel./Fax: +49-621-10059		http://webrum.uni-mannheim.de/math/rschiele/

[-- Attachment #2: Type: application/pgp-signature, Size: 524 bytes --]

  reply	other threads:[~2000-11-30 20:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-24 12:59 2.4.0-test11: es1371 mixer problems Dick Streefland
2000-11-30 12:47 ` Dick Streefland
2000-11-30 17:24   ` Robert Schiele [this message]
2000-11-30 17:42     ` Dick Streefland
2000-11-30 20:07       ` Gerd Knorr
2000-11-30 20:47       ` Brian McGroarty

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=20001130182428.A2127@schiele.priv \
    --to=rschiele@uni-mannheim.de \
    --cc=dick.streefland@tasking.com \
    --cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox