26 Aug
2008
26 Aug
'08
9:05 p.m.
On Tue, Aug 26, 2008 at 06:06:56PM +0200, Jean Delvare wrote:
Convert the wm8750 codec driver to the new (standard) device driver binding model.
Acked-by: Mark Brown broonie@opensource.wolfsonmicro.com
for the wm8750 driver. I'm pretty confident the spitz change is correct too but don't have hardware to actually test.
/* spitz audio private data */ static struct wm8750_setup_data spitz_wm8750_setup = {
- .i2c_bus = 0, .i2c_address = 0x1b,
};
The assignment to 0 is redundant but it's useful for documentation.