From: Jaroslav Kysela Date: Wed, 26 Sep 2001 14:59:17 +0000 (+0000) Subject: Fixed typos X-Git-Tag: v1.0.3~663 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=6d58be023628e584e33bac73d1c4e518f88940ec;p=alsa-lib.git Fixed typos --- 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 {