lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 23 Sep 2016 02:17:28 +0000
From:   Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
To:     Arnd Bergmann <arnd@...db.de>
CC:     Mark Brown <broonie@...nel.org>,
        Liam Girdwood <lgirdwood@...il.com>,
        Jaroslav Kysela <perex@...ex.cz>,
        <alsa-devel@...a-project.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] ASoC: cq93vc: duplicated callback function goes to component


Hi

> A cleanup removed a couple of members from struct snd_soc_codec_driver
> after changing codec drivers to no longer use them, but one codec
> was missed in the process, giving a build error:
> 
> sound/soc/codecs/cq93vc.c:134:2: error: unknown field 'controls' specified in initializer
>   .controls = cq93vc_snd_controls,
> 
> This moves the members from the cq93vc codec driver to its component driver
> just like the other codecs already had.
> 
> Fixes: 8073aefa6082 ("ASoC: remove codec duplicated callback function")
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> ---

Sorry about that

Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ