Hi Dan, On Fri, May 08, 2015 at 02:46:05PM -0500, Dan Murphy wrote: > + > +/* 8kHz Sine wave to stream to the FIFO */ > +struct drv2665_waveform { > + u8 data; > +} sine_wave_form[] = { I changed this into static const u8 drv2665_sine_wave_form[] = { ... }; and applied (together with the other 2 patches). Thanks. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html