Skip to content

Commit c72638b

Browse files
plbossarttiwai
authored andcommitted
ALSA: bump PCM protocol to 2.0.13
Bump PCM protocol to enable use of STATUS_EXT ioctls, older apps will still use STATUS and audio timestamp configuration is not supported (backwards compatible behavior). Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 2d52a5a commit c72638b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/sound/asound.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ struct snd_hwdep_dsp_image {
140140
* *
141141
*****************************************************************************/
142142

143-
#define SNDRV_PCM_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 12)
143+
#define SNDRV_PCM_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 13)
144144

145145
typedef unsigned long snd_pcm_uframes_t;
146146
typedef signed long snd_pcm_sframes_t;

0 commit comments

Comments
 (0)