All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tommy Schultz Lassen <tommy@tlassen.dk>
To: Alsa Devel list <alsa-devel@lists.sourceforge.net>
Subject: Problems with Extigy mixer settings.
Date: Wed, 03 Mar 2004 20:59:46 +0100	[thread overview]
Message-ID: <1078343986.6219.23.camel@Fizban> (raw)

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

Hi

I have been having som problems with mixer settings on my Sound Blaster
Extigy. 

I am using the alsa from the linux 2.6.3 kernel. White alsa's usbaudio. 

When starting it wood fail. When i set #define IGNORE_CTL_ERROR in
usbmixer.c it wood load but when alsamixer came to the settings for the
digital In mixer port it wood start printing errors to the console.

This patch fixes it by disabling the mixer channel which gave the
problems.

Tommy

[-- Attachment #2: extigy.patch --]
[-- Type: text/x-patch, Size: 401 bytes --]

--- linux-2.6.3/sound/usb/usbmixer_maps.c	2004-02-25 18:22:10.000000000 +0100
+++ linux-2.6.3-usbaudio/sound/usb/usbmixer_maps.c	2004-02-26 21:32:54.000000000 +0100
@@ -86,6 +86,7 @@
 	{ 26, "IEC958 Optical Playback" }, /* OT */
 	{ 27, NULL }, /* DISABLED: EU (for what?) */
 	/* 28: FU speaker (mute) */
+	{ 29, NULL /*"Digital In Playback Source"*/}, /* */
 	{ 0 } /* terminator */
 };
 

             reply	other threads:[~2004-03-03 19:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-03 19:59 Tommy Schultz Lassen [this message]
2004-03-09 15:18 ` Problems with Extigy mixer settings James Courtier-Dutton
2004-03-09 17:09   ` 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=1078343986.6219.23.camel@Fizban \
    --to=tommy@tlassen.dk \
    --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.