[alsa-devel] [PATCH] ASoC: dapm: Allow DAPM registers to be unsigned int

Fabio Estevam festevam at gmail.com
Thu Mar 8 13:52:20 CET 2012


On Thu, Mar 8, 2012 at 9:48 AM, Mark Brown
<broonie at opensource.wolfsonmicro.com> wrote:

>        /* dapm control */
> -       short reg;                                              /* negative reg = no direct dapm */
> +       unsigned int reg;                       /* negative reg = no direct dapm */

Maybe you should update the comment now that this is unsigned int.


More information about the Alsa-devel mailing list