mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-12-29 17:25:38 +00:00
ALSA: tidyup SNDRV_PCM_TRIGGER_xxx numbering
pcm.h has SNDRV_PCM_TRIGGER_xxx, but it is missing "2". Fixup it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://patch.msgid.link/87ed3gsziy.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
eab936aa85
commit
8f80f378e7
@ -97,11 +97,11 @@ struct snd_pcm_ops {
|
||||
|
||||
#define SNDRV_PCM_TRIGGER_STOP 0
|
||||
#define SNDRV_PCM_TRIGGER_START 1
|
||||
#define SNDRV_PCM_TRIGGER_PAUSE_PUSH 3
|
||||
#define SNDRV_PCM_TRIGGER_PAUSE_RELEASE 4
|
||||
#define SNDRV_PCM_TRIGGER_SUSPEND 5
|
||||
#define SNDRV_PCM_TRIGGER_RESUME 6
|
||||
#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
|
||||
|
||||
#define SNDRV_PCM_POS_XRUN ((snd_pcm_uframes_t)-1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user