All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tzung-Bi Shih <tzungbi@google.com>
To: broonie@kernel.org
Cc: gwendal@google.com, devicetree@vger.kernel.org,
	alsa-devel@alsa-project.org, cychiang@google.com,
	drinkcat@google.com, Benson Leung <bleung@chromium.org>,
	tzungbi@google.com, robh+dt@kernel.org,
	enric.balletbo@collabora.com, bleung@google.com,
	dgreid@google.com
Subject: [alsa-devel] [PATCH v4 01/10] platform/chrome: cros_ec: remove unused EC feature
Date: Thu, 17 Oct 2019 22:00:06 +0800	[thread overview]
Message-ID: <20191017213539.01.I374c311eaca0d47944a37b07acbe48fdb74f734d@changeid> (raw)
In-Reply-To: <20191017213539.00-tzungbi@google.com>

Remove unused EC_FEATURE_AUDIO_CODEC.

Acked-by: Benson Leung <bleung@chromium.org>
Signed-off-by: Tzung-Bi Shih <tzungbi@google.com>
---
 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

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

  reply	other threads:[~2019-10-17 14:02 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-17 14:00 [alsa-devel] [PATCH v4 00/10] ASoC: mediatek: mt8183-mt6358-ts3a227-max98357: support WoV Tzung-Bi Shih
2019-10-17 14:00 ` Tzung-Bi Shih [this message]
2019-10-17 14:00 ` [alsa-devel] [PATCH v4 02/10] ASoC: cros_ec_codec: refactor I2S RX Tzung-Bi Shih
2019-10-17 14:00 ` [alsa-devel] [PATCH v4 03/10] ASoC: cros_ec_codec: extract DMIC EC command from " Tzung-Bi Shih
2019-10-17 14:00 ` [alsa-devel] [PATCH v4 04/10] platform/chrome: cros_ec: add common commands for EC codec Tzung-Bi Shih
2019-10-18 18:06   ` Applied "platform/chrome: cros_ec: add common commands for EC codec" to the asoc tree Mark Brown
2019-10-18 18:06     ` [alsa-devel] " Mark Brown
2019-10-17 14:00 ` [alsa-devel] [PATCH v4 05/10] ASoC: cros_ec_codec: read max DMIC gain from EC codec Tzung-Bi Shih
2019-10-18 18:06   ` Applied "ASoC: cros_ec_codec: read max DMIC gain from EC codec" to the asoc tree Mark Brown
2019-10-18 18:06     ` [alsa-devel] " Mark Brown
2019-10-17 14:00 ` [alsa-devel] [PATCH v4 06/10] ASoC: dt-bindings: cros_ec_codec: add SHM bindings Tzung-Bi Shih
2019-10-18 18:06   ` Applied "ASoC: dt-bindings: cros_ec_codec: add SHM bindings" to the asoc tree Mark Brown
2019-10-18 18:06     ` [alsa-devel] " Mark Brown
2019-10-17 14:00 ` [alsa-devel] [PATCH v4 07/10] ASoC: cros_ec_codec: support WoV Tzung-Bi Shih
2019-10-18 17:22   ` Mark Brown
2019-10-18 17:22     ` [alsa-devel] " Mark Brown
2019-10-18 18:39     ` Tzung-Bi Shih
2019-10-18 18:39       ` [alsa-devel] " Tzung-Bi Shih
2019-10-18 18:42       ` Mark Brown
2019-10-18 18:42         ` [alsa-devel] " Mark Brown
2019-10-17 14:00 ` [alsa-devel] [PATCH v4 08/10] ASoC: mediatek: mt6358: " Tzung-Bi Shih
2019-10-17 14:00 ` [alsa-devel] [PATCH v4 09/10] ASoC: dt-bindings: mt8183: add ec-codec Tzung-Bi Shih
2019-10-17 14:00 ` [alsa-devel] [PATCH v4 10/10] ASoC: mediatek: mt8183: support WoV Tzung-Bi Shih

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191017213539.01.I374c311eaca0d47944a37b07acbe48fdb74f734d@changeid \
    --to=tzungbi@google.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=bleung@chromium.org \
    --cc=bleung@google.com \
    --cc=broonie@kernel.org \
    --cc=cychiang@google.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dgreid@google.com \
    --cc=drinkcat@google.com \
    --cc=enric.balletbo@collabora.com \
    --cc=gwendal@google.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.