From patchwork Fri Mar 13 07:08:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 11436061 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DFD6F1392 for ; Fri, 13 Mar 2020 07:09:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B5F662073E for ; Fri, 13 Mar 2020 07:09:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584083387; bh=eOHdzKsuiDRxoSeOKx1T/q3qpP4W3MG5l3YkkamaGsA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=HqMAY9PjDj3q3wv95DwPc+CnkFmtpmJTnBhjK/oGKYWAKRtH0tS86GRm27KTZoLvk 9JAF07gap5NOG+ms0nE/hFTt/cFB8TV+nSfyZK55u2GM8Ew8Ma4jyVLEAo+iZRZ8lp ZJO2N/onYVRb7+4KKihNE4z9L0hCRKTD5L7+v3t0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726579AbgCMHJr (ORCPT ); Fri, 13 Mar 2020 03:09:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:58930 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726216AbgCMHJr (ORCPT ); Fri, 13 Mar 2020 03:09:47 -0400 Received: from localhost.localdomain (unknown [171.76.107.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0AA6920752; Fri, 13 Mar 2020 07:09:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584083386; bh=eOHdzKsuiDRxoSeOKx1T/q3qpP4W3MG5l3YkkamaGsA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IFwnKjcbcZsSqhSXb0Mg7XByzhZcaf6iLcfs20N+AeiPC/fIt2p6maiVTJQyzjy8u V/1Ohulmb4JNJgSTUR+oJmD4xfAyk4BADjq0kKyHzIuJiRE6GJNE2f93mQuLFBAQ0F fdqiJZ4QTIHjEu5vlYdFkZ4bstp/uzCtz6HisziQ= From: Vinod Koul To: Mark Brown , Takashi Iwai Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , Vinod Koul , Patrick Lai , Banajit Goswami , Liam Girdwood , Jaroslav Kysela , Srinivas Kandagatla , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: [PATCH 9/9] ALSA: compress: bump the version Date: Fri, 13 Mar 2020 12:38:47 +0530 Message-Id: <20200313070847.1464977-10-vkoul@kernel.org> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20200313070847.1464977-1-vkoul@kernel.org> References: <20200313070847.1464977-1-vkoul@kernel.org> MIME-Version: 1.0 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.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 --- 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 -#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