diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-12-19 22:27:48 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-12-19 22:27:48 -0800 |
| commit | 06acadc1d70cf8f45654b7b4dc523389a531b6e3 (patch) | |
| tree | 4371d500407369874a02ee3c2676529ac92df368 /include | |
| parent | 2b22d5e4e3e45d7eae7a4213c2d6f6e25089527e (diff) | |
| parent | dd0ccff479e963ffb048c845834a1f1d79992c2c (diff) | |
Merge "ALSA: pcm: remove unused variable from snd_pcm_info()"
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/pcm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h index 2b6e8f8240d9..a2ead8cbac5e 100644 --- a/include/sound/pcm.h +++ b/include/sound/pcm.h @@ -106,7 +106,7 @@ struct snd_pcm_ops { #endif #define SNDRV_PCM_IOCTL1_RESET 0 -#define SNDRV_PCM_IOCTL1_INFO 1 +/* 1 is absent slot. */ #define SNDRV_PCM_IOCTL1_CHANNEL_INFO 2 #define SNDRV_PCM_IOCTL1_GSTATE 3 #define SNDRV_PCM_IOCTL1_FIFO_SIZE 4 |
