Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c72638bd authored by Pierre-Louis Bossart's avatar Pierre-Louis Bossart Committed by Takashi Iwai
Browse files

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: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 2d52a5ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ struct snd_hwdep_dsp_image {
 *                                                                           *
 *****************************************************************************/

#define SNDRV_PCM_VERSION		SNDRV_PROTOCOL_VERSION(2, 0, 12)
#define SNDRV_PCM_VERSION		SNDRV_PROTOCOL_VERSION(2, 0, 13)

typedef unsigned long snd_pcm_uframes_t;
typedef signed long snd_pcm_sframes_t;