[alsa-devel] [PATCH 2/2] ALSA: control: bump up protocol version to 2.0.8

Takashi Sakamoto o-takashi at sakamocchi.jp
Sun Sep 4 12:06:56 CEST 2016


In former commit, life time of user-defined element set is limited.
This is a change of protocol between kernel/userland and tell it to
applications so that they can judge to remove added element sets
voluntarily or not.

This commit bumps up the version of protocol.

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