aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-05-25 12:18:11 +0200
committerTakashi Iwai <tiwai@suse.de>2011-05-25 12:18:11 +0200
commit3faf3bba47cb6c6c4e6068d87d9634d7b43543d0 (patch)
tree9a12e0a4cb82c6fe947ebd3e55f8dc7be461a0bb
parent5ca857aa6234c7435fa9d0f16623fe0f34e0db41 (diff)
downloadsalsa-lib-3faf3bba47cb6c6c4e6068d87d9634d7b43543d0.tar.gz
Fix some comments in asound.h
-rw-r--r--src/asound.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/asound.h b/src/asound.h
index fae323e..7a70631 100644
--- a/src/asound.h
+++ b/src/asound.h
@@ -1,5 +1,5 @@
/*
- * This is a stripped version of <linux/asound.h>
+ * ALSA kernel API and common-type definitions
*
* Copyright (c) 2011 by Takashi Iwai <tiwai@suse.de>
*
@@ -14,8 +14,8 @@
* GNU Lesser General Public License for more details.
*/
-#ifndef __SOUND_ASOUND_H
-#define __SOUND_ASOUND_H
+#ifndef __ALSA_ASOUND_H
+#define __ALSA_ASOUND_H
#include <sys/time.h>
#include <sys/types.h>
@@ -878,4 +878,4 @@ enum {
SNDRV_IOCTL_WRITEV = _IOW('K', 0x01, struct snd_xferv),
};
-#endif /* __SOUND_ASOUND_H */
+#endif /* __ALSA_ASOUND_H */