Skip to content

Commit b07d251

Browse files
laklimovtiwai
authored andcommitted
ALSA: compress_offload: increase SNDRV_COMPRESS_VERSION minor version by 1
Since addition of raw opus codec support we need to update compress API minor version by one. Bump the SNDRV_COMPRESS_VERSION to 0.4.1. Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org> Acked-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 5d36370 commit b07d251

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/uapi/sound/compress_offload.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <sound/asound.h>
1414
#include <sound/compress_params.h>
1515

16-
#define SNDRV_COMPRESS_VERSION SNDRV_PROTOCOL_VERSION(0, 4, 0)
16+
#define SNDRV_COMPRESS_VERSION SNDRV_PROTOCOL_VERSION(0, 4, 1)
1717
/**
1818
* struct snd_compressed_buffer - compressed buffer
1919
* @fragment_size: size of buffer fragment in bytes

0 commit comments

Comments
 (0)