[alsa-devel] [PATCH v19 3/3] ASoC: WL1273 FM radio: Access I2C IO functions through pointers.
Mark Brown
broonie at opensource.wolfsonmicro.com
Wed Feb 16 03:02:18 CET 2011
On Tue, Feb 15, 2011 at 10:13:46AM +0200, Matti J. Aaltonen wrote:
> if (core->i2s_mode != mode) {
> - r = wl1273_fm_write_cmd(core, WL1273_I2S_MODE_CONFIG_SET, mode);
> + r = core->write(core, WL1273_I2S_MODE_CONFIG_SET, mode);
I'm having a hard time loving the replacement of the function with the
direct dereference from the struct but overall this is a good win so:
Acked-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
More information about the Alsa-devel
mailing list