All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: Mark Brown <broonie@kernel.org>, Takashi Iwai <tiwai@suse.com>
Cc: linux-arm-msm@vger.kernel.org,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Vinod Koul <vkoul@kernel.org>, Patrick Lai <plai@codeaurora.org>,
	Banajit Goswami <bgoswami@codeaurora.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Jaroslav Kysela <perex@perex.cz>,
	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
	alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: [PATCH v3 9/9] ALSA: compress: bump the version
Date: Mon, 16 Mar 2020 11:22:21 +0530	[thread overview]
Message-ID: <20200316055221.1944464-10-vkoul@kernel.org> (raw)
In-Reply-To: <20200316055221.1944464-1-vkoul@kernel.org>

We have added support for bunch of new decoders and parameters for
decoders. To help users find the support bump the version up to 0,2,0.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 include/uapi/sound/compress_offload.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/sound/compress_offload.h b/include/uapi/sound/compress_offload.h
index 56d95673ce0f..7184265c0b0d 100644
--- a/include/uapi/sound/compress_offload.h
+++ b/include/uapi/sound/compress_offload.h
@@ -31,7 +31,7 @@
 #include <sound/compress_params.h>
 
 
-#define SNDRV_COMPRESS_VERSION SNDRV_PROTOCOL_VERSION(0, 1, 2)
+#define SNDRV_COMPRESS_VERSION SNDRV_PROTOCOL_VERSION(0, 2, 0)
 /**
  * struct snd_compressed_buffer - compressed buffer
  * @fragment_size: size of buffer fragment in bytes
-- 
2.24.1


WARNING: multiple messages have this Message-ID (diff)
From: Vinod Koul <vkoul@kernel.org>
To: Mark Brown <broonie@kernel.org>, Takashi Iwai <tiwai@suse.com>
Cc: alsa-devel@alsa-project.org,
	Banajit Goswami <bgoswami@codeaurora.org>,
	linux-arm-msm@vger.kernel.org, Patrick Lai <plai@codeaurora.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Vinod Koul <vkoul@kernel.org>,
	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
	linux-kernel@vger.kernel.org
Subject: [PATCH v3 9/9] ALSA: compress: bump the version
Date: Mon, 16 Mar 2020 11:22:21 +0530	[thread overview]
Message-ID: <20200316055221.1944464-10-vkoul@kernel.org> (raw)
In-Reply-To: <20200316055221.1944464-1-vkoul@kernel.org>

We have added support for bunch of new decoders and parameters for
decoders. To help users find the support bump the version up to 0,2,0.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 include/uapi/sound/compress_offload.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/sound/compress_offload.h b/include/uapi/sound/compress_offload.h
index 56d95673ce0f..7184265c0b0d 100644
--- a/include/uapi/sound/compress_offload.h
+++ b/include/uapi/sound/compress_offload.h
@@ -31,7 +31,7 @@
 #include <sound/compress_params.h>
 
 
-#define SNDRV_COMPRESS_VERSION SNDRV_PROTOCOL_VERSION(0, 1, 2)
+#define SNDRV_COMPRESS_VERSION SNDRV_PROTOCOL_VERSION(0, 2, 0)
 /**
  * struct snd_compressed_buffer - compressed buffer
  * @fragment_size: size of buffer fragment in bytes
-- 
2.24.1


  parent reply	other threads:[~2020-03-16  5:56 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-16  5:52 [PATCH v3 0/9] ALSA: compress: Add wma, alac and ape support Vinod Koul
2020-03-16  5:52 ` Vinod Koul
2020-03-16  5:52 ` [PATCH v3 1/9] ALSA: compress: add wma codec profiles Vinod Koul
2020-03-16  5:52   ` Vinod Koul
2020-03-16  5:52 ` [PATCH v3 2/9] ALSA: compress: Add wma decoder params Vinod Koul
2020-03-16  5:52   ` Vinod Koul
2020-03-16  5:52 ` [PATCH v3 3/9] ASoC: qcom: q6asm: pass codec profile to q6asm_open_write Vinod Koul
2020-03-16  5:52   ` Vinod Koul
2020-03-16  5:52 ` [PATCH v3 4/9] ASoC: qcom: q6asm: add support to wma config Vinod Koul
2020-03-16  5:52   ` Vinod Koul
2020-03-16  5:52 ` [PATCH v3 5/9] ASoC: qcom: q6asm-dai: add support to wma decoder Vinod Koul
2020-03-16  5:52   ` Vinod Koul
2020-03-16  5:52 ` [PATCH v3 6/9] ALSA: compress: add alac & ape decoder params Vinod Koul
2020-03-16  5:52   ` Vinod Koul
2020-03-16  5:52 ` [PATCH v3 7/9] ASoC: qcom: q6asm: add support for alac and ape configs Vinod Koul
2020-03-16  5:52   ` Vinod Koul
2020-03-16  5:52 ` [PATCH v3 8/9] ASoC: qcom: q6asm-dai: add support for ALAC and APE decoders Vinod Koul
2020-03-16  5:52   ` Vinod Koul
2020-03-16 18:08   ` Applied "ASoC: qcom: q6asm-dai: add support for ALAC and APE decoders" to the asoc tree Mark Brown
2020-03-16 18:08     ` Mark Brown
2020-03-16  5:52 ` Vinod Koul [this message]
2020-03-16  5:52   ` [PATCH v3 9/9] ALSA: compress: bump the version Vinod Koul
2020-03-16  8:11 ` [PATCH v3 0/9] ALSA: compress: Add wma, alac and ape support Takashi Iwai
2020-03-16  8:11   ` Takashi Iwai

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=20200316055221.1944464-10-vkoul@kernel.org \
    --to=vkoul@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=bgoswami@codeaurora.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=plai@codeaurora.org \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=tiwai@suse.com \
    /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.