Message ID | 20191014180059.01.I374c311eaca0d47944a37b07acbe48fdb74f734d@changeid (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ASoC: mediatek: mt8183-mt6358-ts3a227-max98357: support WoV | expand |
On Mon, Oct 14, 2019 at 06:20:13PM +0800, Tzung-Bi Shih wrote:
> Remove unused EC_FEATURE_AUDIO_CODEC.
What's the route to getting these platform/chrome changes reviewed?
They don't seem to have got any attention thus far and this one is right
at the start of the series.
On Tue, Oct 15, 2019 at 7:49 PM Mark Brown <broonie@kernel.org> wrote: > > On Mon, Oct 14, 2019 at 06:20:13PM +0800, Tzung-Bi Shih wrote: > > Remove unused EC_FEATURE_AUDIO_CODEC. > > What's the route to getting these platform/chrome changes reviewed? > They don't seem to have got any attention thus far and this one is right > at the start of the series. Enric, could you help to review the "platform/chrome" changes in this series? All changes have merged in the EC firmware code (https://chromium.googlesource.com/chromiumos/platform/ec/+/refs/heads/master/include/ec_commands.h).
Hi Tzung-Bi, On Mon, Oct 14, 2019 at 06:20:13PM +0800, Tzung-Bi Shih wrote: > Remove unused EC_FEATURE_AUDIO_CODEC. > > Signed-off-by: Tzung-Bi Shih <tzungbi@google.com> Acked-By: Benson Leung <bleung@chromium.org> Thanks, Benson > --- > include/linux/platform_data/cros_ec_commands.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/linux/platform_data/cros_ec_commands.h b/include/linux/platform_data/cros_ec_commands.h > index 98415686cbfa..43b8f7dae4cc 100644 > --- a/include/linux/platform_data/cros_ec_commands.h > +++ b/include/linux/platform_data/cros_ec_commands.h > @@ -1277,8 +1277,6 @@ enum ec_feature_code { > * MOTIONSENSE_CMD_TABLET_MODE_LID_ANGLE. > */ > EC_FEATURE_REFINED_TABLET_MODE_HYSTERESIS = 37, > - /* EC supports audio codec. */ > - EC_FEATURE_AUDIO_CODEC = 38, > /* The MCU is a System Companion Processor (SCP). */ > EC_FEATURE_SCP = 39, > /* The MCU is an Integrated Sensor Hub */ > -- > 2.23.0.700.g56cf767bdb-goog >
diff --git a/include/linux/platform_data/cros_ec_commands.h b/include/linux/platform_data/cros_ec_commands.h index 98415686cbfa..43b8f7dae4cc 100644 --- a/include/linux/platform_data/cros_ec_commands.h +++ b/include/linux/platform_data/cros_ec_commands.h @@ -1277,8 +1277,6 @@ enum ec_feature_code { * MOTIONSENSE_CMD_TABLET_MODE_LID_ANGLE. */ EC_FEATURE_REFINED_TABLET_MODE_HYSTERESIS = 37, - /* EC supports audio codec. */ - EC_FEATURE_AUDIO_CODEC = 38, /* The MCU is a System Companion Processor (SCP). */ EC_FEATURE_SCP = 39, /* The MCU is an Integrated Sensor Hub */
Remove unused EC_FEATURE_AUDIO_CODEC. Signed-off-by: Tzung-Bi Shih <tzungbi@google.com> --- include/linux/platform_data/cros_ec_commands.h | 2 -- 1 file changed, 2 deletions(-)