We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab936a commit 8f80f37Copy full SHA for 8f80f37
include/sound/pcm.h
@@ -97,11 +97,11 @@ struct snd_pcm_ops {
97
98
#define SNDRV_PCM_TRIGGER_STOP 0
99
#define SNDRV_PCM_TRIGGER_START 1
100
-#define SNDRV_PCM_TRIGGER_PAUSE_PUSH 3
101
-#define SNDRV_PCM_TRIGGER_PAUSE_RELEASE 4
102
-#define SNDRV_PCM_TRIGGER_SUSPEND 5
103
-#define SNDRV_PCM_TRIGGER_RESUME 6
104
-#define SNDRV_PCM_TRIGGER_DRAIN 7
+#define SNDRV_PCM_TRIGGER_PAUSE_PUSH 2
+#define SNDRV_PCM_TRIGGER_PAUSE_RELEASE 3
+#define SNDRV_PCM_TRIGGER_SUSPEND 4
+#define SNDRV_PCM_TRIGGER_RESUME 5
+#define SNDRV_PCM_TRIGGER_DRAIN 6
105
106
#define SNDRV_PCM_POS_XRUN ((snd_pcm_uframes_t)-1)
107
0 commit comments