Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [ALSA - driver 0000270]: Audigy 2 ZS side surround channels not supported
@ 2004-06-10 20:48 noreply
  0 siblings, 0 replies; 17+ messages in thread
From: noreply @ 2004-06-10 20:48 UTC (permalink / raw)
  To: alsa-devel


A BUGNOTE has been added to this bug.
======================================================================
https://bugtrack.alsa-project.org/alsa-bug/bug_view_advanced_page.php?bug_id=0000270
======================================================================
Reported By:                wraiden
Assigned To:                
======================================================================
Project:                    ALSA - driver
Bug ID:                     270
Category:                   PCI - emu10k1
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
Distribution:               LFS
Kernel Version:             2.6.5
======================================================================
Date Submitted:             05-11-2004 11:14 CEST
Last Modified:              06-10-2004 22:48 CEST
======================================================================
Summary:                    Audigy 2 ZS side surround channels not supported
Description: 
There is no Support for the side surround channels on SB Audigy 2 ZS (
Platinum Pro ) in Alsa.

I'll try to get it work and test everything you give me to test.
======================================================================

----------------------------------------------------------------------
 pzad - 05-11-2004 14:41 CEST 
----------------------------------------------------------------------
First you must find where are these outputs connected.

in file alsa-driver/alsa-kernel/pci/emu10k1/emufx.c
is row with
A_PUT_STEREO_OUTPUT(A_EXTOUT_AFRONT_L, A_EXTOUT_AFRONT_R, playback +
SND_EMU10K1_PLAYBACK_CHANNELS); 

append after it this row
A_PUT_STEREO_OUTPUT(0x0c, 0x0d, playback + SND_EMU10K1_PLAYBACK_CHANNELS);


compile, instal, play something. If they are working, let me know.
If not then try change 
0x0c to 0x12 and 0x0d to 0x13
if stil not working try these too
0x12,0x13
0x14,0x15
0x19,0x1a
0x1b,0x1c
0x1d,0x1e

----------------------------------------------------------------------
 wraiden - 05-21-2004 16:21 CEST 
----------------------------------------------------------------------
side L ans R channels are working.
patch used for testing is attached.
is 6.1 and 7.1 Surround support in alsa planed?

----------------------------------------------------------------------
 pzad - 05-24-2004 09:21 CEST 
----------------------------------------------------------------------
I can create volume control (+ controls for mirroring stereo -> 7.1) for
these speakers, and devices something like rearside, and surround71. I
think under linux not many apps uses 7.1 speaker configuration.

----------------------------------------------------------------------
 wraiden - 05-24-2004 16:18 CEST 
----------------------------------------------------------------------
Nice :)

let me know when it's done and i'll test it.

7.1 related:
- dts and dolby codecs have support up to 7.1 ( and more ).
- sooner or later an decoder will support that.
- support for this speaker configuration would be a benefit for alsa.

----------------------------------------------------------------------
 pzad - 05-31-2004 08:38 CEST 
----------------------------------------------------------------------
Could you test attached patch audigy2zs_driver.diff ???
Mirroring should work.
There are two new controls:
PCM Side Playback Volume - this is not working for now.
Side Playback Volume - this controls mirroring to side speakers.

This is not final version.
TODO:
- Audigy 2 ZS detection
- alsa lib part

----------------------------------------------------------------------
 bryanhundven - 06-10-2004 22:48 CEST 
----------------------------------------------------------------------
I tried audigy2zs_driver.diff with alsa-driver-1.0.5a.
Seems to work, but as noted above PCM Side doesn't seem to work.

If you would like me to test anything specific other than xmms...
...Just Ask. :-D

Bug History
Date Modified  Username       Field                    Change              
======================================================================
05-11-04 11:14 wraiden        New Bug                                      
05-11-04 11:14 wraiden        Distribution              => LFS             
05-11-04 11:14 wraiden        Kernel Version            => 2.6.5           
05-11-04 14:41 pzad           Bugnote Added: 0001084                       
05-21-04 16:15 wraiden        File Added: wraiden-alsa-emu10k1-side.patch       
            
05-21-04 16:21 wraiden        Bugnote Added: 0001166                       
05-24-04 09:21 pzad           Bugnote Added: 0001181                       
05-24-04 16:18 wraiden        Bugnote Added: 0001188                       
05-31-04 08:32 pzad           File Added: audigy2zs_driver.diff                 
  
05-31-04 08:38 pzad           Bugnote Added: 0001281                       
06-10-04 22:48 bryanhundven   Bugnote Added: 0001298                       
======================================================================




-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504

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

* [ALSA - driver 0000270]: Audigy 2 ZS side surround channels not supported
@ 2004-06-15 13:56 noreply
  0 siblings, 0 replies; 17+ messages in thread
From: noreply @ 2004-06-15 13:56 UTC (permalink / raw)
  To: alsa-devel


A BUGNOTE has been added to this bug.
======================================================================
https://bugtrack.alsa-project.org/alsa-bug/bug_view_advanced_page.php?bug_id=0000270
======================================================================
Reported By:                wraiden
Assigned To:                
======================================================================
Project:                    ALSA - driver
Bug ID:                     270
Category:                   PCI - emu10k1
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
Distribution:               LFS
Kernel Version:             2.6.5
======================================================================
Date Submitted:             05-11-2004 11:14 CEST
Last Modified:              06-15-2004 15:56 CEST
======================================================================
Summary:                    Audigy 2 ZS side surround channels not supported
Description: 
There is no Support for the side surround channels on SB Audigy 2 ZS (
Platinum Pro ) in Alsa.

I'll try to get it work and test everything you give me to test.
======================================================================

----------------------------------------------------------------------
 pzad - 05-11-2004 14:41 CEST 
----------------------------------------------------------------------
First you must find where are these outputs connected.

in file alsa-driver/alsa-kernel/pci/emu10k1/emufx.c
is row with
A_PUT_STEREO_OUTPUT(A_EXTOUT_AFRONT_L, A_EXTOUT_AFRONT_R, playback +
SND_EMU10K1_PLAYBACK_CHANNELS); 

append after it this row
A_PUT_STEREO_OUTPUT(0x0c, 0x0d, playback + SND_EMU10K1_PLAYBACK_CHANNELS);


compile, instal, play something. If they are working, let me know.
If not then try change 
0x0c to 0x12 and 0x0d to 0x13
if stil not working try these too
0x12,0x13
0x14,0x15
0x19,0x1a
0x1b,0x1c
0x1d,0x1e

----------------------------------------------------------------------
 wraiden - 05-21-2004 16:21 CEST 
----------------------------------------------------------------------
side L ans R channels are working.
patch used for testing is attached.
is 6.1 and 7.1 Surround support in alsa planed?

----------------------------------------------------------------------
 pzad - 05-24-2004 09:21 CEST 
----------------------------------------------------------------------
I can create volume control (+ controls for mirroring stereo -> 7.1) for
these speakers, and devices something like rearside, and surround71. I
think under linux not many apps uses 7.1 speaker configuration.

----------------------------------------------------------------------
 wraiden - 05-24-2004 16:18 CEST 
----------------------------------------------------------------------
Nice :)

let me know when it's done and i'll test it.

7.1 related:
- dts and dolby codecs have support up to 7.1 ( and more ).
- sooner or later an decoder will support that.
- support for this speaker configuration would be a benefit for alsa.

----------------------------------------------------------------------
 pzad - 05-31-2004 08:38 CEST 
----------------------------------------------------------------------
Could you test attached patch audigy2zs_driver.diff ???
Mirroring should work.
There are two new controls:
PCM Side Playback Volume - this is not working for now.
Side Playback Volume - this controls mirroring to side speakers.

This is not final version.
TODO:
- Audigy 2 ZS detection
- alsa lib part

----------------------------------------------------------------------
 bryanhundven - 06-10-2004 22:48 CEST 
----------------------------------------------------------------------
I tried audigy2zs_driver.diff with alsa-driver-1.0.5a.
Seems to work, but as noted above PCM Side doesn't seem to work.

If you would like me to test anything specific other than xmms...
...Just Ask. :-D

----------------------------------------------------------------------
 wraiden - 06-15-2004 15:56 CEST 
----------------------------------------------------------------------
i've tested the patch against 1.0.5 and can verify the
above post.

i'll rebuild my entire system over the next weekend
and upgrade to the latest releases of everything.

I want to support alsa with code contributions and plan
to look at the API Documentation however i didn't know
where to begin ( any hints or links ? ).

7.1 related:
xine player seems to support 7.1 a/52 sound
i'm hounting for a good test 7.1 DVD ( a/52 and dts ) now.

Bug History
Date Modified  Username       Field                    Change              
======================================================================
05-11-04 11:14 wraiden        New Bug                                      
05-11-04 11:14 wraiden        Distribution              => LFS             
05-11-04 11:14 wraiden        Kernel Version            => 2.6.5           
05-11-04 14:41 pzad           Bugnote Added: 0001084                       
05-21-04 16:15 wraiden        File Added: wraiden-alsa-emu10k1-side.patch       
            
05-21-04 16:21 wraiden        Bugnote Added: 0001166                       
05-24-04 09:21 pzad           Bugnote Added: 0001181                       
05-24-04 16:18 wraiden        Bugnote Added: 0001188                       
05-31-04 08:32 pzad           File Added: audigy2zs_driver.diff                 
  
05-31-04 08:38 pzad           Bugnote Added: 0001281                       
06-10-04 22:48 bryanhundven   Bugnote Added: 0001298                       
06-15-04 15:56 wraiden        Bugnote Added: 0001309                       
======================================================================




-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND

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

* [ALSA - driver 0000270]: Audigy 2 ZS side surround channels not supported
@ 2004-06-15 14:41 noreply
  0 siblings, 0 replies; 17+ messages in thread
From: noreply @ 2004-06-15 14:41 UTC (permalink / raw)
  To: alsa-devel


A BUGNOTE has been added to this bug.
======================================================================
https://bugtrack.alsa-project.org/alsa-bug/bug_view_advanced_page.php?bug_id=0000270
======================================================================
Reported By:                wraiden
Assigned To:                
======================================================================
Project:                    ALSA - driver
Bug ID:                     270
Category:                   PCI - emu10k1
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
Distribution:               LFS
Kernel Version:             2.6.5
======================================================================
Date Submitted:             05-11-2004 11:14 CEST
Last Modified:              06-15-2004 16:41 CEST
======================================================================
Summary:                    Audigy 2 ZS side surround channels not supported
Description: 
There is no Support for the side surround channels on SB Audigy 2 ZS (
Platinum Pro ) in Alsa.

I'll try to get it work and test everything you give me to test.
======================================================================

----------------------------------------------------------------------
 pzad - 05-11-2004 14:41 CEST 
----------------------------------------------------------------------
First you must find where are these outputs connected.

in file alsa-driver/alsa-kernel/pci/emu10k1/emufx.c
is row with
A_PUT_STEREO_OUTPUT(A_EXTOUT_AFRONT_L, A_EXTOUT_AFRONT_R, playback +
SND_EMU10K1_PLAYBACK_CHANNELS); 

append after it this row
A_PUT_STEREO_OUTPUT(0x0c, 0x0d, playback + SND_EMU10K1_PLAYBACK_CHANNELS);


compile, instal, play something. If they are working, let me know.
If not then try change 
0x0c to 0x12 and 0x0d to 0x13
if stil not working try these too
0x12,0x13
0x14,0x15
0x19,0x1a
0x1b,0x1c
0x1d,0x1e

----------------------------------------------------------------------
 wraiden - 05-21-2004 16:21 CEST 
----------------------------------------------------------------------
side L ans R channels are working.
patch used for testing is attached.
is 6.1 and 7.1 Surround support in alsa planed?

----------------------------------------------------------------------
 pzad - 05-24-2004 09:21 CEST 
----------------------------------------------------------------------
I can create volume control (+ controls for mirroring stereo -> 7.1) for
these speakers, and devices something like rearside, and surround71. I
think under linux not many apps uses 7.1 speaker configuration.

----------------------------------------------------------------------
 wraiden - 05-24-2004 16:18 CEST 
----------------------------------------------------------------------
Nice :)

let me know when it's done and i'll test it.

7.1 related:
- dts and dolby codecs have support up to 7.1 ( and more ).
- sooner or later an decoder will support that.
- support for this speaker configuration would be a benefit for alsa.

----------------------------------------------------------------------
 pzad - 05-31-2004 08:38 CEST 
----------------------------------------------------------------------
Could you test attached patch audigy2zs_driver.diff ???
Mirroring should work.
There are two new controls:
PCM Side Playback Volume - this is not working for now.
Side Playback Volume - this controls mirroring to side speakers.

This is not final version.
TODO:
- Audigy 2 ZS detection
- alsa lib part

----------------------------------------------------------------------
 bryanhundven - 06-10-2004 22:48 CEST 
----------------------------------------------------------------------
I tried audigy2zs_driver.diff with alsa-driver-1.0.5a.
Seems to work, but as noted above PCM Side doesn't seem to work.

If you would like me to test anything specific other than xmms...
...Just Ask. :-D

----------------------------------------------------------------------
 wraiden - 06-15-2004 15:56 CEST 
----------------------------------------------------------------------
i've tested the patch against 1.0.5 and can verify the
above post.

i'll rebuild my entire system over the next weekend
and upgrade to the latest releases of everything.

I want to support alsa with code contributions and plan
to look at the API Documentation however i didn't know
where to begin ( any hints or links ? ).

7.1 related:
xine player seems to support 7.1 a/52 sound
i'm hounting for a good test 7.1 DVD ( a/52 and dts ) now.

----------------------------------------------------------------------
 pzad - 06-15-2004 16:41 CEST 
----------------------------------------------------------------------
I don't think that xine supports 7.1 (maybe I am wrong)

For 7.1 playback only changes in .conf files are needed in alsa-lib.
Driver should be ok with this patch.

Bug History
Date Modified  Username       Field                    Change              
======================================================================
05-11-04 11:14 wraiden        New Bug                                      
05-11-04 11:14 wraiden        Distribution              => LFS             
05-11-04 11:14 wraiden        Kernel Version            => 2.6.5           
05-11-04 14:41 pzad           Bugnote Added: 0001084                       
05-21-04 16:15 wraiden        File Added: wraiden-alsa-emu10k1-side.patch       
            
05-21-04 16:21 wraiden        Bugnote Added: 0001166                       
05-24-04 09:21 pzad           Bugnote Added: 0001181                       
05-24-04 16:18 wraiden        Bugnote Added: 0001188                       
05-31-04 08:32 pzad           File Added: audigy2zs_driver.diff                 
  
05-31-04 08:38 pzad           Bugnote Added: 0001281                       
06-10-04 22:48 bryanhundven   Bugnote Added: 0001298                       
06-15-04 15:56 wraiden        Bugnote Added: 0001309                       
06-15-04 16:41 pzad           Bugnote Added: 0001310                       
======================================================================




-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND

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

* [ALSA - driver 0000270]: Audigy 2 ZS side surround channels not supported
@ 2004-06-15 17:44 noreply
  0 siblings, 0 replies; 17+ messages in thread
From: noreply @ 2004-06-15 17:44 UTC (permalink / raw)
  To: alsa-devel


A BUGNOTE has been added to this bug.
======================================================================
https://bugtrack.alsa-project.org/alsa-bug/bug_view_advanced_page.php?bug_id=0000270
======================================================================
Reported By:                wraiden
Assigned To:                
======================================================================
Project:                    ALSA - driver
Bug ID:                     270
Category:                   PCI - emu10k1
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
Distribution:               LFS
Kernel Version:             2.6.5
======================================================================
Date Submitted:             05-11-2004 11:14 CEST
Last Modified:              06-15-2004 19:44 CEST
======================================================================
Summary:                    Audigy 2 ZS side surround channels not supported
Description: 
There is no Support for the side surround channels on SB Audigy 2 ZS (
Platinum Pro ) in Alsa.

I'll try to get it work and test everything you give me to test.
======================================================================

----------------------------------------------------------------------
 pzad - 05-11-2004 14:41 CEST 
----------------------------------------------------------------------
First you must find where are these outputs connected.

in file alsa-driver/alsa-kernel/pci/emu10k1/emufx.c
is row with
A_PUT_STEREO_OUTPUT(A_EXTOUT_AFRONT_L, A_EXTOUT_AFRONT_R, playback +
SND_EMU10K1_PLAYBACK_CHANNELS); 

append after it this row
A_PUT_STEREO_OUTPUT(0x0c, 0x0d, playback + SND_EMU10K1_PLAYBACK_CHANNELS);


compile, instal, play something. If they are working, let me know.
If not then try change 
0x0c to 0x12 and 0x0d to 0x13
if stil not working try these too
0x12,0x13
0x14,0x15
0x19,0x1a
0x1b,0x1c
0x1d,0x1e

----------------------------------------------------------------------
 wraiden - 05-21-2004 16:21 CEST 
----------------------------------------------------------------------
side L ans R channels are working.
patch used for testing is attached.
is 6.1 and 7.1 Surround support in alsa planed?

----------------------------------------------------------------------
 pzad - 05-24-2004 09:21 CEST 
----------------------------------------------------------------------
I can create volume control (+ controls for mirroring stereo -> 7.1) for
these speakers, and devices something like rearside, and surround71. I
think under linux not many apps uses 7.1 speaker configuration.

----------------------------------------------------------------------
 wraiden - 05-24-2004 16:18 CEST 
----------------------------------------------------------------------
Nice :)

let me know when it's done and i'll test it.

7.1 related:
- dts and dolby codecs have support up to 7.1 ( and more ).
- sooner or later an decoder will support that.
- support for this speaker configuration would be a benefit for alsa.

----------------------------------------------------------------------
 pzad - 05-31-2004 08:38 CEST 
----------------------------------------------------------------------
Could you test attached patch audigy2zs_driver.diff ???
Mirroring should work.
There are two new controls:
PCM Side Playback Volume - this is not working for now.
Side Playback Volume - this controls mirroring to side speakers.

This is not final version.
TODO:
- Audigy 2 ZS detection
- alsa lib part

----------------------------------------------------------------------
 bryanhundven - 06-10-2004 22:48 CEST 
----------------------------------------------------------------------
I tried audigy2zs_driver.diff with alsa-driver-1.0.5a.
Seems to work, but as noted above PCM Side doesn't seem to work.

If you would like me to test anything specific other than xmms...
...Just Ask. :-D

----------------------------------------------------------------------
 wraiden - 06-15-2004 15:56 CEST 
----------------------------------------------------------------------
i've tested the patch against 1.0.5 and can verify the
above post.

i'll rebuild my entire system over the next weekend
and upgrade to the latest releases of everything.

I want to support alsa with code contributions and plan
to look at the API Documentation however i didn't know
where to begin ( any hints or links ? ).

7.1 related:
xine player seems to support 7.1 a/52 sound
i'm hounting for a good test 7.1 DVD ( a/52 and dts ) now.

----------------------------------------------------------------------
 pzad - 06-15-2004 16:41 CEST 
----------------------------------------------------------------------
I don't think that xine supports 7.1 (maybe I am wrong)

For 7.1 playback only changes in .conf files are needed in alsa-lib.
Driver should be ok with this patch.

----------------------------------------------------------------------
 wraiden - 06-15-2004 19:44 CEST 
----------------------------------------------------------------------
i've misinterpreted an article that was talking about the capability
of xine to streaming a/52 and dts sound to an external decoder, sorry.

just for the sake of completeness:

The Audigy 2 ZS cards also have support for an 6.1 speaker setup,
i don't know if the appopriate channel for the rear-center is the
left or the right channel of the side channels. i can't test it
because i don't have 6.1 skeakers.
( i also didn't have a windoZZ version to test via driverswitch )

[ i'll try to find a way to find out the channel for rear-center now ]

Bug History
Date Modified  Username       Field                    Change              
======================================================================
05-11-04 11:14 wraiden        New Bug                                      
05-11-04 11:14 wraiden        Distribution              => LFS             
05-11-04 11:14 wraiden        Kernel Version            => 2.6.5           
05-11-04 14:41 pzad           Bugnote Added: 0001084                       
05-21-04 16:15 wraiden        File Added: wraiden-alsa-emu10k1-side.patch       
            
05-21-04 16:21 wraiden        Bugnote Added: 0001166                       
05-24-04 09:21 pzad           Bugnote Added: 0001181                       
05-24-04 16:18 wraiden        Bugnote Added: 0001188                       
05-31-04 08:32 pzad           File Added: audigy2zs_driver.diff                 
  
05-31-04 08:38 pzad           Bugnote Added: 0001281                       
06-10-04 22:48 bryanhundven   Bugnote Added: 0001298                       
06-15-04 15:56 wraiden        Bugnote Added: 0001309                       
06-15-04 16:41 pzad           Bugnote Added: 0001310                       
06-15-04 19:44 wraiden        Bugnote Added: 0001311                       
======================================================================




-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND

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

* [ALSA - driver 0000270]: Audigy 2 ZS side surround channels not supported
@ 2004-06-22 11:00 noreply
  2004-06-22 14:00 ` Eric Klein
  0 siblings, 1 reply; 17+ messages in thread
From: noreply @ 2004-06-22 11:00 UTC (permalink / raw)
  To: alsa-devel


A BUGNOTE has been added to this bug.
======================================================================
https://bugtrack.alsa-project.org/alsa-bug/bug_view_advanced_page.php?bug_id=0000270
======================================================================
Reported By:                wraiden
Assigned To:                
======================================================================
Project:                    ALSA - driver
Bug ID:                     270
Category:                   PCI - emu10k1
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
Distribution:               LFS
Kernel Version:             2.6.5
======================================================================
Date Submitted:             05-11-2004 11:14 CEST
Last Modified:              06-22-2004 13:00 CEST
======================================================================
Summary:                    Audigy 2 ZS side surround channels not supported
Description: 
There is no Support for the side surround channels on SB Audigy 2 ZS (
Platinum Pro ) in Alsa.

I'll try to get it work and test everything you give me to test.
======================================================================

----------------------------------------------------------------------
 pzad - 05-11-2004 14:41 CEST 
----------------------------------------------------------------------
First you must find where are these outputs connected.

in file alsa-driver/alsa-kernel/pci/emu10k1/emufx.c
is row with
A_PUT_STEREO_OUTPUT(A_EXTOUT_AFRONT_L, A_EXTOUT_AFRONT_R, playback +
SND_EMU10K1_PLAYBACK_CHANNELS); 

append after it this row
A_PUT_STEREO_OUTPUT(0x0c, 0x0d, playback + SND_EMU10K1_PLAYBACK_CHANNELS);


compile, instal, play something. If they are working, let me know.
If not then try change 
0x0c to 0x12 and 0x0d to 0x13
if stil not working try these too
0x12,0x13
0x14,0x15
0x19,0x1a
0x1b,0x1c
0x1d,0x1e

----------------------------------------------------------------------
 wraiden - 05-21-2004 16:21 CEST 
----------------------------------------------------------------------
side L ans R channels are working.
patch used for testing is attached.
is 6.1 and 7.1 Surround support in alsa planed?

----------------------------------------------------------------------
 pzad - 05-24-2004 09:21 CEST 
----------------------------------------------------------------------
I can create volume control (+ controls for mirroring stereo -> 7.1) for
these speakers, and devices something like rearside, and surround71. I
think under linux not many apps uses 7.1 speaker configuration.

----------------------------------------------------------------------
 wraiden - 05-24-2004 16:18 CEST 
----------------------------------------------------------------------
Nice :)

let me know when it's done and i'll test it.

7.1 related:
- dts and dolby codecs have support up to 7.1 ( and more ).
- sooner or later an decoder will support that.
- support for this speaker configuration would be a benefit for alsa.

----------------------------------------------------------------------
 pzad - 05-31-2004 08:38 CEST 
----------------------------------------------------------------------
Could you test attached patch audigy2zs_driver.diff ???
Mirroring should work.
There are two new controls:
PCM Side Playback Volume - this is not working for now.
Side Playback Volume - this controls mirroring to side speakers.

This is not final version.
TODO:
- Audigy 2 ZS detection
- alsa lib part

----------------------------------------------------------------------
 bryanhundven - 06-10-2004 22:48 CEST 
----------------------------------------------------------------------
I tried audigy2zs_driver.diff with alsa-driver-1.0.5a.
Seems to work, but as noted above PCM Side doesn't seem to work.

If you would like me to test anything specific other than xmms...
...Just Ask. :-D

----------------------------------------------------------------------
 wraiden - 06-15-2004 15:56 CEST 
----------------------------------------------------------------------
i've tested the patch against 1.0.5 and can verify the
above post.

i'll rebuild my entire system over the next weekend
and upgrade to the latest releases of everything.

I want to support alsa with code contributions and plan
to look at the API Documentation however i didn't know
where to begin ( any hints or links ? ).

7.1 related:
xine player seems to support 7.1 a/52 sound
i'm hounting for a good test 7.1 DVD ( a/52 and dts ) now.

----------------------------------------------------------------------
 pzad - 06-15-2004 16:41 CEST 
----------------------------------------------------------------------
I don't think that xine supports 7.1 (maybe I am wrong)

For 7.1 playback only changes in .conf files are needed in alsa-lib.
Driver should be ok with this patch.

----------------------------------------------------------------------
 wraiden - 06-15-2004 19:55 CEST 
----------------------------------------------------------------------
i've misinterpreted an article that was talking about the capability
of xine to streaming a/52 and dts sound to an external decoder, sorry.

just for the sake of completeness:

The Audigy 2 ZS cards also have support for an 6.1 speaker setup,
i don't know if the appopriate channel for the rear-center is the
left or the right channel of the side channels. i can't test it
because i don't have 6.1 speakers.
( i also didn't have a windoZZ version to test via driverswitch )

[ i'll try to find a way to find out the channel for rear-center now ]

bearbeitet am: 06-15-04 19:55

----------------------------------------------------------------------
 pzad - 06-22-2004 13:00 CEST 
----------------------------------------------------------------------
Can someone of you test this:

http://sourceforge.net/mailarchive/forum.php?thread_id=4976762&forum_id=1752

If it works for you I will make patch from this.

For one user this worked.

Bug History
Date Modified  Username       Field                    Change              
======================================================================
05-11-04 11:14 wraiden        New Bug                                      
05-11-04 11:14 wraiden        Distribution              => LFS             
05-11-04 11:14 wraiden        Kernel Version            => 2.6.5           
05-11-04 14:41 pzad           Bugnote Added: 0001084                       
05-21-04 16:15 wraiden        File Added: wraiden-alsa-emu10k1-side.patch       
            
05-21-04 16:21 wraiden        Bugnote Added: 0001166                       
05-24-04 09:21 pzad           Bugnote Added: 0001181                       
05-24-04 16:18 wraiden        Bugnote Added: 0001188                       
05-31-04 08:32 pzad           File Added: audigy2zs_driver.diff                 
  
05-31-04 08:38 pzad           Bugnote Added: 0001281                       
06-10-04 22:48 bryanhundven   Bugnote Added: 0001298                       
06-15-04 15:56 wraiden        Bugnote Added: 0001309                       
06-15-04 16:41 pzad           Bugnote Added: 0001310                       
06-15-04 19:44 wraiden        Bugnote Added: 0001311                       
06-15-04 19:55 wraiden        Bugnote Edited: 0001311                      
06-22-04 13:00 pzad           Bugnote Added: 0001328                       
======================================================================




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com

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

* Re: [ALSA - driver 0000270]: Audigy 2 ZS side surround channels not supported
  2004-06-22 11:00 [ALSA - driver 0000270]: Audigy 2 ZS side surround channels not supported noreply
@ 2004-06-22 14:00 ` Eric Klein
  2004-06-22 15:35   ` Takashi Iwai
  0 siblings, 1 reply; 17+ messages in thread
From: Eric Klein @ 2004-06-22 14:00 UTC (permalink / raw)
  To: alsa-devel

noreply@alsa-project.org wrote:

> A BUGNOTE has been added to this bug.
> ======================================================================
> https://bugtrack.alsa-project.org/alsa-bug/bug_view_advanced_page.php?bug_id=0000270 
>
> ======================================================================
> Reported By:                wraiden
> Assigned To:                
> ======================================================================
> Project:                    ALSA - driver
> Bug ID:                     270
> Category:                   PCI - emu10k1
> Reproducibility:            always
> Severity:                   feature
> Priority:                   normal
> Status:                     new
> Distribution:               LFS
> Kernel Version:             2.6.5
> ======================================================================
> Date Submitted:             05-11-2004 11:14 CEST
> Last Modified:              06-22-2004 13:00 CEST
> ======================================================================
> Summary:                    Audigy 2 ZS side surround channels not 
> supported
> Description: There is no Support for the side surround channels on SB 
> Audigy 2 ZS (
> Platinum Pro ) in Alsa.
>
> I'll try to get it work and test everything you give me to test.
> ======================================================================
>
> ----------------------------------------------------------------------
> pzad - 05-11-2004 14:41 CEST 
> ----------------------------------------------------------------------
> First you must find where are these outputs connected.
>
> in file alsa-driver/alsa-kernel/pci/emu10k1/emufx.c
> is row with
> A_PUT_STEREO_OUTPUT(A_EXTOUT_AFRONT_L, A_EXTOUT_AFRONT_R, playback +
> SND_EMU10K1_PLAYBACK_CHANNELS);
> append after it this row
> A_PUT_STEREO_OUTPUT(0x0c, 0x0d, playback + 
> SND_EMU10K1_PLAYBACK_CHANNELS);
>
>
> compile, instal, play something. If they are working, let me know.
> If not then try change 0x0c to 0x12 and 0x0d to 0x13
> if stil not working try these too
> 0x12,0x13
> 0x14,0x15
> 0x19,0x1a
> 0x1b,0x1c
> 0x1d,0x1e
>
> ----------------------------------------------------------------------
> wraiden - 05-21-2004 16:21 CEST 
> ----------------------------------------------------------------------
> side L ans R channels are working.
> patch used for testing is attached.
> is 6.1 and 7.1 Surround support in alsa planed?
>
> ----------------------------------------------------------------------
> pzad - 05-24-2004 09:21 CEST 
> ----------------------------------------------------------------------
> I can create volume control (+ controls for mirroring stereo -> 7.1) for
> these speakers, and devices something like rearside, and surround71. I
> think under linux not many apps uses 7.1 speaker configuration.
>
> ----------------------------------------------------------------------
> wraiden - 05-24-2004 16:18 CEST 
> ----------------------------------------------------------------------
> Nice :)
>
> let me know when it's done and i'll test it.
>
> 7.1 related:
> - dts and dolby codecs have support up to 7.1 ( and more ).
> - sooner or later an decoder will support that.
> - support for this speaker configuration would be a benefit for alsa.
>
> ----------------------------------------------------------------------
> pzad - 05-31-2004 08:38 CEST 
> ----------------------------------------------------------------------
> Could you test attached patch audigy2zs_driver.diff ???
> Mirroring should work.
> There are two new controls:
> PCM Side Playback Volume - this is not working for now.
> Side Playback Volume - this controls mirroring to side speakers.
>
> This is not final version.
> TODO:
> - Audigy 2 ZS detection
> - alsa lib part
>
> ----------------------------------------------------------------------
> bryanhundven - 06-10-2004 22:48 CEST 
> ----------------------------------------------------------------------
> I tried audigy2zs_driver.diff with alsa-driver-1.0.5a.
> Seems to work, but as noted above PCM Side doesn't seem to work.
>
> If you would like me to test anything specific other than xmms...
> ...Just Ask. :-D
>
> ----------------------------------------------------------------------
> wraiden - 06-15-2004 15:56 CEST 
> ----------------------------------------------------------------------
> i've tested the patch against 1.0.5 and can verify the
> above post.
>
> i'll rebuild my entire system over the next weekend
> and upgrade to the latest releases of everything.
>
> I want to support alsa with code contributions and plan
> to look at the API Documentation however i didn't know
> where to begin ( any hints or links ? ).
>
> 7.1 related:
> xine player seems to support 7.1 a/52 sound
> i'm hounting for a good test 7.1 DVD ( a/52 and dts ) now.
>
> ----------------------------------------------------------------------
> pzad - 06-15-2004 16:41 CEST 
> ----------------------------------------------------------------------
> I don't think that xine supports 7.1 (maybe I am wrong)
>
> For 7.1 playback only changes in .conf files are needed in alsa-lib.
> Driver should be ok with this patch.
>
> ----------------------------------------------------------------------
> wraiden - 06-15-2004 19:55 CEST 
> ----------------------------------------------------------------------
> i've misinterpreted an article that was talking about the capability
> of xine to streaming a/52 and dts sound to an external decoder, sorry.
>
> just for the sake of completeness:
>
> The Audigy 2 ZS cards also have support for an 6.1 speaker setup,
> i don't know if the appopriate channel for the rear-center is the
> left or the right channel of the side channels. i can't test it
> because i don't have 6.1 speakers.
> ( i also didn't have a windoZZ version to test via driverswitch )
>
> [ i'll try to find a way to find out the channel for rear-center now ]
>
> bearbeitet am: 06-15-04 19:55
>
> ----------------------------------------------------------------------
> pzad - 06-22-2004 13:00 CEST 
> ----------------------------------------------------------------------
> Can someone of you test this:
>
> http://sourceforge.net/mailarchive/forum.php?thread_id=4976762&forum_id=1752 
>
>
> If it works for you I will make patch from this.
>
> For one user this worked.
>  
>
Hello again,

Yesterday, I reported that this worked, and it does, however I just 
wanted to add a note. In order to get it to fully work, there are two 
changes that need to be made:
1) Add the following lines to alsa.conf (after the corresponding 
center_lfe lines):
defaults.pcm.side.card defaults.pcm.card
defaults.pcm.side.device defaults.pcm.device
2) Add the following line to alsa.conf (after the corresponding 
center_lfe line):
pcm.side cards.pcm.side
3) DON'T add the surround70 lines from Peter's patch (since there is no 
7.0 defined, just 7.1). This is just a quibling detail, so it doesn't 
really hurt to have it there, but it also doesn't help.
4) Add appropriate code to alsa-lib install code to install side.conf 
and surround71.conf to the /usr/share/alsa directories.

Hope that helps,

-----------------------
Eric Klein
eklein@ait.nrl.navy.mil



-- 
-----------------------
Eric Klein
eklein@ait.nrl.navy.mil



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com

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

* [ALSA - driver 0000270]: Audigy 2 ZS side surround channels not supported
@ 2004-06-22 14:39 noreply
  0 siblings, 0 replies; 17+ messages in thread
From: noreply @ 2004-06-22 14:39 UTC (permalink / raw)
  To: alsa-devel


A BUGNOTE has been added to this bug.
======================================================================
https://bugtrack.alsa-project.org/alsa-bug/bug_view_page.php?bug_id=0000270
======================================================================
Reported By:                wraiden
Assigned To:                
======================================================================
Project:                    ALSA - driver
Bug ID:                     270
Category:                   PCI - emu10k1
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
Distribution:               LFS
Kernel Version:             2.6.5
======================================================================
Date Submitted:             05-11-2004 11:14 CEST
Last Modified:              06-22-2004 16:39 CEST
======================================================================
Summary:                    Audigy 2 ZS side surround channels not supported
Description: 
There is no Support for the side surround channels on SB Audigy 2 ZS (
Platinum Pro ) in Alsa.

I'll try to get it work and test everything you give me to test.
======================================================================

----------------------------------------------------------------------
 pzad - 05-11-2004 14:41 CEST 
----------------------------------------------------------------------
First you must find where are these outputs connected.

in file alsa-driver/alsa-kernel/pci/emu10k1/emufx.c
is row with
A_PUT_STEREO_OUTPUT(A_EXTOUT_AFRONT_L, A_EXTOUT_AFRONT_R, playback +
SND_EMU10K1_PLAYBACK_CHANNELS); 

append after it this row
A_PUT_STEREO_OUTPUT(0x0c, 0x0d, playback + SND_EMU10K1_PLAYBACK_CHANNELS);


compile, instal, play something. If they are working, let me know.
If not then try change 
0x0c to 0x12 and 0x0d to 0x13
if stil not working try these too
0x12,0x13
0x14,0x15
0x19,0x1a
0x1b,0x1c
0x1d,0x1e

----------------------------------------------------------------------
 wraiden - 05-21-2004 16:21 CEST 
----------------------------------------------------------------------
side L ans R channels are working.
patch used for testing is attached.
is 6.1 and 7.1 Surround support in alsa planed?

----------------------------------------------------------------------
 pzad - 05-24-2004 09:21 CEST 
----------------------------------------------------------------------
I can create volume control (+ controls for mirroring stereo -> 7.1) for
these speakers, and devices something like rearside, and surround71. I
think under linux not many apps uses 7.1 speaker configuration.

----------------------------------------------------------------------
 wraiden - 05-24-2004 16:18 CEST 
----------------------------------------------------------------------
Nice :)

let me know when it's done and i'll test it.

7.1 related:
- dts and dolby codecs have support up to 7.1 ( and more ).
- sooner or later an decoder will support that.
- support for this speaker configuration would be a benefit for alsa.

----------------------------------------------------------------------
 pzad - 05-31-2004 08:38 CEST 
----------------------------------------------------------------------
Could you test attached patch audigy2zs_driver.diff ???
Mirroring should work.
There are two new controls:
PCM Side Playback Volume - this is not working for now.
Side Playback Volume - this controls mirroring to side speakers.

This is not final version.
TODO:
- Audigy 2 ZS detection
- alsa lib part

----------------------------------------------------------------------
 bryanhundven - 06-10-2004 22:48 CEST 
----------------------------------------------------------------------
I tried audigy2zs_driver.diff with alsa-driver-1.0.5a.
Seems to work, but as noted above PCM Side doesn't seem to work.

If you would like me to test anything specific other than xmms...
...Just Ask. :-D

----------------------------------------------------------------------
 wraiden - 06-15-2004 15:56 CEST 
----------------------------------------------------------------------
i've tested the patch against 1.0.5 and can verify the
above post.

i'll rebuild my entire system over the next weekend
and upgrade to the latest releases of everything.

I want to support alsa with code contributions and plan
to look at the API Documentation however i didn't know
where to begin ( any hints or links ? ).

7.1 related:
xine player seems to support 7.1 a/52 sound
i'm hounting for a good test 7.1 DVD ( a/52 and dts ) now.

----------------------------------------------------------------------
 pzad - 06-15-2004 16:41 CEST 
----------------------------------------------------------------------
I don't think that xine supports 7.1 (maybe I am wrong)

For 7.1 playback only changes in .conf files are needed in alsa-lib.
Driver should be ok with this patch.

----------------------------------------------------------------------
 wraiden - 06-15-2004 19:55 CEST 
----------------------------------------------------------------------
i've misinterpreted an article that was talking about the capability
of xine to streaming a/52 and dts sound to an external decoder, sorry.

just for the sake of completeness:

The Audigy 2 ZS cards also have support for an 6.1 speaker setup,
i don't know if the appopriate channel for the rear-center is the
left or the right channel of the side channels. i can't test it
because i don't have 6.1 speakers.
( i also didn't have a windoZZ version to test via driverswitch )

[ i'll try to find a way to find out the channel for rear-center now ]

bearbeitet am: 06-15-04 19:55

----------------------------------------------------------------------
 pzad - 06-22-2004 13:00 CEST 
----------------------------------------------------------------------
Can someone of you test this:

http://sourceforge.net/mailarchive/forum.php?thread_id=4976762&forum_id=1752

If it works for you I will make patch from this.

For one user this worked.

----------------------------------------------------------------------
 elklein - 06-22-2004 16:39 CEST 
----------------------------------------------------------------------
Yesterday, I reported that this worked, and it does, however I just wanted
to add a note. In order to get it to fully work, there are some changes
that need to be made:
1) Add the following lines to alsa.conf (after the corresponding
center_lfe lines):
defaults.pcm.side.card defaults.pcm.card
defaults.pcm.side.device defaults.pcm.device
2) Add the following line to alsa.conf (after the corresponding center_lfe
line):
pcm.side cards.pcm.side
3) DON'T add the surround70 lines from Peter's patch (since there is no
7.0 defined, just 7.1). This is just a quibling detail, so it doesn't
really hurt to have it there, but it also doesn't help.
4) Add appropriate code to alsa-lib install code to install side.conf and
surround71.conf to the /usr/share/alsa directories.

Hope that helps,

Bug History
Date Modified  Username       Field                    Change              
======================================================================
05-11-04 11:14 wraiden        New Bug                                      
05-11-04 11:14 wraiden        Distribution              => LFS             
05-11-04 11:14 wraiden        Kernel Version            => 2.6.5           
05-11-04 14:41 pzad           Bugnote Added: 0001084                       
05-21-04 16:15 wraiden        File Added: wraiden-alsa-emu10k1-side.patch       
            
05-21-04 16:21 wraiden        Bugnote Added: 0001166                       
05-24-04 09:21 pzad           Bugnote Added: 0001181                       
05-24-04 16:18 wraiden        Bugnote Added: 0001188                       
05-31-04 08:32 pzad           File Added: audigy2zs_driver.diff                 
  
05-31-04 08:38 pzad           Bugnote Added: 0001281                       
06-10-04 22:48 bryanhundven   Bugnote Added: 0001298                       
06-15-04 15:56 wraiden        Bugnote Added: 0001309                       
06-15-04 16:41 pzad           Bugnote Added: 0001310                       
06-15-04 19:44 wraiden        Bugnote Added: 0001311                       
06-15-04 19:55 wraiden        Bugnote Edited: 0001311                      
06-22-04 13:00 pzad           Bugnote Added: 0001328                       
06-22-04 16:39 elklein        Bugnote Added: 0001329                       
======================================================================




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com

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

* Re: [ALSA - driver 0000270]: Audigy 2 ZS side surround channels not supported
  2004-06-22 14:00 ` Eric Klein
@ 2004-06-22 15:35   ` Takashi Iwai
  0 siblings, 0 replies; 17+ messages in thread
From: Takashi Iwai @ 2004-06-22 15:35 UTC (permalink / raw)
  To: Eric Klein; +Cc: Peter Zubaj, alsa-devel

At Tue, 22 Jun 2004 10:00:42 -0400,
Eric Klein wrote:
> 
> Hello again,
> 
> Yesterday, I reported that this worked, and it does, however I just 
> wanted to add a note. In order to get it to fully work, there are two 
> changes that need to be made:
> 1) Add the following lines to alsa.conf (after the corresponding 
> center_lfe lines):
> defaults.pcm.side.card defaults.pcm.card
> defaults.pcm.side.device defaults.pcm.device
> 2) Add the following line to alsa.conf (after the corresponding 
> center_lfe line):
> pcm.side cards.pcm.side
> 3) DON'T add the surround70 lines from Peter's patch (since there is no 
> 7.0 defined, just 7.1). This is just a quibling detail, so it doesn't 
> really hurt to have it there, but it also doesn't help.
> 4) Add appropriate code to alsa-lib install code to install side.conf 
> and surround71.conf to the /usr/share/alsa directories.

Oh, nice to hear that.
Peter, could you send the latest patch for committing?


thanks,

Takashi


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com

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

* Re: [ALSA - driver 0000270]: Audigy 2 ZS side surround channels not supported
@ 2004-06-23  8:53 Peter Zubaj
  0 siblings, 0 replies; 17+ messages in thread
From: Peter Zubaj @ 2004-06-23  8:53 UTC (permalink / raw)
  To: tiwai; +Cc: eklein, alsa-devel

Hi,

I will send patch at monday (I will be not online for next four days).
Only problem is how to detect Audigy 2 and Audigy 2 ZS. Both have
emu10k2 rev.4. Or can we enable 7.1 on Audigy 2 too ???

Can someone get
emu->model
and
emu->serial
for Audigy 2 ZS

Peter Zubaj
____________________________________
http://www.pobox.sk/ - spolahliva a bezpecna prevadzka





-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com

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

* [ALSA - driver 0000270]: Audigy 2 ZS side surround channels not supported
@ 2004-06-27 20:00 noreply
  0 siblings, 0 replies; 17+ messages in thread
From: noreply @ 2004-06-27 20:00 UTC (permalink / raw)
  To: alsa-devel


A BUGNOTE has been added to this bug.
======================================================================
https://bugtrack.alsa-project.org/alsa-bug/bug_view_advanced_page.php?bug_id=0000270
======================================================================
Reported By:                wraiden
Assigned To:                
======================================================================
Project:                    ALSA - driver
Bug ID:                     270
Category:                   PCI - emu10k1
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
Distribution:               LFS
Kernel Version:             2.6.5
======================================================================
Date Submitted:             05-11-2004 11:14 CEST
Last Modified:              06-27-2004 22:00 CEST
======================================================================
Summary:                    Audigy 2 ZS side surround channels not supported
Description: 
There is no Support for the side surround channels on SB Audigy 2 ZS (
Platinum Pro ) in Alsa.

I'll try to get it work and test everything you give me to test.
======================================================================

----------------------------------------------------------------------
 pzad - 05-11-2004 14:41 CEST 
----------------------------------------------------------------------
First you must find where are these outputs connected.

in file alsa-driver/alsa-kernel/pci/emu10k1/emufx.c
is row with
A_PUT_STEREO_OUTPUT(A_EXTOUT_AFRONT_L, A_EXTOUT_AFRONT_R, playback +
SND_EMU10K1_PLAYBACK_CHANNELS); 

append after it this row
A_PUT_STEREO_OUTPUT(0x0c, 0x0d, playback + SND_EMU10K1_PLAYBACK_CHANNELS);


compile, instal, play something. If they are working, let me know.
If not then try change 
0x0c to 0x12 and 0x0d to 0x13
if stil not working try these too
0x12,0x13
0x14,0x15
0x19,0x1a
0x1b,0x1c
0x1d,0x1e

----------------------------------------------------------------------
 wraiden - 05-21-2004 16:21 CEST 
----------------------------------------------------------------------
side L ans R channels are working.
patch used for testing is attached.
is 6.1 and 7.1 Surround support in alsa planed?

----------------------------------------------------------------------
 pzad - 05-24-2004 09:21 CEST 
----------------------------------------------------------------------
I can create volume control (+ controls for mirroring stereo -> 7.1) for
these speakers, and devices something like rearside, and surround71. I
think under linux not many apps uses 7.1 speaker configuration.

----------------------------------------------------------------------
 wraiden - 05-24-2004 16:18 CEST 
----------------------------------------------------------------------
Nice :)

let me know when it's done and i'll test it.

7.1 related:
- dts and dolby codecs have support up to 7.1 ( and more ).
- sooner or later an decoder will support that.
- support for this speaker configuration would be a benefit for alsa.

----------------------------------------------------------------------
 pzad - 05-31-2004 08:38 CEST 
----------------------------------------------------------------------
Could you test attached patch audigy2zs_driver.diff ???
Mirroring should work.
There are two new controls:
PCM Side Playback Volume - this is not working for now.
Side Playback Volume - this controls mirroring to side speakers.

This is not final version.
TODO:
- Audigy 2 ZS detection
- alsa lib part

----------------------------------------------------------------------
 bryanhundven - 06-10-2004 22:48 CEST 
----------------------------------------------------------------------
I tried audigy2zs_driver.diff with alsa-driver-1.0.5a.
Seems to work, but as noted above PCM Side doesn't seem to work.

If you would like me to test anything specific other than xmms...
...Just Ask. :-D

----------------------------------------------------------------------
 wraiden - 06-15-2004 15:56 CEST 
----------------------------------------------------------------------
i've tested the patch against 1.0.5 and can verify the
above post.

i'll rebuild my entire system over the next weekend
and upgrade to the latest releases of everything.

I want to support alsa with code contributions and plan
to look at the API Documentation however i didn't know
where to begin ( any hints or links ? ).

7.1 related:
xine player seems to support 7.1 a/52 sound
i'm hounting for a good test 7.1 DVD ( a/52 and dts ) now.

----------------------------------------------------------------------
 pzad - 06-15-2004 16:41 CEST 
----------------------------------------------------------------------
I don't think that xine supports 7.1 (maybe I am wrong)

For 7.1 playback only changes in .conf files are needed in alsa-lib.
Driver should be ok with this patch.

----------------------------------------------------------------------
 wraiden - 06-15-2004 19:55 CEST 
----------------------------------------------------------------------
i've misinterpreted an article that was talking about the capability
of xine to streaming a/52 and dts sound to an external decoder, sorry.

just for the sake of completeness:

The Audigy 2 ZS cards also have support for an 6.1 speaker setup,
i don't know if the appopriate channel for the rear-center is the
left or the right channel of the side channels. i can't test it
because i don't have 6.1 speakers.
( i also didn't have a windoZZ version to test via driverswitch )

[ i'll try to find a way to find out the channel for rear-center now ]

bearbeitet am: 06-15-04 19:55

----------------------------------------------------------------------
 pzad - 06-22-2004 13:00 CEST 
----------------------------------------------------------------------
Can someone of you test this:

http://sourceforge.net/mailarchive/forum.php?thread_id=4976762&forum_id=1752

If it works for you I will make patch from this.

For one user this worked.

----------------------------------------------------------------------
 elklein - 06-22-2004 16:39 CEST 
----------------------------------------------------------------------
Yesterday, I reported that this worked, and it does, however I just wanted
to add a note. In order to get it to fully work, there are some changes
that need to be made:
1) Add the following lines to alsa.conf (after the corresponding
center_lfe lines):
defaults.pcm.side.card defaults.pcm.card
defaults.pcm.side.device defaults.pcm.device
2) Add the following line to alsa.conf (after the corresponding center_lfe
line):
pcm.side cards.pcm.side
3) DON'T add the surround70 lines from Peter's patch (since there is no
7.0 defined, just 7.1). This is just a quibling detail, so it doesn't
really hurt to have it there, but it also doesn't help.
4) Add appropriate code to alsa-lib install code to install side.conf and
surround71.conf to the /usr/share/alsa directories.

Hope that helps,

----------------------------------------------------------------------
 wraiden - 06-27-2004 22:00 CEST 
----------------------------------------------------------------------
i've tested it and can verify it's working ...

Bug History
Date Modified  Username       Field                    Change              
======================================================================
05-11-04 11:14 wraiden        New Bug                                      
05-11-04 11:14 wraiden        Distribution              => LFS             
05-11-04 11:14 wraiden        Kernel Version            => 2.6.5           
05-11-04 14:41 pzad           Bugnote Added: 0001084                       
05-21-04 16:15 wraiden        File Added: wraiden-alsa-emu10k1-side.patch       
            
05-21-04 16:21 wraiden        Bugnote Added: 0001166                       
05-24-04 09:21 pzad           Bugnote Added: 0001181                       
05-24-04 16:18 wraiden        Bugnote Added: 0001188                       
05-31-04 08:32 pzad           File Added: audigy2zs_driver.diff                 
  
05-31-04 08:38 pzad           Bugnote Added: 0001281                       
06-10-04 22:48 bryanhundven   Bugnote Added: 0001298                       
06-15-04 15:56 wraiden        Bugnote Added: 0001309                       
06-15-04 16:41 pzad           Bugnote Added: 0001310                       
06-15-04 19:44 wraiden        Bugnote Added: 0001311                       
06-15-04 19:55 wraiden        Bugnote Edited: 0001311                      
06-22-04 13:00 pzad           Bugnote Added: 0001328                       
06-22-04 16:39 elklein        Bugnote Added: 0001329                       
06-27-04 22:00 wraiden        Bugnote Added: 0001341                       
======================================================================




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com

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

* [ALSA - driver 0000270]: Audigy 2 ZS side surround channels not supported
@ 2004-06-27 20:53 noreply
  0 siblings, 0 replies; 17+ messages in thread
From: noreply @ 2004-06-27 20:53 UTC (permalink / raw)
  To: alsa-devel


A BUGNOTE has been added to this bug.
======================================================================
https://bugtrack.alsa-project.org/alsa-bug/bug_view_page.php?bug_id=0000270
======================================================================
Reported By:                wraiden
Assigned To:                
======================================================================
Project:                    ALSA - driver
Bug ID:                     270
Category:                   PCI - emu10k1
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
Distribution:               LFS
Kernel Version:             2.6.5
======================================================================
Date Submitted:             05-11-2004 11:14 CEST
Last Modified:              06-27-2004 22:53 CEST
======================================================================
Summary:                    Audigy 2 ZS side surround channels not supported
Description: 
There is no Support for the side surround channels on SB Audigy 2 ZS (
Platinum Pro ) in Alsa.

I'll try to get it work and test everything you give me to test.
======================================================================

----------------------------------------------------------------------
 pzad - 05-11-2004 14:41 CEST 
----------------------------------------------------------------------
First you must find where are these outputs connected.

in file alsa-driver/alsa-kernel/pci/emu10k1/emufx.c
is row with
A_PUT_STEREO_OUTPUT(A_EXTOUT_AFRONT_L, A_EXTOUT_AFRONT_R, playback +
SND_EMU10K1_PLAYBACK_CHANNELS); 

append after it this row
A_PUT_STEREO_OUTPUT(0x0c, 0x0d, playback + SND_EMU10K1_PLAYBACK_CHANNELS);


compile, instal, play something. If they are working, let me know.
If not then try change 
0x0c to 0x12 and 0x0d to 0x13
if stil not working try these too
0x12,0x13
0x14,0x15
0x19,0x1a
0x1b,0x1c
0x1d,0x1e

----------------------------------------------------------------------
 wraiden - 05-21-2004 16:21 CEST 
----------------------------------------------------------------------
side L ans R channels are working.
patch used for testing is attached.
is 6.1 and 7.1 Surround support in alsa planed?

----------------------------------------------------------------------
 pzad - 05-24-2004 09:21 CEST 
----------------------------------------------------------------------
I can create volume control (+ controls for mirroring stereo -> 7.1) for
these speakers, and devices something like rearside, and surround71. I
think under linux not many apps uses 7.1 speaker configuration.

----------------------------------------------------------------------
 wraiden - 05-24-2004 16:18 CEST 
----------------------------------------------------------------------
Nice :)

let me know when it's done and i'll test it.

7.1 related:
- dts and dolby codecs have support up to 7.1 ( and more ).
- sooner or later an decoder will support that.
- support for this speaker configuration would be a benefit for alsa.

----------------------------------------------------------------------
 pzad - 05-31-2004 08:38 CEST 
----------------------------------------------------------------------
Could you test attached patch audigy2zs_driver.diff ???
Mirroring should work.
There are two new controls:
PCM Side Playback Volume - this is not working for now.
Side Playback Volume - this controls mirroring to side speakers.

This is not final version.
TODO:
- Audigy 2 ZS detection
- alsa lib part

----------------------------------------------------------------------
 bryanhundven - 06-10-2004 22:48 CEST 
----------------------------------------------------------------------
I tried audigy2zs_driver.diff with alsa-driver-1.0.5a.
Seems to work, but as noted above PCM Side doesn't seem to work.

If you would like me to test anything specific other than xmms...
...Just Ask. :-D

----------------------------------------------------------------------
 wraiden - 06-15-2004 15:56 CEST 
----------------------------------------------------------------------
i've tested the patch against 1.0.5 and can verify the
above post.

i'll rebuild my entire system over the next weekend
and upgrade to the latest releases of everything.

I want to support alsa with code contributions and plan
to look at the API Documentation however i didn't know
where to begin ( any hints or links ? ).

7.1 related:
xine player seems to support 7.1 a/52 sound
i'm hounting for a good test 7.1 DVD ( a/52 and dts ) now.

----------------------------------------------------------------------
 pzad - 06-15-2004 16:41 CEST 
----------------------------------------------------------------------
I don't think that xine supports 7.1 (maybe I am wrong)

For 7.1 playback only changes in .conf files are needed in alsa-lib.
Driver should be ok with this patch.

----------------------------------------------------------------------
 wraiden - 06-15-2004 19:55 CEST 
----------------------------------------------------------------------
i've misinterpreted an article that was talking about the capability
of xine to streaming a/52 and dts sound to an external decoder, sorry.

just for the sake of completeness:

The Audigy 2 ZS cards also have support for an 6.1 speaker setup,
i don't know if the appopriate channel for the rear-center is the
left or the right channel of the side channels. i can't test it
because i don't have 6.1 speakers.
( i also didn't have a windoZZ version to test via driverswitch )

[ i'll try to find a way to find out the channel for rear-center now ]

bearbeitet am: 06-15-04 19:55

----------------------------------------------------------------------
 pzad - 06-22-2004 13:00 CEST 
----------------------------------------------------------------------
Can someone of you test this:

http://sourceforge.net/mailarchive/forum.php?thread_id=4976762&forum_id=1752

If it works for you I will make patch from this.

For one user this worked.

----------------------------------------------------------------------
 elklein - 06-22-2004 16:39 CEST 
----------------------------------------------------------------------
Yesterday, I reported that this worked, and it does, however I just wanted
to add a note. In order to get it to fully work, there are some changes
that need to be made:
1) Add the following lines to alsa.conf (after the corresponding
center_lfe lines):
defaults.pcm.side.card defaults.pcm.card
defaults.pcm.side.device defaults.pcm.device
2) Add the following line to alsa.conf (after the corresponding center_lfe
line):
pcm.side cards.pcm.side
3) DON'T add the surround70 lines from Peter's patch (since there is no
7.0 defined, just 7.1). This is just a quibling detail, so it doesn't
really hurt to have it there, but it also doesn't help.
4) Add appropriate code to alsa-lib install code to install side.conf and
surround71.conf to the /usr/share/alsa directories.

Hope that helps,

----------------------------------------------------------------------
 wraiden - 06-27-2004 22:00 CEST 
----------------------------------------------------------------------
i've tested it and can verify it's working ...

----------------------------------------------------------------------
 jcdutton - 06-27-2004 22:53 CEST 
----------------------------------------------------------------------
Although xine mentions 7.1 audio. If the user selects 7.1, it will still
only output to 5.1. The idea is the user tells xine what speaker
arrangement they have, and then xine will choose how best to use it.

Bug History
Date Modified  Username       Field                    Change              
======================================================================
05-11-04 11:14 wraiden        New Bug                                      
05-11-04 11:14 wraiden        Distribution              => LFS             
05-11-04 11:14 wraiden        Kernel Version            => 2.6.5           
05-11-04 14:41 pzad           Bugnote Added: 0001084                       
05-21-04 16:15 wraiden        File Added: wraiden-alsa-emu10k1-side.patch       
            
05-21-04 16:21 wraiden        Bugnote Added: 0001166                       
05-24-04 09:21 pzad           Bugnote Added: 0001181                       
05-24-04 16:18 wraiden        Bugnote Added: 0001188                       
05-31-04 08:32 pzad           File Added: audigy2zs_driver.diff                 
  
05-31-04 08:38 pzad           Bugnote Added: 0001281                       
06-10-04 22:48 bryanhundven   Bugnote Added: 0001298                       
06-15-04 15:56 wraiden        Bugnote Added: 0001309                       
06-15-04 16:41 pzad           Bugnote Added: 0001310                       
06-15-04 19:44 wraiden        Bugnote Added: 0001311                       
06-15-04 19:55 wraiden        Bugnote Edited: 0001311                      
06-22-04 13:00 pzad           Bugnote Added: 0001328                       
06-22-04 16:39 elklein        Bugnote Added: 0001329                       
06-27-04 22:00 wraiden        Bugnote Added: 0001341                       
06-27-04 22:53 jcdutton       Bugnote Added: 0001342                       
======================================================================




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com

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

* [ALSA - driver 0000270]: Audigy 2 ZS side surround channels not supported
@ 2004-08-27 18:20 bugtrack
  0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2004-08-27 18:20 UTC (permalink / raw)
  To: alsa-devel


The following bug has been CLOSED
======================================================================
https://bugtrack.alsa-project.org/alsa-bug/bug_view_page.php?bug_id=0000270
======================================================================
Reported By:                wraiden
Assigned To:                
======================================================================
Project:                    ALSA - driver
Bug ID:                     270
Category:                   PCI - emu10k1
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     closed
Distribution:               LFS
Kernel Version:             2.6.5
======================================================================
Date Submitted:             05-11-2004 11:14 CEST
Last Modified:              08-27-2004 20:20 CEST
======================================================================
Summary:                    Audigy 2 ZS side surround channels not supported
Description: 
There is no Support for the side surround channels on SB Audigy 2 ZS (
Platinum Pro ) in Alsa.

I'll try to get it work and test everything you give me to test.
======================================================================

----------------------------------------------------------------------
 pzad - 05-11-2004 14:41 CEST 
----------------------------------------------------------------------
First you must find where are these outputs connected.

in file alsa-driver/alsa-kernel/pci/emu10k1/emufx.c
is row with
A_PUT_STEREO_OUTPUT(A_EXTOUT_AFRONT_L, A_EXTOUT_AFRONT_R, playback +
SND_EMU10K1_PLAYBACK_CHANNELS); 

append after it this row
A_PUT_STEREO_OUTPUT(0x0c, 0x0d, playback + SND_EMU10K1_PLAYBACK_CHANNELS);


compile, instal, play something. If they are working, let me know.
If not then try change 
0x0c to 0x12 and 0x0d to 0x13
if stil not working try these too
0x12,0x13
0x14,0x15
0x19,0x1a
0x1b,0x1c
0x1d,0x1e

----------------------------------------------------------------------
 wraiden - 05-21-2004 16:21 CEST 
----------------------------------------------------------------------
side L ans R channels are working.
patch used for testing is attached.
is 6.1 and 7.1 Surround support in alsa planed?

----------------------------------------------------------------------
 pzad - 05-24-2004 09:21 CEST 
----------------------------------------------------------------------
I can create volume control (+ controls for mirroring stereo -> 7.1) for
these speakers, and devices something like rearside, and surround71. I
think under linux not many apps uses 7.1 speaker configuration.

----------------------------------------------------------------------
 wraiden - 05-24-2004 16:18 CEST 
----------------------------------------------------------------------
Nice :)

let me know when it's done and i'll test it.

7.1 related:
- dts and dolby codecs have support up to 7.1 ( and more ).
- sooner or later an decoder will support that.
- support for this speaker configuration would be a benefit for alsa.

----------------------------------------------------------------------
 pzad - 05-31-2004 08:38 CEST 
----------------------------------------------------------------------
Could you test attached patch audigy2zs_driver.diff ???
Mirroring should work.
There are two new controls:
PCM Side Playback Volume - this is not working for now.
Side Playback Volume - this controls mirroring to side speakers.

This is not final version.
TODO:
- Audigy 2 ZS detection
- alsa lib part

----------------------------------------------------------------------
 bryanhundven - 06-10-2004 22:48 CEST 
----------------------------------------------------------------------
I tried audigy2zs_driver.diff with alsa-driver-1.0.5a.
Seems to work, but as noted above PCM Side doesn't seem to work.

If you would like me to test anything specific other than xmms...
...Just Ask. :-D

----------------------------------------------------------------------
 wraiden - 06-15-2004 15:56 CEST 
----------------------------------------------------------------------
i've tested the patch against 1.0.5 and can verify the
above post.

i'll rebuild my entire system over the next weekend
and upgrade to the latest releases of everything.

I want to support alsa with code contributions and plan
to look at the API Documentation however i didn't know
where to begin ( any hints or links ? ).

7.1 related:
xine player seems to support 7.1 a/52 sound
i'm hounting for a good test 7.1 DVD ( a/52 and dts ) now.

----------------------------------------------------------------------
 pzad - 06-15-2004 16:41 CEST 
----------------------------------------------------------------------
I don't think that xine supports 7.1 (maybe I am wrong)

For 7.1 playback only changes in .conf files are needed in alsa-lib.
Driver should be ok with this patch.

----------------------------------------------------------------------
 wraiden - 06-15-2004 19:55 CEST 
----------------------------------------------------------------------
i've misinterpreted an article that was talking about the capability
of xine to streaming a/52 and dts sound to an external decoder, sorry.

just for the sake of completeness:

The Audigy 2 ZS cards also have support for an 6.1 speaker setup,
i don't know if the appopriate channel for the rear-center is the
left or the right channel of the side channels. i can't test it
because i don't have 6.1 speakers.
( i also didn't have a windoZZ version to test via driverswitch )

[ i'll try to find a way to find out the channel for rear-center now ]

bearbeitet am: 06-15-04 19:55

----------------------------------------------------------------------
 pzad - 06-22-2004 13:00 CEST 
----------------------------------------------------------------------
Can someone of you test this:

http://sourceforge.net/mailarchive/forum.php?thread_id=4976762&forum_id=1752

If it works for you I will make patch from this.

For one user this worked.

----------------------------------------------------------------------
 elklein - 06-22-2004 16:39 CEST 
----------------------------------------------------------------------
Yesterday, I reported that this worked, and it does, however I just wanted
to add a note. In order to get it to fully work, there are some changes
that need to be made:
1) Add the following lines to alsa.conf (after the corresponding
center_lfe lines):
defaults.pcm.side.card defaults.pcm.card
defaults.pcm.side.device defaults.pcm.device
2) Add the following line to alsa.conf (after the corresponding center_lfe
line):
pcm.side cards.pcm.side
3) DON'T add the surround70 lines from Peter's patch (since there is no
7.0 defined, just 7.1). This is just a quibling detail, so it doesn't
really hurt to have it there, but it also doesn't help.
4) Add appropriate code to alsa-lib install code to install side.conf and
surround71.conf to the /usr/share/alsa directories.

Hope that helps,

----------------------------------------------------------------------
 wraiden - 06-27-2004 22:00 CEST 
----------------------------------------------------------------------
i've tested it and can verify it's working ...

----------------------------------------------------------------------
 jcdutton - 06-27-2004 22:53 CEST 
----------------------------------------------------------------------
Although xine mentions 7.1 audio. If the user selects 7.1, it will still
only output to 5.1. The idea is the user tells xine what speaker
arrangement they have, and then xine will choose how best to use it.

----------------------------------------------------------------------
 jcdutton - 08-27-2004 20:20 CEST 
----------------------------------------------------------------------
Confirmed fixed in CVS.

Bug History
Date Modified  Username       Field                    Change              
======================================================================
05-11-04 11:14 wraiden        New Bug                                      
05-11-04 11:14 wraiden        Distribution              => LFS             
05-11-04 11:14 wraiden        Kernel Version            => 2.6.5           
05-11-04 14:41 pzad           Bugnote Added: 0001084                       
05-21-04 16:15 wraiden        File Added: wraiden-alsa-emu10k1-side.patch                    
05-21-04 16:21 wraiden        Bugnote Added: 0001166                       
05-24-04 09:21 pzad           Bugnote Added: 0001181                       
05-24-04 16:18 wraiden        Bugnote Added: 0001188                       
05-31-04 08:32 pzad           File Added: audigy2zs_driver.diff                    
05-31-04 08:38 pzad           Bugnote Added: 0001281                       
06-10-04 22:48 bryanhundven   Bugnote Added: 0001298                       
06-15-04 15:56 wraiden        Bugnote Added: 0001309                       
06-15-04 16:41 pzad           Bugnote Added: 0001310                       
06-15-04 19:44 wraiden        Bugnote Added: 0001311                       
06-15-04 19:55 wraiden        Bugnote Edited: 0001311                      
06-22-04 13:00 pzad           Bugnote Added: 0001328                       
06-22-04 16:39 elklein        Bugnote Added: 0001329                       
06-27-04 22:00 wraiden        Bugnote Added: 0001341                       
06-27-04 22:53 jcdutton       Bugnote Added: 0001342                       
07-30-04 12:46 BiO            Bug Monitored: BiO                           
07-30-04 12:47 BiO            Bug End Monitor: BiO                         
08-27-04 20:20 jcdutton       Bugnote Added: 0001656                       
08-27-04 20:20 jcdutton       Status                   new => closed       
======================================================================


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click

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

* [ALSA - driver 0000270]: Audigy 2 ZS side surround channels not supported
@ 2004-10-25 11:20 bugtrack
  0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2004-10-25 11:20 UTC (permalink / raw)
  To: alsa-devel


The following issue has been REOPENED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=270> 
======================================================================
Reported By:                wraiden
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   270
Category:                   PCI - emu10k1
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     feedback
Distribution:               LFS
Kernel Version:             2.6.9-mm1
======================================================================
Date Submitted:             05-11-2004 11:14 CEST
Last Modified:              10-25-2004 13:20 CEST
======================================================================
Summary:                    Audigy 2 ZS side surround channels not supported
Description: 
There is no Support for the side surround channels on SB Audigy 2 ZS (
Platinum Pro ) in Alsa.

I'll try to get it work and test everything you give me to test.
======================================================================

----------------------------------------------------------------------
 jcdutton - 08-27-04 20:20 
----------------------------------------------------------------------
Confirmed fixed in CVS.

----------------------------------------------------------------------
 wraiden - 10-25-04 13:20 
----------------------------------------------------------------------
Detection is buggy ... there are other versions of this card using other
id's  out there

attached is a fix for my european version of Audigy 2 ZS Platinum Pro

please apply

Issue History
Date Modified  Username       Field                    Change              
======================================================================
05-11-04 11:14 wraiden        New Issue                                    
05-11-04 11:14 wraiden        Distribution              => LFS             
05-11-04 11:14 wraiden        Kernel Version            => 2.6.5           
05-11-04 14:41 pzad           Note Added: 0001084                          
05-21-04 16:15 wraiden        File Added: wraiden-alsa-emu10k1-side.patch       
            
05-21-04 16:21 wraiden        Note Added: 0001166                          
05-24-04 09:21 pzad           Note Added: 0001181                          
05-24-04 16:18 wraiden        Note Added: 0001188                          
05-31-04 08:32 pzad           File Added: audigy2zs_driver.diff                 
  
05-31-04 08:38 pzad           Note Added: 0001281                          
06-10-04 22:48 bryanhundven   Note Added: 0001298                          
06-15-04 15:56 wraiden        Note Added: 0001309                          
06-15-04 16:41 pzad           Note Added: 0001310                          
06-15-04 19:44 wraiden        Note Added: 0001311                          
06-15-04 19:55 wraiden        Note Edited: 0001311                         
06-22-04 13:00 pzad           Note Added: 0001328                          
06-22-04 16:39 elklein        Note Added: 0001329                          
06-27-04 22:00 wraiden        Note Added: 0001341                          
06-27-04 22:53 jcdutton       Note Added: 0001342                          
07-30-04 12:46 BiO            Issue Monitored: BiO                         
07-30-04 12:47 BiO            Issue End Monitor: BiO                       
08-27-04 20:20 jcdutton       Status                   new => closed       
08-27-04 20:20 jcdutton       Note Added: 0001656                          
10-25-04 13:20 wraiden        Kernel Version           2.6.5 => 2.6.9-mm1  
10-25-04 13:20 wraiden        Status                   closed => feedback  
10-25-04 13:20 wraiden        Resolution               open => reopened    
10-25-04 13:20 wraiden        Note Added: 0002261                          
======================================================================




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl

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

* [ALSA - driver 0000270]: Audigy 2 ZS side surround channels not supported
@ 2004-10-25 19:36 bugtrack
  0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2004-10-25 19:36 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=270> 
======================================================================
Reported By:                wraiden
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   270
Category:                   PCI - emu10k1
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     feedback
Distribution:               LFS
Kernel Version:             2.6.9-mm1
======================================================================
Date Submitted:             05-11-2004 11:14 CEST
Last Modified:              10-25-2004 21:36 CEST
======================================================================
Summary:                    Audigy 2 ZS side surround channels not supported
Description: 
There is no Support for the side surround channels on SB Audigy 2 ZS (
Platinum Pro ) in Alsa.

I'll try to get it work and test everything you give me to test.
======================================================================

----------------------------------------------------------------------
 wraiden - 10-25-04 13:20 
----------------------------------------------------------------------
Detection is buggy ... there are other versions of this card using other
id's  out there

attached is a fix for my european version of Audigy 2 ZS Platinum Pro

please apply

----------------------------------------------------------------------
 lee - 10-25-04 21:36 
----------------------------------------------------------------------
Well, I wouldn't quite call the detection "buggy", it worked perfectly with
the only Audigy 2 ZS we had... unless you have a list of every possible
PCI id that would qualify.  If there is a bug it is that Creative releases
the same card with different PCI ids.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
05-11-04 11:14 wraiden        New Issue                                    
05-11-04 11:14 wraiden        Distribution              => LFS             
05-11-04 11:14 wraiden        Kernel Version            => 2.6.5           
05-11-04 14:41 pzad           Note Added: 0001084                          
05-21-04 16:15 wraiden        File Added: wraiden-alsa-emu10k1-side.patch       
            
05-21-04 16:21 wraiden        Note Added: 0001166                          
05-24-04 09:21 pzad           Note Added: 0001181                          
05-24-04 16:18 wraiden        Note Added: 0001188                          
05-31-04 08:32 pzad           File Added: audigy2zs_driver.diff                 
  
05-31-04 08:38 pzad           Note Added: 0001281                          
06-10-04 22:48 bryanhundven   Note Added: 0001298                          
06-15-04 15:56 wraiden        Note Added: 0001309                          
06-15-04 16:41 pzad           Note Added: 0001310                          
06-15-04 19:44 wraiden        Note Added: 0001311                          
06-15-04 19:55 wraiden        Note Edited: 0001311                         
06-22-04 13:00 pzad           Note Added: 0001328                          
06-22-04 16:39 elklein        Note Added: 0001329                          
06-27-04 22:00 wraiden        Note Added: 0001341                          
06-27-04 22:53 jcdutton       Note Added: 0001342                          
07-30-04 12:46 BiO            Issue Monitored: BiO                         
07-30-04 12:47 BiO            Issue End Monitor: BiO                       
08-27-04 20:20 jcdutton       Status                   new => closed       
08-27-04 20:20 jcdutton       Note Added: 0001656                          
10-25-04 13:20 wraiden        Kernel Version           2.6.5 => 2.6.9-mm1  
10-25-04 13:20 wraiden        Status                   closed => feedback  
10-25-04 13:20 wraiden        Resolution               open => reopened    
10-25-04 13:20 wraiden        Note Added: 0002261                          
10-25-04 13:21 wraiden        File Added: alsa-audigy2zs-detection-fix.patch    
               
10-25-04 21:36 lee            Note Added: 0002262                          
======================================================================




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl

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

* [ALSA - driver 0000270]: Audigy 2 ZS side surround channels not supported
@ 2004-10-28 18:41 bugtrack
  0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2004-10-28 18:41 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=270> 
======================================================================
Reported By:                wraiden
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   270
Category:                   PCI - emu10k1
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     feedback
Distribution:               LFS
Kernel Version:             2.6.9-mm1
======================================================================
Date Submitted:             05-11-2004 11:14 CEST
Last Modified:              10-28-2004 20:41 CEST
======================================================================
Summary:                    Audigy 2 ZS side surround channels not supported
Description: 
There is no Support for the side surround channels on SB Audigy 2 ZS (
Platinum Pro ) in Alsa.

I'll try to get it work and test everything you give me to test.
======================================================================

----------------------------------------------------------------------
 lee - 10-25-04 21:36 
----------------------------------------------------------------------
Well, I wouldn't quite call the detection "buggy", it worked perfectly with
the only Audigy 2 ZS we had... unless you have a list of every possible
PCI id that would qualify.  If there is a bug it is that Creative releases
the same card with different PCI ids.

----------------------------------------------------------------------
 wraiden - 10-28-04 20:41 
----------------------------------------------------------------------
well, ok ... my card is the "Audigy 2 ZS Platinum Pro" ( thats the version
with external drive ) and i think creative is not so crazy after all
because the Platinum Pro card has more chanels to mix volume for ... after
all the PCI id for my card was 0x2001 not 0x2002 and it culd be that all
versions of the ZS have different id's ... i'm hounting for the currently
not working channels ( LineIn 2 / Digital and Analog CD [ and mybe more ]
) of my card and will post patches inside new bugreports ... btw, the
current mixer for audigy 2 ZS Platium Pro is horrible ( morst chanels are
useless ) ... i post details on demand ... i'll try to get this fixed up
along with the remaining channels

Issue History
Date Modified  Username       Field                    Change              
======================================================================
05-11-04 11:14 wraiden        New Issue                                    
05-11-04 11:14 wraiden        Distribution              => LFS             
05-11-04 11:14 wraiden        Kernel Version            => 2.6.5           
05-11-04 14:41 pzad           Note Added: 0001084                          
05-21-04 16:15 wraiden        File Added: wraiden-alsa-emu10k1-side.patch       
            
05-21-04 16:21 wraiden        Note Added: 0001166                          
05-24-04 09:21 pzad           Note Added: 0001181                          
05-24-04 16:18 wraiden        Note Added: 0001188                          
05-31-04 08:32 pzad           File Added: audigy2zs_driver.diff                 
  
05-31-04 08:38 pzad           Note Added: 0001281                          
06-10-04 22:48 bryanhundven   Note Added: 0001298                          
06-15-04 15:56 wraiden        Note Added: 0001309                          
06-15-04 16:41 pzad           Note Added: 0001310                          
06-15-04 19:44 wraiden        Note Added: 0001311                          
06-15-04 19:55 wraiden        Note Edited: 0001311                         
06-22-04 13:00 pzad           Note Added: 0001328                          
06-22-04 16:39 elklein        Note Added: 0001329                          
06-27-04 22:00 wraiden        Note Added: 0001341                          
06-27-04 22:53 jcdutton       Note Added: 0001342                          
07-30-04 12:46 BiO            Issue Monitored: BiO                         
07-30-04 12:47 BiO            Issue End Monitor: BiO                       
08-27-04 20:20 jcdutton       Status                   new => closed       
08-27-04 20:20 jcdutton       Note Added: 0001656                          
10-25-04 13:20 wraiden        Kernel Version           2.6.5 => 2.6.9-mm1  
10-25-04 13:20 wraiden        Status                   closed => feedback  
10-25-04 13:20 wraiden        Resolution               open => reopened    
10-25-04 13:20 wraiden        Note Added: 0002261                          
10-25-04 13:21 wraiden        File Added: alsa-audigy2zs-detection-fix.patch    
               
10-25-04 21:36 lee            Note Added: 0002262                          
10-28-04 20:41 wraiden        Note Added: 0002286                          
======================================================================




-------------------------------------------------------
This Newsletter Sponsored by: Macrovision 
For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate 
today. http://clk.atdmt.com/MSI/go/ins0030000001msi/direct/01/

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

* [ALSA - driver 0000270]: Audigy 2 ZS side surround channels not supported
@ 2005-04-09 14:50 bugtrack
  0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2005-04-09 14:50 UTC (permalink / raw)
  To: alsa-devel


The following issue has been RESOLVED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=270> 
======================================================================
Reported By:                wraiden
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   270
Category:                   PCI - emu10k1
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     resolved
Distribution:               LFS
Kernel Version:             2.6.9-mm1
Resolution:                 fixed
Fixed in Version:           
======================================================================
Date Submitted:             05-11-2004 11:14 CEST
Last Modified:              04-09-2005 16:50 CEST
======================================================================
Summary:                    Audigy 2 ZS side surround channels not supported
Description: 
There is no Support for the side surround channels on SB Audigy 2 ZS (
Platinum Pro ) in Alsa.

I'll try to get it work and test everything you give me to test.
======================================================================

----------------------------------------------------------------------
 wraiden - 10-28-04 20:41 
----------------------------------------------------------------------
well, ok ... my card is the "Audigy 2 ZS Platinum Pro" ( thats the version
with external drive ) and i think creative is not so crazy after all
because the Platinum Pro card has more chanels to mix volume for ... after
all the PCI id for my card was 0x2001 not 0x2002 and it culd be that all
versions of the ZS have different id's ... i'm hounting for the currently
not working channels ( LineIn 2 / Digital and Analog CD [ and mybe more ]
) of my card and will post patches inside new bugreports ... btw, the
current mixer for audigy 2 ZS Platium Pro is horrible ( morst chanels are
useless ) ... i post details on demand ... i'll try to get this fixed up
along with the remaining channels

----------------------------------------------------------------------
 jdthood - 04-09-05 16:50 
----------------------------------------------------------------------
Code equivalent to that in alsa-audigy2zs-detection-fix.patch
is present in the current ALSA cvs.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
05-11-04 11:14 wraiden        New Issue                                    
05-11-04 11:14 wraiden        Distribution              => LFS             
05-11-04 11:14 wraiden        Kernel Version            => 2.6.5           
05-11-04 14:41 pzad           Note Added: 0001084                          
05-21-04 16:15 wraiden        File Added: wraiden-alsa-emu10k1-side.patch       
            
05-21-04 16:21 wraiden        Note Added: 0001166                          
05-24-04 09:21 pzad           Note Added: 0001181                          
05-24-04 16:18 wraiden        Note Added: 0001188                          
05-31-04 08:32 pzad           File Added: audigy2zs_driver.diff                 
  
05-31-04 08:38 pzad           Note Added: 0001281                          
06-10-04 22:48 bryanhundven   Note Added: 0001298                          
06-15-04 15:56 wraiden        Note Added: 0001309                          
06-15-04 16:41 pzad           Note Added: 0001310                          
06-15-04 19:44 wraiden        Note Added: 0001311                          
06-15-04 19:55 wraiden        Note Edited: 0001311                         
06-22-04 13:00 pzad           Note Added: 0001328                          
06-22-04 16:39 elklein        Note Added: 0001329                          
06-27-04 22:00 wraiden        Note Added: 0001341                          
06-27-04 22:53 jcdutton       Note Added: 0001342                          
07-30-04 12:46 BiO            Issue Monitored: BiO                         
07-30-04 12:47 BiO            Issue End Monitor: BiO                       
08-27-04 20:20 jcdutton       Status                   new => closed       
08-27-04 20:20 jcdutton       Note Added: 0001656                          
10-25-04 13:20 wraiden        Kernel Version           2.6.5 => 2.6.9-mm1  
10-25-04 13:20 wraiden        Status                   closed => feedback  
10-25-04 13:20 wraiden        Resolution               open => reopened    
10-25-04 13:20 wraiden        Note Added: 0002261                          
10-25-04 13:21 wraiden        File Added: alsa-audigy2zs-detection-fix.patch    
               
10-25-04 21:36 lee            Note Added: 0002262                          
10-28-04 20:41 wraiden        Note Added: 0002286                          
04-09-05 16:50 jdthood        Note Added: 0004414                          
04-09-05 16:50 jdthood        Status                   feedback => resolved
04-09-05 16:50 jdthood        Resolution               reopened => fixed   
======================================================================




-------------------------------------------------------
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

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

* [ALSA - driver 0000270]: Audigy 2 ZS side surround channels not supported
@ 2005-07-08  8:37 bugtrack
  0 siblings, 0 replies; 17+ messages in thread
From: bugtrack @ 2005-07-08  8:37 UTC (permalink / raw)
  To: alsa-devel


The following issue has been CLOSED
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=270> 
======================================================================
Reported By:                wraiden
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   270
Category:                   PCI - emu10k1
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     closed
Distribution:               LFS
Kernel Version:             2.6.9-mm1
Resolution:                 fixed
Fixed in Version:           
======================================================================
Date Submitted:             05-11-2004 11:14 CEST
Last Modified:              07-08-2005 10:37 CEST
======================================================================
Summary:                    Audigy 2 ZS side surround channels not supported
Description: 
There is no Support for the side surround channels on SB Audigy 2 ZS (
Platinum Pro ) in Alsa.

I'll try to get it work and test everything you give me to test.
======================================================================

----------------------------------------------------------------------
 wraiden - 10-28-04 20:41 
----------------------------------------------------------------------
well, ok ... my card is the "Audigy 2 ZS Platinum Pro" ( thats the version
with external drive ) and i think creative is not so crazy after all
because the Platinum Pro card has more chanels to mix volume for ... after
all the PCI id for my card was 0x2001 not 0x2002 and it culd be that all
versions of the ZS have different id's ... i'm hounting for the currently
not working channels ( LineIn 2 / Digital and Analog CD [ and mybe more ]
) of my card and will post patches inside new bugreports ... btw, the
current mixer for audigy 2 ZS Platium Pro is horrible ( morst chanels are
useless ) ... i post details on demand ... i'll try to get this fixed up
along with the remaining channels

----------------------------------------------------------------------
 jdthood - 04-09-05 16:50 
----------------------------------------------------------------------
Code equivalent to that in alsa-audigy2zs-detection-fix.patch
is present in the current ALSA cvs.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
05-11-04 11:14 wraiden        New Issue                                    
05-11-04 11:14 wraiden        Distribution              => LFS             
05-11-04 11:14 wraiden        Kernel Version            => 2.6.5           
05-11-04 14:41 pzad           Note Added: 0001084                          
05-21-04 16:15 wraiden        File Added: wraiden-alsa-emu10k1-side.patch       
            
05-21-04 16:21 wraiden        Note Added: 0001166                          
05-24-04 09:21 pzad           Note Added: 0001181                          
05-24-04 16:18 wraiden        Note Added: 0001188                          
05-31-04 08:32 pzad           File Added: audigy2zs_driver.diff                 
  
05-31-04 08:38 pzad           Note Added: 0001281                          
06-10-04 22:48 bryanhundven   Note Added: 0001298                          
06-15-04 15:56 wraiden        Note Added: 0001309                          
06-15-04 16:41 pzad           Note Added: 0001310                          
06-15-04 19:44 wraiden        Note Added: 0001311                          
06-15-04 19:55 wraiden        Note Edited: 0001311                         
06-22-04 13:00 pzad           Note Added: 0001328                          
06-22-04 16:39 elklein        Note Added: 0001329                          
06-27-04 22:00 wraiden        Note Added: 0001341                          
06-27-04 22:53 jcdutton       Note Added: 0001342                          
07-30-04 12:46 BiO            Issue Monitored: BiO                         
07-30-04 12:47 BiO            Issue End Monitor: BiO                       
08-27-04 20:20 jcdutton       Status                   new => closed       
08-27-04 20:20 jcdutton       Note Added: 0001656                          
10-25-04 13:20 wraiden        Kernel Version           2.6.5 => 2.6.9-mm1  
10-25-04 13:20 wraiden        Status                   closed => feedback  
10-25-04 13:20 wraiden        Resolution               open => reopened    
10-25-04 13:20 wraiden        Note Added: 0002261                          
10-25-04 13:21 wraiden        File Added: alsa-audigy2zs-detection-fix.patch    
               
10-25-04 21:36 lee            Note Added: 0002262                          
10-28-04 20:41 wraiden        Note Added: 0002286                          
04-09-05 16:50 jdthood        Note Added: 0004414                          
04-09-05 16:50 jdthood        Status                   feedback => resolved
04-09-05 16:50 jdthood        Resolution               reopened => fixed   
07-08-05 10:37 perex          Status                   resolved => closed  
======================================================================




-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar

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

end of thread, other threads:[~2005-07-08  8:37 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-22 11:00 [ALSA - driver 0000270]: Audigy 2 ZS side surround channels not supported noreply
2004-06-22 14:00 ` Eric Klein
2004-06-22 15:35   ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2005-07-08  8:37 bugtrack
2005-04-09 14:50 bugtrack
2004-10-28 18:41 bugtrack
2004-10-25 19:36 bugtrack
2004-10-25 11:20 bugtrack
2004-08-27 18:20 bugtrack
2004-06-27 20:53 noreply
2004-06-27 20:00 noreply
2004-06-23  8:53 Peter Zubaj
2004-06-22 14:39 noreply
2004-06-15 17:44 noreply
2004-06-15 14:41 noreply
2004-06-15 13:56 noreply
2004-06-10 20:48 noreply

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