public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6.29-rc7][REGRESSION][FOUND] sound broken on Creative Labs SB Audigy
@ 2009-03-08 11:43 etienne
  2009-03-08 20:39 ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: etienne @ 2009-03-08 11:43 UTC (permalink / raw)
  To: tiwai; +Cc: Rafael J. Wysocki, Linux Kernel Mailing List

Hi Takashi,

on 2.6.29-rc7 my sound card Creative Labs SB Audigy doesn't work anymore
it worked in the previous -rc i tested (rc5)

dmesg
EMU10K1_Audigy 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Installing spdif_bug patch: SB Audigy 2 ZS [SB0353]

cat /proc/asound/cards
 0 [Audigy2        ]: Audigy2 - SB Audigy 2 ZS [SB0353]
                      SB Audigy 2 ZS [SB0353] (rev.4, serial:0x10031102) at 0xcc80, irq 16


lscpi
03:00.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
lspci -vvv
03:00.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
        Subsystem: Creative Labs Device 1003
        Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 64 (500ns min, 5000ns max)
        Interrupt: pin A routed to IRQ 16
        Region 0: I/O ports at cc80 [size=64]
        Capabilities: <access denied>
        Kernel driver in use: EMU10K1_Audigy
        Kernel modules: snd-emu10k1

i've use alsa-info.sh, my info is stored at
 http://www.alsa-project.org/db/?f=4460e77670d538196e11ae5e61e9b1f86fb9669b


if I revert the following commit, it works again


commit 1f9da5544073d38e05139f8ce9da24e78653c73e
Author: Takashi Iwai <tiwai@suse.de>
Date:   Tue Feb 24 15:31:02 2009 +0100

    ALSA: emu10k1 - Fix digital/analog switch on audigy2 ZS

    Fix the inverted logic of shared spdif switch.

    Reference: Novell bnc#478496
        https://bugzilla.novell.com/show_bug.cgi?id=478496

    Signed-off-by: Takashi Iwai <tiwai@suse.de>


thanks,
Etienne

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

* Re: [2.6.29-rc7][REGRESSION][FOUND] sound broken on Creative Labs SB Audigy
  2009-03-08 11:43 [2.6.29-rc7][REGRESSION][FOUND] sound broken on Creative Labs SB Audigy etienne
@ 2009-03-08 20:39 ` Takashi Iwai
  2009-03-08 21:14   ` etienne
  0 siblings, 1 reply; 3+ messages in thread
From: Takashi Iwai @ 2009-03-08 20:39 UTC (permalink / raw)
  To: etienne; +Cc: Rafael J. Wysocki, Linux Kernel Mailing List

At Sun, 08 Mar 2009 12:43:01 +0100,
etienne wrote:
> 
> Hi Takashi,
> 
> on 2.6.29-rc7 my sound card Creative Labs SB Audigy doesn't work anymore
> it worked in the previous -rc i tested (rc5)
> 
> dmesg
> EMU10K1_Audigy 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> Installing spdif_bug patch: SB Audigy 2 ZS [SB0353]
> 
> cat /proc/asound/cards
>  0 [Audigy2        ]: Audigy2 - SB Audigy 2 ZS [SB0353]
>                       SB Audigy 2 ZS [SB0353] (rev.4, serial:0x10031102) at 0xcc80, irq 16
> 
> 
> lscpi
> 03:00.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
> lspci -vvv
> 03:00.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
>         Subsystem: Creative Labs Device 1003
>         Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
>         Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>         Latency: 64 (500ns min, 5000ns max)
>         Interrupt: pin A routed to IRQ 16
>         Region 0: I/O ports at cc80 [size=64]
>         Capabilities: <access denied>
>         Kernel driver in use: EMU10K1_Audigy
>         Kernel modules: snd-emu10k1
> 
> i've use alsa-info.sh, my info is stored at
>  http://www.alsa-project.org/db/?f=4460e77670d538196e11ae5e61e9b1f86fb9669b
> 
> 
> if I revert the following commit, it works again
> 
> 
> commit 1f9da5544073d38e05139f8ce9da24e78653c73e
> Author: Takashi Iwai <tiwai@suse.de>
> Date:   Tue Feb 24 15:31:02 2009 +0100
> 
>     ALSA: emu10k1 - Fix digital/analog switch on audigy2 ZS
> 
>     Fix the inverted logic of shared spdif switch.
> 
>     Reference: Novell bnc#478496
>         https://bugzilla.novell.com/show_bug.cgi?id=478496
> 
>     Signed-off-by: Takashi Iwai <tiwai@suse.de>

Check "Audigy Analog/Digital Output Jack" switch.
This must be *off* to output from the analog jacks.

Before the patch, it was wrongly implemented and the patch fixes
the (long-standing wrong) logic.


Takashi

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

* Re: [2.6.29-rc7][REGRESSION][FOUND] sound broken on Creative Labs SB Audigy
  2009-03-08 20:39 ` Takashi Iwai
@ 2009-03-08 21:14   ` etienne
  0 siblings, 0 replies; 3+ messages in thread
From: etienne @ 2009-03-08 21:14 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Rafael J. Wysocki, Linux Kernel Mailing List

Takashi Iwai wrote:
> At Sun, 08 Mar 2009 12:43:01 +0100,
> etienne wrote:
>> Hi Takashi,
>>
>> on 2.6.29-rc7 my sound card Creative Labs SB Audigy doesn't work anymore
>> it worked in the previous -rc i tested (rc5)
>>
>> dmesg
>> EMU10K1_Audigy 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>> Installing spdif_bug patch: SB Audigy 2 ZS [SB0353]
>>
>> cat /proc/asound/cards
>>  0 [Audigy2        ]: Audigy2 - SB Audigy 2 ZS [SB0353]
>>                       SB Audigy 2 ZS [SB0353] (rev.4, serial:0x10031102) at 0xcc80, irq 16
>>
>>
>> lscpi
>> 03:00.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
>> lspci -vvv
>> 03:00.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
>>         Subsystem: Creative Labs Device 1003
>>         Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
>>         Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>         Latency: 64 (500ns min, 5000ns max)
>>         Interrupt: pin A routed to IRQ 16
>>         Region 0: I/O ports at cc80 [size=64]
>>         Capabilities: <access denied>
>>         Kernel driver in use: EMU10K1_Audigy
>>         Kernel modules: snd-emu10k1
>>
>> i've use alsa-info.sh, my info is stored at
>>  http://www.alsa-project.org/db/?f=4460e77670d538196e11ae5e61e9b1f86fb9669b
>>
>>
>> if I revert the following commit, it works again
>>
>>
>> commit 1f9da5544073d38e05139f8ce9da24e78653c73e
>> Author: Takashi Iwai <tiwai@suse.de>
>> Date:   Tue Feb 24 15:31:02 2009 +0100
>>
>>     ALSA: emu10k1 - Fix digital/analog switch on audigy2 ZS
>>
>>     Fix the inverted logic of shared spdif switch.
>>
>>     Reference: Novell bnc#478496
>>         https://bugzilla.novell.com/show_bug.cgi?id=478496
>>
>>     Signed-off-by: Takashi Iwai <tiwai@suse.de>
> 
> Check "Audigy Analog/Digital Output Jack" switch.
> This must be *off* to output from the analog jacks.
> 
> Before the patch, it was wrongly implemented and the patch fixes
> the (long-standing wrong) logic.
> 
thanks, that works

Etienne


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

end of thread, other threads:[~2009-03-08 21:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-08 11:43 [2.6.29-rc7][REGRESSION][FOUND] sound broken on Creative Labs SB Audigy etienne
2009-03-08 20:39 ` Takashi Iwai
2009-03-08 21:14   ` etienne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox