On Tue, Jan 17, 2017 at 08:19:30PM +0530, Vaibhav Agarwal wrote:
> From: Vaibhav Agarwal <[email protected]>
>
> Proper byte order was completely disregarded for multi byte data shared
> between AP and module (and APB1). Fix this.
>
> Signed-off-by: Vaibhav Agarwal <[email protected]>
> ---
Hi Vaibhav.
I think you got them all except for this one in
audio_topology.c:gbcodec_mixer_dapm_ctl_put():
>>> max = info->value.integer.max; <<<
mask = (1 << fls(max)) - 1;
val = ucontrol->value.integer.value[0] & mask;
connect = !!val;
Mark
--
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel