From 6d58be023628e584e33bac73d1c4e518f88940ec Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 26 Sep 2001 14:59:17 +0000 Subject: [PATCH] Fixed typos --- include/control.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/control.h b/include/control.h index 812699dd..8f747b67 100644 --- a/include/control.h +++ b/include/control.h @@ -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 { -- 2.47.1