diff options
| author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2015-02-13 16:14:09 -0500 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2015-02-20 11:30:07 -0500 |
| commit | c72638bdaabe9ea4b09003b9db7e1754f472fbed (patch) | |
| tree | ec6d679ae8d034baf86b040dbd4d52c1d7def3dd /include/uapi/sound | |
| parent | 2d52a5abd5be35340296a251092c8a594679df54 (diff) | |
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>
Diffstat (limited to 'include/uapi/sound')
| -rw-r--r-- | include/uapi/sound/asound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/sound/asound.h b/include/uapi/sound/asound.h index acef4e4d2735..3d46e9a0cd2e 100644 --- a/include/uapi/sound/asound.h +++ b/include/uapi/sound/asound.h | |||
| @@ -140,7 +140,7 @@ struct snd_hwdep_dsp_image { | |||
| 140 | * * | 140 | * * |
| 141 | *****************************************************************************/ | 141 | *****************************************************************************/ |
| 142 | 142 | ||
| 143 | #define SNDRV_PCM_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 12) | 143 | #define SNDRV_PCM_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 13) |
| 144 | 144 | ||
| 145 | typedef unsigned long snd_pcm_uframes_t; | 145 | typedef unsigned long snd_pcm_uframes_t; |
| 146 | typedef signed long snd_pcm_sframes_t; | 146 | typedef signed long snd_pcm_sframes_t; |
