Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
|
inline
| side by side
[ALSA] Add O_APPEND flag support to PCM
[linux-2.6.git]
/
include
/
sound
/
asound.h
diff --git
a/include/sound/asound.h
b/include/sound/asound.h
index 9cc021c7ee118e6a110163ffb35121afb8fa55f5..41885f48ad915d36c2dbed39b8c14a98283a2ba6 100644
(file)
--- a/
include/sound/asound.h
+++ b/
include/sound/asound.h
@@
-137,7
+137,7
@@
enum {
* *
*****************************************************************************/
* *
*****************************************************************************/
-#define SNDRV_PCM_VERSION SNDRV_PROTOCOL_VERSION(2, 0,
7
)
+#define SNDRV_PCM_VERSION SNDRV_PROTOCOL_VERSION(2, 0,
8
)
typedef unsigned long snd_pcm_uframes_t;
typedef signed long snd_pcm_sframes_t;
typedef unsigned long snd_pcm_uframes_t;
typedef signed long snd_pcm_sframes_t;