OSDN Git Service

Fixed typos
authorJaroslav Kysela <perex@perex.cz>
Wed, 26 Sep 2001 14:59:17 +0000 (14:59 +0000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 26 Sep 2001 14:59:17 +0000 (14:59 +0000)
include/control.h

index 812699d..8f747b6 100644 (file)
@@ -151,11 +151,11 @@ typedef enum _snd_ctl_event_type {
 /** ACPI/PCI Power State D2 */
 #define SNDRV_CTL_POWER_D2             0x0200
 /** ACPI/PCI Power State D3 */
-#define SNDRV_CTL_POWERDOWN_D3          0x0300
+#define SNDRV_CTL_POWER_D3              0x0300
 /** ACPI/PCI Power State D3hot */
-#define SNDRV_CTL_POWERDOWN_D3hot       (SNDRV_CTL_POWERDOWN_D3|0x0000)
+#define SNDRV_CTL_POWER_D3hot          (SNDRV_CTL_POWER_D3|0x0000)
 /** ACPI/PCI Power State D3cold */
-#define SNDRV_CTL_POWERDOWN_D3cold      (SNDRV_CTL_POWERDOWN_D3|0x0001)
+#define SNDRV_CTL_POWER_D3cold         (SNDRV_CTL_POWER_D3|0x0001)
 
 /** CTL type */
 typedef enum _snd_ctl_type {