6 Jan
2011
6 Jan
'11
9:15 p.m.
On Thu, Jan 06, 2011 at 12:52:48PM -0600, Timur Tabi wrote:
- u8 reg_cache[CS4270_NUMREGS];
- struct snd_soc_codec_driver codec_drv;
Having a driver per device is pretty icky and off the top of my head I'd expect it to cause problems if there are two cs4270 in the system. It would be much nicer and more maintainable to avoid bodging around the API like this.