aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/pcm.h
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2014-12-29 19:41:39 +0100
committerTakashi Iwai <tiwai@suse.de>2014-12-30 16:41:54 +0100
commitb3a8c862cd33b97c920122248ed9931af546de54 (patch)
treee8d84aabff01adb85ee62ba16948f27c4a28f8ce /include/sound/pcm.h
parentALSA: pcm_params: Remove unused add/sub functions (diff)
downloadlinux-dev-b3a8c862cd33b97c920122248ed9931af546de54.tar.xz
linux-dev-b3a8c862cd33b97c920122248ed9931af546de54.zip
ALSA: pcm: Remove unused SNDRV_PCM_IOCTL1_{FALSE,TRUE} defines
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> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/pcm.h')
-rw-r--r--include/sound/pcm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h
index b429b73e875e..3652c9439af9 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