summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/pcm/sound.h')
-rw-r--r--sys/dev/sound/pcm/sound.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h
index 1b12973..f1fd6df 100644
--- a/sys/dev/sound/pcm/sound.h
+++ b/sys/dev/sound/pcm/sound.h
@@ -98,11 +98,11 @@ struct snd_mixer;
#define SND_STATUSLEN 64
-#define PCM_MODVER 1
+#define SOUND_MODVER 1
-#define PCM_MINVER 1
-#define PCM_PREFVER PCM_MODVER
-#define PCM_MAXVER 1
+#define SOUND_MINVER 1
+#define SOUND_PREFVER SOUND_MODVER
+#define SOUND_MAXVER 1
/*
PROPOSAL:
OpenPOWER on IntegriCloud