projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cdc115
)
ALSA: pcm - Increase protocol version
author
Takashi Iwai
<tiwai@suse.de>
Thu, 27 Aug 2009 19:04:12 +0000
(21:04 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 27 Aug 2009 19:04:12 +0000
(21:04 +0200)
Increase the PCM protocol version to indicate the drain ioctl behavior
change.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/asound.h
patch
|
blob
|
history
diff --git
a/include/sound/asound.h
b/include/sound/asound.h
index 82aed3f47534f3d47d53930e4869c9285de5652d..1f57bb92eb5a60fe985970b5bdb9712b24e98905 100644
(file)
--- a/
include/sound/asound.h
+++ b/
include/sound/asound.h
@@
-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;