29 Dec
2014
29 Dec
'14
7:41 p.m.
Both SNDRV_PCM_IOCTL1_FALSE and SNDRV_PCM_IOCTL1_TRUE are unused and have in fact never been used (at least as far as the git history goes).
Signed-off-by: Lars-Peter Clausen lars@metafoo.de --- include/sound/pcm.h | 3 --- 1 file changed, 3 deletions(-)
diff --git a/include/sound/pcm.h b/include/sound/pcm.h index 1e7f74a..dbf2f7f 100644 --- a/include/sound/pcm.h +++ b/include/sound/pcm.h @@ -94,9 +94,6 @@ struct snd_pcm_ops { #define SNDRV_PCM_DEVICES 8 #endif
-#define SNDRV_PCM_IOCTL1_FALSE ((void *)0) -#define SNDRV_PCM_IOCTL1_TRUE ((void *)1) - #define SNDRV_PCM_IOCTL1_RESET 0 #define SNDRV_PCM_IOCTL1_INFO 1 #define SNDRV_PCM_IOCTL1_CHANNEL_INFO 2
--
1.8.0