Skip to content

Commit

Permalink
ALSA: pcm: remove SNDRV_PCM_IOCTL1_GSTATE internal command
Browse files Browse the repository at this point in the history
SNDRV_PCM_IOCTL1_GSTATE was firstly introduced in v0.9.0, however never
be used and the purpose is missing.

This commit removes the long-abandoned command, bye.

Signed-off-by: Takashi Sakamoto <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
takaswie authored and tiwai committed Jun 14, 2017
1 parent e11f0f9 commit ba61faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sound/pcm.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ struct snd_pcm_ops {
#define SNDRV_PCM_IOCTL1_RESET 0
/* 1 is absent slot. */
#define SNDRV_PCM_IOCTL1_CHANNEL_INFO 2
#define SNDRV_PCM_IOCTL1_GSTATE 3
/* 3 is absent slot. */
#define SNDRV_PCM_IOCTL1_FIFO_SIZE 4

#define SNDRV_PCM_TRIGGER_STOP 0
Expand Down

0 comments on commit ba61faf

Please sign in to comment.