On Wed, Feb 25, 2009 at 05:06:17PM +0100, Daniel Mack wrote:
On Wed, Feb 25, 2009 at 10:48:19AM +0000, Mark Brown wrote:
We always run in the first timeslot of one.
I'm currently fiddling around with these bits in order to find a suitable configuration where the codec is master, so this is
Several people have reported problems in slave mode, unfortunately I've no hardware which allows me to do tests in slave mode so I'm a bit stuck there.
interesting. As the whole frame in I2S is 64 bits long and one FIFO entry has 32 bits of audio data - how can you only deal with one timeslot and still playback stereo?
The I2S frame length depends on the number of bits per sample.
As you set SND_SOC_DAIFMT_I2S, the MOD bit in SSCR0 is set which means you are actually running in network mode, right?
This register really appears mazy to me - sorry if these are obvious things I missed.
We are running in network mode without an actual network.