All of lore.kernel.org
 help / color / mirror / Atom feed
* how to use mcbsp for i2s?
@ 2009-04-01 18:29 Ernesto Torres
  2009-04-01 18:40 ` Mark Brown
  2009-04-02  7:48 ` Jarkko Nikula
  0 siblings, 2 replies; 8+ messages in thread
From: Ernesto Torres @ 2009-04-01 18:29 UTC (permalink / raw)
  To: alsa-devel

I'm currently working in adding an external codec to the beagleboard, so far
the i2c control part is functional, now i want to use mcbsp3 to provide i2s
transfers

Is there any way to test the mcbsp to validate the connection?

Also, I've done little modifications to the omap3beagle.c to change from
mcbsp2 to mcbsp3, can someone validate this is correct?

In:
static int __init omap3beagle_soc_init(void)

I changed to:
*(unsigned int *)omap3beagle_dai.cpu_dai->private_data = 2; /* McBSP3 */

It was:
*(unsigned int *)omap3beagle_dai.cpu_dai->private_data = 1; /* McBSP2 */

Is this correct? Or it should be changed in other places too?


Thanks

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-04-04 14:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-01 18:29 how to use mcbsp for i2s? Ernesto Torres
2009-04-01 18:40 ` Mark Brown
2009-04-02  7:48 ` Jarkko Nikula
2009-04-02 10:20   ` Jarkko Nikula
2009-04-02 16:56     ` Jarkko Nikula
2009-04-02 17:27       ` Ernesto Torres
2009-04-03 16:14         ` Ernesto Torres
2009-04-04 14:39           ` Jarkko Nikula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.