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

Thiago Farina tfransosi at gmail.com
Tue Nov 2 02:52:04 CET 2010


On Mon, Nov 1, 2010 at 4:20 PM, Mark Brown
<broonie at opensource.wolfsonmicro.com> wrote:
> diff --git a/include/linux/mfd/wm8994/core.h b/include/linux/mfd/wm8994/core.h
> index de79bae..3fd3684 100644
> --- a/include/linux/mfd/wm8994/core.h
> +++ b/include/linux/mfd/wm8994/core.h
> @@ -17,6 +17,11 @@
>
>  #include <linux/interrupt.h>
>
> +enum wm8994_type {
> +       WM8994 = 0,
> +       WM8958 = 1,
> +};
> +
Don't need to initialize with = 0 and with = 1. This is done by default.


More information about the Alsa-devel mailing list