21 May
2010
21 May
'10
10:49 a.m.
Hi,
Zitat von Takashi Iwai tiwai@suse.de:
Is register 0x01 set with bit 0x10 (aka SPDIF input-clock-master)? I haven't touched this driver for a very long time, so I'm not sure whether envy24control changed this bit automatically with word sync setup...
Yes, it's set. envy24control changes the mixer settings, but I added a
spin_lock_irq(&ice->reg_lock); bval = inb(ice->profi_port + 0x01); spin_unlock_irq(&ice->reg_lock); snd_printk(KERN_WARNING "Register 0x01 has a value of 0x%x\n", (unsigned int)bval);
to check. Any other ideas?
Regards, Bernhard