mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
Fixed typos
This commit is contained in:
parent
3c59c6b11d
commit
6d58be0236
1 changed files with 3 additions and 3 deletions
|
|
@ -151,11 +151,11 @@ typedef enum _snd_ctl_event_type {
|
||||||
/** ACPI/PCI Power State D2 */
|
/** ACPI/PCI Power State D2 */
|
||||||
#define SNDRV_CTL_POWER_D2 0x0200
|
#define SNDRV_CTL_POWER_D2 0x0200
|
||||||
/** ACPI/PCI Power State D3 */
|
/** ACPI/PCI Power State D3 */
|
||||||
#define SNDRV_CTL_POWERDOWN_D3 0x0300
|
#define SNDRV_CTL_POWER_D3 0x0300
|
||||||
/** ACPI/PCI Power State D3hot */
|
/** 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 */
|
/** 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 */
|
/** CTL type */
|
||||||
typedef enum _snd_ctl_type {
|
typedef enum _snd_ctl_type {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue