Skip to content

Commit

Permalink
ALSA: pcm - Increase protocol version
Browse files Browse the repository at this point in the history
Increase the PCM protocol version to indicate the drain ioctl behavior
change.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Aug 27, 2009
1 parent 4cdc115 commit 5a53a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sound/asound.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ struct snd_hwdep_dsp_image {
* *
*****************************************************************************/

#define SNDRV_PCM_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 9)
#define SNDRV_PCM_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 10)

typedef unsigned long snd_pcm_uframes_t;
typedef signed long snd_pcm_sframes_t;
Expand Down

0 comments on commit 5a53a76

Please sign in to comment.