Message ID | 1419878506-28684-2-git-send-email-lars@metafoo.de (mailing list archive) |
---|---|
State | Accepted |
Commit | b3a8c862cd33b97c920122248ed9931af546de54 |
Headers | show |
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
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(-)