[alsa-devel] [ice1712] Word Clock with Delta1010 E

Bernhard Walle bernhard at bwalle.de
Fri May 21 10:49:36 CEST 2010


Hi,

Zitat von Takashi Iwai <tiwai at 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





More information about the Alsa-devel mailing list