Re: [PATCH 24/30] mfd: cros_ec: Update I2S API

From: Enric Balletbo i Serra
Date: Thu Apr 25 2019 - 04:50:13 EST


Hi Gwendal,

On 25/4/19 1:29, Gwendal Grignou wrote:
> Improve I2S API.
>
> Signed-off-by: Gwendal Grignou <gwendal@xxxxxxxxxxxx>
> ---
> include/linux/mfd/cros_ec_commands.h | 44 +++++++++++++---------------
> 1 file changed, 20 insertions(+), 24 deletions(-)
>

[snip]

>
> -/*
> - * For subcommand EC_CODEC_GET_GAIN.
> - */
> -struct ec_response_codec_gain {
> - uint8_t left;
> - uint8_t right;
> -} __ec_align1;

You should probably also update sound/soc/codecs/cros_ec_codec.c to the new
struct name in this patch, otherwise we'll get a compiler error.


>
> /*****************************************************************************/
> /* System commands */
>

Thanks,
Enric