[alsa-devel] [PATCH] mfd: Add initial WM8958 support

Mark Brown broonie at opensource.wolfsonmicro.com
Tue Nov 2 14:13:49 CET 2010


On Mon, Nov 01, 2010 at 11:52:04PM -0200, Thiago Farina wrote:
> On Mon, Nov 1, 2010 at 4:20 PM, Mark Brown

> > +enum wm8994_type {
> > +       WM8994 = 0,
> > +       WM8958 = 1,
> > +};

> Don't need to initialize with = 0 and with = 1. This is done by default.

There is no runtime cost to doing this and so where the values are
important I feel the clarity from documenting the actual values is
useful, it saves anyone having to figure out if they are what is
expected.


More information about the Alsa-devel mailing list