All of lore.kernel.org
 help / color / mirror / Atom feed
* Audigy + AC97 Master Volume
@ 2004-08-17  7:47 Peter Zubaj
  2004-08-17 10:16 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Zubaj @ 2004-08-17  7:47 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: TEXT/plain, Size: 235 bytes --]

Hi,

This patch sets AC97 Master  volume to 0 (0 dB). Previous value was
0x0202 (-3 dB) (this was my misstake).

Peter Zubaj



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



[-- Attachment #2: ac97_master_volume.diff --]
[-- Type: APPLICATION/octet-stream, Size: 421 bytes --]

--- emumixer.c.old	2004-07-05 17:07:23.000000000 +0200
+++ emumixer.c	2004-08-16 20:31:31.000000000 +0200
@@ -527,7 +527,7 @@
 			return err;
 		if (emu->audigy) {
 			/* set master volume to 0 dB */
-			snd_ac97_write(emu->ac97, AC97_MASTER, 0x0202);
+			snd_ac97_write(emu->ac97, AC97_MASTER, 0x0000);
 			/* set capture source to mic */
 			snd_ac97_write(emu->ac97, AC97_REC_SEL, 0x0000);
 			c = audigy_remove_ctls;

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

end of thread, other threads:[~2004-08-17 10:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-17  7:47 Audigy + AC97 Master Volume Peter Zubaj
2004-08-17 10:16 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.