Hi:
I am trying to generate a clock from pll of codec b on the AIC34. The input to pll-b is a 19.2 MHz clock on gpio2-b. The pll is programmed to generate an output clock of 12.288 MHz on gpio1-b (fs(ref)=48 KHz). Howeever, I am not seeing any signal on gpio1-b. It remains high. I am using the script below to accomplish this. Could you please let me know what I am missing?
Thanks a lot!
Cheers,
Mushtaq
i2cset -f -y 1 0x19 0 0x00
i2cset -f -y 1 0x19 1 0x80
i2cset -f -y 1 0x19 0x08 0xF0
i2cset -f -y 1 0x19 0x09 0x0F
i2cset -f -y 1 0x19 0x02 0xAA
i2cset -f -y 1 0x19 0x0B 0x01
i2cset -f -y 1 0x19 0x04 0x14
i2cset -f -y 1 0x19 0x05 0x12
i2cset -f -y 1 0x19 0x06 0xC0
i2cset -f -y 1 0x19 0x65 0x01
i2cset -f -y 1 0x19 0x03 0x91
i2cset -f -y 1 0x19 0x66 0x18
i2cset -f -y 1 0x19 0x62 0x30