Alexander Beregalov wrote: > It is ALSA bug #1754. > D6 bit in 02 register is PW4. > > Signed-off-by: Alexander Beregalov <a.beregalov@xxxxxxxxx> > --- > > sound/i2c/other/ak4xxx-adda.c | 4 ++-- > sound/pci/ice1712/revo.c | 5 +++-- > 2 files changed, 5 insertions(+), 4 deletions(-) > > diff --git a/sound/i2c/other/ak4xxx-adda.c b/sound/i2c/other/ak4xxx-adda.c > index 288926d..4c94458 100644 > --- a/sound/i2c/other/ak4xxx-adda.c > +++ b/sound/i2c/other/ak4xxx-adda.c > @@ -233,8 +233,8 @@ void snd_akm4xxx_init(struct snd_akm4xxx *ak) > 0x01, 0x02, /* 1: reset and soft-mute */ > 0x00, 0x06, /* 0: mode3(i2s), disable auto-clock detect, > * disable DZF, sharp roll-off, RSTN#=0 */ > - 0x02, 0x0e, /* 2: DA's power up, normal speed, RSTN#=0 */ > - // 0x02, 0x2e, /* quad speed */ > + 0x02, 0x4e, /* 2: DA's power up, normal speed, RSTN#=0 */ > + // 0x02, 0x6e, /* quad speed */ Fantastic, I guess this could help to fix the problem with non-functioning monitoring in ESI Juli@ too. I did not notice the fourth DAC was powered down. Thanks a lot! Pavel. _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel