All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
To: alsa-devel@alsa-project.org
Cc: tiwai@suse.de, Karol Trzcinski <karolx.trzcinski@linux.intel.com>,
	broonie@kernel.org,
	Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Subject: [PATCH 2/6] ASoC: SOF: Make sof_ipc_ext_data enum more rigid
Date: Thu, 12 Mar 2020 15:06:18 -0500	[thread overview]
Message-ID: <20200312200622.24477-3-pierre-louis.bossart@linux.intel.com> (raw)
In-Reply-To: <20200312200622.24477-1-pierre-louis.bossart@linux.intel.com>

From: Karol Trzcinski <karolx.trzcinski@linux.intel.com>

It's a part of ABI interface, so enum value shouldn't change
for example after removing some old enum code.

Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
---
 include/sound/sof/info.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/sound/sof/info.h b/include/sound/sof/info.h
index 1c560144996c..cc3b50b6ae52 100644
--- a/include/sound/sof/info.h
+++ b/include/sound/sof/info.h
@@ -28,9 +28,9 @@
 
 /* extended data types that can be appended onto end of sof_ipc_fw_ready */
 enum sof_ipc_ext_data {
-	SOF_IPC_EXT_DMA_BUFFER = 0,
-	SOF_IPC_EXT_WINDOW,
-	SOF_IPC_EXT_CC_INFO,
+	SOF_IPC_EXT_DMA_BUFFER		= 0,
+	SOF_IPC_EXT_WINDOW		= 1,
+	SOF_IPC_EXT_CC_INFO		= 2,
 };
 
 /* FW version - SOF_IPC_GLB_VERSION */
-- 
2.20.1


  parent reply	other threads:[~2020-03-12 20:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-12 20:06 [PATCH 0/6] ASoC: SOF: multi-cpu dais, IPC and Intel improvements for 5.7 Pierre-Louis Bossart
2020-03-12 20:06 ` [PATCH 1/6] ASoC: SOF: Intel: hda-dai: add stream capability Pierre-Louis Bossart
2020-03-13 16:18   ` Applied "ASoC: SOF: Intel: hda-dai: add stream capability" to the asoc tree Mark Brown
2020-03-12 20:06 ` Pierre-Louis Bossart [this message]
2020-03-13 16:18   ` Applied "ASoC: SOF: Make sof_ipc_ext_data enum more rigid" " Mark Brown
2020-03-12 20:06 ` [PATCH 3/6] ASoC: SOF: Remove SOF_IPC_EXT_DMA_BUFFER Pierre-Louis Bossart
2020-03-13 16:18   ` Applied "ASoC: SOF: Remove SOF_IPC_EXT_DMA_BUFFER" to the asoc tree Mark Brown
2020-03-12 20:06 ` [PATCH 4/6] ASoC: SOF: Intel: hda: remove unnecessary ROM IPC filter function Pierre-Louis Bossart
2020-03-13 16:18   ` Applied "ASoC: SOF: Intel: hda: remove unnecessary ROM IPC filter function" to the asoc tree Mark Brown
2020-03-12 20:06 ` [PATCH 5/6] ASoC: SOF: Intel: remove unnecessary waitq before loading firmware Pierre-Louis Bossart
2020-03-13 16:18   ` Applied "ASoC: SOF: Intel: remove unnecessary waitq before loading firmware" to the asoc tree Mark Brown
2020-03-12 20:06 ` [PATCH 6/6] ASoC: SOF: topology: connect dai widget to all cpu-dais Pierre-Louis Bossart
2020-03-13 16:18   ` Applied "ASoC: SOF: topology: connect dai widget to all cpu-dais" to the asoc tree Mark Brown
2020-03-13 17:53     ` Pierre-Louis Bossart

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=20200312200622.24477-3-pierre-louis.bossart@linux.intel.com \
    --to=pierre-louis.bossart@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=karolx.trzcinski@linux.intel.com \
    --cc=tiwai@suse.de \
    /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.