[alsa-devel] [PATCH 4/4] ALSA: control: bump up protocol version to 2.0.8
Takashi Sakamoto
o-takashi at sakamocchi.jp
Tue Aug 30 01:44:45 CEST 2016
In format commits, TLV feature of control interface can return operated
length. This should be clearly distinguished from former implementation.
This commit bumps up protocol version.
Signed-off-by: Takashi Sakamoto <o-takashi at sakamocchi.jp>
---
include/uapi/sound/asound.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/sound/asound.h b/include/uapi/sound/asound.h
index 609cadb..34c6f3e 100644
--- a/include/uapi/sound/asound.h
+++ b/include/uapi/sound/asound.h
@@ -805,7 +805,7 @@ struct snd_timer_tread {
* *
****************************************************************************/
-#define SNDRV_CTL_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 7)
+#define SNDRV_CTL_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 8)
struct snd_ctl_card_info {
int card; /* card number */
--
2.7.4
More information about the Alsa-devel
mailing list