All of lore.kernel.org
 help / color / mirror / Atom feed
* Problems with Extigy mixer settings.
@ 2004-03-03 19:59 Tommy Schultz Lassen
  2004-03-09 15:18 ` James Courtier-Dutton
  0 siblings, 1 reply; 3+ messages in thread
From: Tommy Schultz Lassen @ 2004-03-03 19:59 UTC (permalink / raw)
  To: Alsa Devel list

[-- 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 */
 };
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problems with Extigy mixer settings.
  2004-03-03 19:59 Problems with Extigy mixer settings Tommy Schultz Lassen
@ 2004-03-09 15:18 ` James Courtier-Dutton
  2004-03-09 17:09   ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: James Courtier-Dutton @ 2004-03-09 15:18 UTC (permalink / raw)
  To: Tommy Schultz Lassen; +Cc: Alsa Devel list


I would like to add that this patch has been tested by someone on #alsa
in irc.freenode.net and confirmed as a fix.

Please add this to the alsa cvs.

Cheers
James


Tommy Schultz Lassen wrote:
> 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
> 
> 
> ------------------------------------------------------------------------
> 
> --- 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 */
>  };
>  




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problems with Extigy mixer settings.
  2004-03-09 15:18 ` James Courtier-Dutton
@ 2004-03-09 17:09   ` Takashi Iwai
  0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2004-03-09 17:09 UTC (permalink / raw)
  To: James Courtier-Dutton; +Cc: Tommy Schultz Lassen, Alsa Devel list

At Tue, 09 Mar 2004 15:18:49 +0000,
James Courtier-Dutton wrote:
> 
> 
> I would like to add that this patch has been tested by someone on #alsa
> in irc.freenode.net and confirmed as a fix.
> 
> Please add this to the alsa cvs.

now applied on cvs (together with another fix).


Takashi


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-03-09 17:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-03 19:59 Problems with Extigy mixer settings Tommy Schultz Lassen
2004-03-09 15:18 ` James Courtier-Dutton
2004-03-09 17:09   ` Takashi Iwai

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.