I already know that. I have to set bit [8] in register [0x0024] to '1'.
But how can I do this on a Linux-Machine?
The implemented driver imx-sgtl5000.c doesn't seem to have such an option.
And I don't find a device in my filesystem where I can set easily this bit.
I also tried to set the bit with
i2cset -y -f 2 0x0a 0x0024 0x80
(The codec is on I2C-Bus 2 and has the device-address 0x0a)
If I do it with i2cset, the bit stays '0', the whole register stays '0'.
Again: Is there a way to set Bit 8 in Register 0x0024 in SGTL5000 with Linux?