* Re: Re: Re: SB Live! PCM control [not found] ` <4202A72C.3000007@superbug.co.uk> @ 2005-02-05 23:20 ` Lee Revell 2005-02-06 1:34 ` [Alsa-user] " Ilia Mirkin 2005-02-11 1:38 ` Adam K Kirchhoff 2005-02-11 17:07 ` Lee Revell 1 sibling, 2 replies; 14+ messages in thread From: Lee Revell @ 2005-02-05 23:20 UTC (permalink / raw) To: James Courtier-Dutton; +Cc: Adam K Kirchhoff, alsa-user, alsa-devel On Thu, 2005-02-03 at 22:35 +0000, James Courtier-Dutton wrote: > I think it is unwise to implement a Master volume control for the SBLive > at this time. We had to remove it some time ago, and it can be > implemented in a better way that in the DSP code. > Really? This is certainly news to me. Why did you remove it? What's this "better way" you speak of? And what's wrong with doing it in the DSP? I wish you had said something sooner. Users have been complaining vociferously about this as long as I have been involved with ALSA (not as long as some people, but long enough ;-). Personally I never thought this was a big deal. I don't use the Audigy master volume anyway, I just adjust the volume inside the app. It seems broken to me for a program like mplayer to grab the master volume control anyway. Shouldn't it just attenuate the PCM samples it's generating? Lee ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Alsa-user] Re: Re: SB Live! PCM control 2005-02-05 23:20 ` Re: Re: SB Live! PCM control Lee Revell @ 2005-02-06 1:34 ` Ilia Mirkin 2005-02-06 1:52 ` Lee Revell 2005-02-11 1:38 ` Adam K Kirchhoff 1 sibling, 1 reply; 14+ messages in thread From: Ilia Mirkin @ 2005-02-06 1:34 UTC (permalink / raw) To: Lee Revell; +Cc: alsa-user, alsa-devel The way that most (OSS at least) applications work is that they grab the PCM volume control and use that instead of actually adjusting the amplitude of the PCM samples. The problem that I was originally having is that the Wave Surround level is not effected by the PCM level, whereas the Master output is. i.e. I have headphones plugged into master, aka "front" and a stereo plugged into Wave Surround, aka "back", and the PCM control only adjusts the volume of the "front" and not the "back". This is frustrating, since that means that I can't easily adjust the volume coming out of my stereo. --- Ilia Mirkin imirkin@mit.edu On Sat, 2005-02-05 at 18:20 -0500, Lee Revell wrote: > On Thu, 2005-02-03 at 22:35 +0000, James Courtier-Dutton wrote: > > I think it is unwise to implement a Master volume control for the SBLive > > at this time. We had to remove it some time ago, and it can be > > implemented in a better way that in the DSP code. > > > > Really? This is certainly news to me. Why did you remove it? What's > this "better way" you speak of? And what's wrong with doing it in the > DSP? > > I wish you had said something sooner. Users have been complaining > vociferously about this as long as I have been involved with ALSA (not > as long as some people, but long enough ;-). > > Personally I never thought this was a big deal. I don't use the Audigy > master volume anyway, I just adjust the volume inside the app. It seems > broken to me for a program like mplayer to grab the master volume > control anyway. Shouldn't it just attenuate the PCM samples it's > generating? > > Lee > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Alsa-user mailing list > Alsa-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/alsa-user ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Alsa-user] Re: Re: SB Live! PCM control 2005-02-06 1:34 ` [Alsa-user] " Ilia Mirkin @ 2005-02-06 1:52 ` Lee Revell 2005-02-06 2:10 ` Ilia Mirkin 0 siblings, 1 reply; 14+ messages in thread From: Lee Revell @ 2005-02-06 1:52 UTC (permalink / raw) To: Ilia Mirkin; +Cc: alsa-user, alsa-devel On Sat, 2005-02-05 at 20:34 -0500, Ilia Mirkin wrote: > The way that most (OSS at least) applications work is that they grab the > PCM volume control and use that instead of actually adjusting the > amplitude of the PCM samples. The problem that I was originally having > is that the Wave Surround level is not effected by the PCM level, > whereas the Master output is. How do they know which control to use? Just blithely grabbing the master seems boneheaded. What if another application is playing sound at the same time? I certainly don't want or expect the volume control in mplayer to affect the output levels of other applications. For example a configuration that uses the front and rear speakers as indepenent stereo PCMs. Lowering the volume in the app A that's playing to the front speakers should NOT affect the volume in app B that's playing to the rear speakers. The emu10k1 has a per PCM volume control ("EMU10K1 PCM Volume") that does the Right Thing in this situation. Lee ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Alsa-user] Re: Re: SB Live! PCM control 2005-02-06 1:52 ` Lee Revell @ 2005-02-06 2:10 ` Ilia Mirkin 0 siblings, 0 replies; 14+ messages in thread From: Ilia Mirkin @ 2005-02-06 2:10 UTC (permalink / raw) To: Lee Revell; +Cc: alsa-user, alsa-devel :) It's not perfect. However if the app were to scale it internally, you'd run into all sorts of integer crappiness problems (rounding, low resolution for small values, etc). It does only affect software applications, and not stuff like direct CD audio and so on. However I guarantee that on my setup, the PCM volume control, ALSA or OSS, has 0 effect on the volume coming out of the thing controlled by "Wave Surround". In theory you are right, every application should be able to tell the mixer how to mix in ITS contribution to the audio, but it is a little presumptuous to have to ask everyone to rewrite their applications to work with some new interface. OSS has been standard for a while, and I feel that there should be support in ALSA for "the old way" (which there is, except that the mixer controls don't behave as I might expect). I have an SB Live! 5.1 card 00:09.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07) or if you want the exact PCI id: 00:09.0 Class 0401: 1102:0002 (rev 07) I haven't been able to get ld10k1 to work - it dies with something about being unable to peek. This could be because I run the ALSA that comes with the 2.6.10 kernel (claims to be 1.0.6). It could be because I don't have an Audigy card, though it sounds like SB Live! users have been able to run it. I'm also not sure what you refer to when you say "EMU10K1 PCM Volume"... I just have something called "PCM" in alsamixer, along with a dozen other controls. "Wave Surround" is the only one that does anything to the volume being played out of the rear jack on the card. And while I agree that A and B should be able to be independent, I also feel that there should be a way for them to behave just as they do in the OSS driver, i.e. mirrored, with independent relative level controls, but both controlled by the PCM volume. I'm glad that I started this whole discussion, and it sounds like a lot of users have problems similar to mine. There should probably be a couple of "default" configurations, e.g. mirrored, independent, surround, that load up the proper DSP code automatically, and then if someone has a REALLY weird setup, then they can screw around with ld10k1 and so on. --- Ilia Mirkin imirkin@mit.edu On Sat, 2005-02-05 at 20:52 -0500, Lee Revell wrote: > On Sat, 2005-02-05 at 20:34 -0500, Ilia Mirkin wrote: > > The way that most (OSS at least) applications work is that they grab the > > PCM volume control and use that instead of actually adjusting the > > amplitude of the PCM samples. The problem that I was originally having > > is that the Wave Surround level is not effected by the PCM level, > > whereas the Master output is. > > How do they know which control to use? Just blithely grabbing the > master seems boneheaded. What if another application is playing sound > at the same time? I certainly don't want or expect the volume control > in mplayer to affect the output levels of other applications. For > example a configuration that uses the front and rear speakers as > indepenent stereo PCMs. Lowering the volume in the app A that's playing > to the front speakers should NOT affect the volume in app B that's > playing to the rear speakers. > > The emu10k1 has a per PCM volume control ("EMU10K1 PCM Volume") that > does the Right Thing in this situation. > > Lee > ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Alsa-user] Re: Re: SB Live! PCM control 2005-02-05 23:20 ` Re: Re: SB Live! PCM control Lee Revell 2005-02-06 1:34 ` [Alsa-user] " Ilia Mirkin @ 2005-02-11 1:38 ` Adam K Kirchhoff 2005-02-11 10:04 ` Takashi Iwai 1 sibling, 1 reply; 14+ messages in thread From: Adam K Kirchhoff @ 2005-02-11 1:38 UTC (permalink / raw) To: Lee Revell; +Cc: James Courtier-Dutton, alsa-user, alsa-devel Lee Revell wrote: >On Thu, 2005-02-03 at 22:35 +0000, James Courtier-Dutton wrote: > > >>I think it is unwise to implement a Master volume control for the SBLive >>at this time. We had to remove it some time ago, and it can be >>implemented in a better way that in the DSP code. >> >> >> > >Really? This is certainly news to me. Why did you remove it? What's >this "better way" you speak of? And what's wrong with doing it in the >DSP? > >I wish you had said something sooner. Users have been complaining >vociferously about this as long as I have been involved with ALSA (not >as long as some people, but long enough ;-). > >Personally I never thought this was a big deal. I don't use the Audigy >master volume anyway, I just adjust the volume inside the app. It seems >broken to me for a program like mplayer to grab the master volume >control anyway. Shouldn't it just attenuate the PCM samples it's >generating? > >Lee > > > > So was there any sort of decision made regarding this? Not having a Master volume control for the Live! just seems broken, and will surely just continue to generate bug reports. Adam ------------------------------------------------------- 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] 14+ messages in thread
* Re: Re: [Alsa-user] Re: Re: SB Live! PCM control 2005-02-11 1:38 ` Adam K Kirchhoff @ 2005-02-11 10:04 ` Takashi Iwai 2005-02-11 10:05 ` Jaroslav Kysela 0 siblings, 1 reply; 14+ messages in thread From: Takashi Iwai @ 2005-02-11 10:04 UTC (permalink / raw) To: Adam K Kirchhoff; +Cc: Lee Revell, James Courtier-Dutton, alsa-user, alsa-devel At Thu, 10 Feb 2005 20:38:17 -0500, Adam K Kirchhoff wrote: > > Lee Revell wrote: > > >On Thu, 2005-02-03 at 22:35 +0000, James Courtier-Dutton wrote: > > > > > >>I think it is unwise to implement a Master volume control for the SBLive > >>at this time. We had to remove it some time ago, and it can be > >>implemented in a better way that in the DSP code. > >> > >> > >> > > > >Really? This is certainly news to me. Why did you remove it? What's > >this "better way" you speak of? And what's wrong with doing it in the > >DSP? > > > >I wish you had said something sooner. Users have been complaining > >vociferously about this as long as I have been involved with ALSA (not > >as long as some people, but long enough ;-). > > > >Personally I never thought this was a big deal. I don't use the Audigy > >master volume anyway, I just adjust the volume inside the app. It seems > >broken to me for a program like mplayer to grab the master volume > >control anyway. Shouldn't it just attenuate the PCM samples it's > >generating? > > > >Lee > > > > > > > > > > So was there any sort of decision made regarding this? Not having a > Master volume control for the Live! just seems broken, and will surely > just continue to generate bug reports. IMO, a "Master" volume should control all volumes as it name stands. If it doesn't control all channels, it should be renmaed at least as "Front". Takashi ------------------------------------------------------- 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] 14+ messages in thread
* Re: Re: [Alsa-user] Re: Re: SB Live! PCM control 2005-02-11 10:04 ` Takashi Iwai @ 2005-02-11 10:05 ` Jaroslav Kysela 2005-02-11 10:56 ` Takashi Iwai 0 siblings, 1 reply; 14+ messages in thread From: Jaroslav Kysela @ 2005-02-11 10:05 UTC (permalink / raw) To: Takashi Iwai Cc: Adam K Kirchhoff, Lee Revell, James Courtier-Dutton, alsa-user, alsa-devel On Fri, 11 Feb 2005, Takashi Iwai wrote: > IMO, a "Master" volume should control all volumes as it name stands. > If it doesn't control all channels, it should be renmaed at least as > "Front". Yes, renaming is appropriate. I don't like to have some "abstraction" code in the kernel. In case of SB Live! you must take care about AC97 and DSP setup which is easy to do from the user space and there is a way to do it now (via the user space controls). Jaroslav ----- Jaroslav Kysela <perex@suse.cz> Linux Kernel Sound Maintainer ALSA Project, SUSE Labs ------------------------------------------------------- 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] 14+ messages in thread
* Re: Re: [Alsa-user] Re: Re: SB Live! PCM control 2005-02-11 10:05 ` Jaroslav Kysela @ 2005-02-11 10:56 ` Takashi Iwai 2005-02-11 17:08 ` Thierry Vignaud 0 siblings, 1 reply; 14+ messages in thread From: Takashi Iwai @ 2005-02-11 10:56 UTC (permalink / raw) To: Jaroslav Kysela Cc: Adam K Kirchhoff, Lee Revell, James Courtier-Dutton, alsa-user, alsa-devel At Fri, 11 Feb 2005 11:05:40 +0100 (CET), Jaroslav wrote: > > On Fri, 11 Feb 2005, Takashi Iwai wrote: > > > IMO, a "Master" volume should control all volumes as it name stands. > > If it doesn't control all channels, it should be renmaed at least as > > "Front". > > Yes, renaming is appropriate. I don't like to have some "abstraction" > code in the kernel. In case of SB Live! you must take care about AC97 and > DSP setup which is easy to do from the user space and there is a way to > do it now (via the user space controls). I'm afraid that just renaming wouldn't be enough from the perspecitve of compatibility. Some apps expect that the master control is available. If a small additional DSP code can support the consistent volume control over all channels, it will make 99% users happy. Takashi ------------------------------------------------------- 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] 14+ messages in thread
* Re: Re: [Alsa-user] Re: Re: SB Live! PCM control 2005-02-11 10:56 ` Takashi Iwai @ 2005-02-11 17:08 ` Thierry Vignaud 2005-02-11 17:08 ` Takashi Iwai 0 siblings, 1 reply; 14+ messages in thread From: Thierry Vignaud @ 2005-02-11 17:08 UTC (permalink / raw) To: Takashi Iwai Cc: Jaroslav Kysela, Adam K Kirchhoff, Lee Revell, James Courtier-Dutton, alsa-user, alsa-devel Takashi Iwai <tiwai@suse.de> writes: > > > IMO, a "Master" volume should control all volumes as it name > > > stands. If it doesn't control all channels, it should be > > > renmaed at least as "Front". > > > > Yes, renaming is appropriate. I don't like to have some > > "abstraction" code in the kernel. In case of SB Live! you must > > take care about AC97 and DSP setup which is easy to do from the > > user space and there is a way to do it now (via the user space > > controls). > > I'm afraid that just renaming wouldn't be enough from the > perspecitve of compatibility. Some apps expect that the master > control is available. If a small additional DSP code can support > the consistent volume control over all channels, it will make 99% > users happy. indeed. on the second hands, such apps will usually be able to use the OSS emulation layer. where is redirected the OSS'main level in this case? ------------------------------------------------------- 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] 14+ messages in thread
* Re: Re: [Alsa-user] Re: Re: SB Live! PCM control 2005-02-11 17:08 ` Thierry Vignaud @ 2005-02-11 17:08 ` Takashi Iwai 0 siblings, 0 replies; 14+ messages in thread From: Takashi Iwai @ 2005-02-11 17:08 UTC (permalink / raw) To: Thierry Vignaud Cc: Jaroslav Kysela, Adam K Kirchhoff, Lee Revell, James Courtier-Dutton, alsa-user, alsa-devel At Fri, 11 Feb 2005 18:08:24 +0100, Thierry Vignaud wrote: > > Takashi Iwai <tiwai@suse.de> writes: > > > > > IMO, a "Master" volume should control all volumes as it name > > > > stands. If it doesn't control all channels, it should be > > > > renmaed at least as "Front". > > > > > > Yes, renaming is appropriate. I don't like to have some > > > "abstraction" code in the kernel. In case of SB Live! you must > > > take care about AC97 and DSP setup which is easy to do from the > > > user space and there is a way to do it now (via the user space > > > controls). > > > > I'm afraid that just renaming wouldn't be enough from the > > perspecitve of compatibility. Some apps expect that the master > > control is available. If a small additional DSP code can support > > the consistent volume control over all channels, it will make 99% > > users happy. > > indeed. > on the second hands, such apps will usually be able to use the OSS > emulation layer. > where is redirected the OSS'main level in this case? OSS emulation will try "Front" control if no "Master" is available. So, it should work. Takashi ------------------------------------------------------- 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] 14+ messages in thread
* Re: Re: Re: SB Live! PCM control [not found] ` <4202A72C.3000007@superbug.co.uk> 2005-02-05 23:20 ` Re: Re: SB Live! PCM control Lee Revell @ 2005-02-11 17:07 ` Lee Revell 2005-02-11 19:01 ` [Alsa-user] " James Courtier-Dutton 1 sibling, 1 reply; 14+ messages in thread From: Lee Revell @ 2005-02-11 17:07 UTC (permalink / raw) To: James Courtier-Dutton; +Cc: Adam K Kirchhoff, alsa-user, alsa-devel On Thu, 2005-02-03 at 22:35 +0000, James Courtier-Dutton wrote: > I think it is unwise to implement a Master volume control for the SBLive > at this time. We had to remove it some time ago, and it can be > implemented in a better way that in the DSP code. > James, can you please elaborate on this a bit? If you have a better way then I don't want to waste time doing it in the DSP. Lee ------------------------------------------------------- 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] 14+ messages in thread
* Re: [Alsa-user] Re: Re: SB Live! PCM control 2005-02-11 17:07 ` Lee Revell @ 2005-02-11 19:01 ` James Courtier-Dutton 2005-02-11 20:33 ` [Alsa-devel] " Lee Revell 0 siblings, 1 reply; 14+ messages in thread From: James Courtier-Dutton @ 2005-02-11 19:01 UTC (permalink / raw) To: Lee Revell; +Cc: Adam K Kirchhoff, alsa-user, alsa-devel Lee Revell wrote: > On Thu, 2005-02-03 at 22:35 +0000, James Courtier-Dutton wrote: > >>I think it is unwise to implement a Master volume control for the SBLive >>at this time. We had to remove it some time ago, and it can be >>implemented in a better way that in the DSP code. >> > > > James, can you please elaborate on this a bit? If you have a better way > then I don't want to waste time doing it in the DSP. > > Lee > This should instead be supported in the alsa-lib mixer abstraction layer, that unfortunately, has not been completed yet. Then, the DSP would have 3 stereo controls for front, rear, center/lfe and the mixer lisp config would add a "virtual" Master control, that would present a single "Master" control to the user application, but alsa-lib would convert that to control messages to all 3 stereo controls. I think your time would be better spent completing the mixer abstraction layer that other alsa developers have already started. Another point, I personally did not remove the Master control, but it disappeared due to lack of SB Live DSP GPR registers. James ------------------------------------------------------- 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] 14+ messages in thread
* Re: [Alsa-devel] Re: Re: Re: SB Live! PCM control 2005-02-11 19:01 ` [Alsa-user] " James Courtier-Dutton @ 2005-02-11 20:33 ` Lee Revell 2005-02-11 20:47 ` Re: [Alsa-user] " Peter Zubaj 0 siblings, 1 reply; 14+ messages in thread From: Lee Revell @ 2005-02-11 20:33 UTC (permalink / raw) To: James Courtier-Dutton; +Cc: Adam K Kirchhoff, alsa-user, alsa-devel On Fri, 2005-02-11 at 19:01 +0000, James Courtier-Dutton wrote: > Lee Revell wrote: > > On Thu, 2005-02-03 at 22:35 +0000, James Courtier-Dutton wrote: > > > >>I think it is unwise to implement a Master volume control for the SBLive > >>at this time. We had to remove it some time ago, and it can be > >>implemented in a better way that in the DSP code. > >> > > > > > > James, can you please elaborate on this a bit? If you have a better way > > then I don't want to waste time doing it in the DSP. > > > > Lee > > > > This should instead be supported in the alsa-lib mixer abstraction > layer, that unfortunately, has not been completed yet. > Then, the DSP would have 3 stereo controls for front, rear, center/lfe > and the mixer lisp config would add a "virtual" Master control, that > would present a single "Master" control to the user application, but > alsa-lib would convert that to control messages to all 3 stereo controls. > > I think your time would be better spent completing the mixer abstraction > layer that other alsa developers have already started. > Sorry but I just don't have the bandwidth to work on alsa-lib. There is enough wrong with the emu10k1 driver. > Another point, I personally did not remove the Master control, but it > disappeared due to lack of SB Live DSP GPR registers. There is something gravely wrong with the default SBLive DSP config if we don't have enough extra GPRs to implement a master volume. The kX driver does everything we do plus a chorus, reverb, and FX mixer. Lee ------------------------------------------------------- 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] 14+ messages in thread
* Re: Re: [Alsa-user] Re: Re: SB Live! PCM control 2005-02-11 20:33 ` [Alsa-devel] " Lee Revell @ 2005-02-11 20:47 ` Peter Zubaj 0 siblings, 0 replies; 14+ messages in thread From: Peter Zubaj @ 2005-02-11 20:47 UTC (permalink / raw) To: Lee Revell; +Cc: James Courtier-Dutton, Adam K Kirchhoff, alsa-user, alsa-devel Some GPRs are wasted for mute switches. ALSA uses tone controls for all channels (kx only for front), ... Lee Revell wrote: >There is something gravely wrong with the default SBLive DSP config if >we don't have enough extra GPRs to implement a master volume. The kX >driver does everything we do plus a chorus, reverb, and FX mixer. > >Lee > > > ------------------------------------------------------- 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] 14+ messages in thread
end of thread, other threads:[~2005-02-11 20:47 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <420270C1.3000706@voicenet.com>
[not found] ` <1107457227.7256.37.camel@krustophenia.net>
[not found] ` <4202A72C.3000007@superbug.co.uk>
2005-02-05 23:20 ` Re: Re: SB Live! PCM control Lee Revell
2005-02-06 1:34 ` [Alsa-user] " Ilia Mirkin
2005-02-06 1:52 ` Lee Revell
2005-02-06 2:10 ` Ilia Mirkin
2005-02-11 1:38 ` Adam K Kirchhoff
2005-02-11 10:04 ` Takashi Iwai
2005-02-11 10:05 ` Jaroslav Kysela
2005-02-11 10:56 ` Takashi Iwai
2005-02-11 17:08 ` Thierry Vignaud
2005-02-11 17:08 ` Takashi Iwai
2005-02-11 17:07 ` Lee Revell
2005-02-11 19:01 ` [Alsa-user] " James Courtier-Dutton
2005-02-11 20:33 ` [Alsa-devel] " Lee Revell
2005-02-11 20:47 ` Re: [Alsa-user] " Peter Zubaj
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.