All of lore.kernel.org
 help / color / mirror / Atom feed
* CS4279 and hw_read_t/hw_write_t
@ 2008-07-21 15:06 Jon Smirl
  2008-07-21 15:07 ` Timur Tabi
  0 siblings, 1 reply; 5+ messages in thread
From: Jon Smirl @ 2008-07-21 15:06 UTC (permalink / raw)
  To: ALSA-devel, Timur Tabi

>From soc/codecs/cs4270.c...

 *
 * Note that we don't use the hw_write function pointer of snd_soc_codec.
 * That's because it's too clunky: the hw_write_t prototype does not match
 * i2c_smbus_write_byte_data(), and it's just another layer of overhead.
 */

The prototype doesn't match because you are using
i2c_smbus_write_byte_data() instead of
i2c_master_send()/i2c_master_recv().


-- 
Jon Smirl
jonsmirl@gmail.com

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

end of thread, other threads:[~2008-07-21 15:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-21 15:06 CS4279 and hw_read_t/hw_write_t Jon Smirl
2008-07-21 15:07 ` Timur Tabi
2008-07-21 15:16   ` Jon Smirl
2008-07-21 15:18     ` Timur Tabi
2008-07-21 15:25       ` Jon Smirl

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.