Re: [Alsa-user] Re: snd-hda-intel: cannot set volume
Brought to you by:
perex
|
From: Lee R. <rlr...@jo...> - 2005-11-10 18:47:28
|
On Thu, 2005-11-10 at 11:25 +0100, Alexander Fieroch wrote: > am...@am... wrote: > > That's libasound2-plugins. Is this what you are after? > > Ah, thanks! That's working better. With that package I can change the > volume with all players and mixers using alsa. > > But the last problem is OSS. Some programs only use OSS and I cannot > change the volume for OSS HD-Audio (just mute and unmute). I'm using > alsa-oss emulation and so is there any possibility to use the alsa > software mixer for OSS output too? This cannot work with the in-kernel OSS emulation, because the softvol (and dmix) plugins run in userspace. The solution is to use aoss: aoss ./foo-oss-app There have been reports that this does not work with some apps, if so, it's a bug in the alsa-lib OSS emulation, please let us know about it. Lee |