commit | ec06b2bea73ed0db1e400ff5143c14e31836a77c | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Fri Jan 03 00:40:30 2014 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Sun Jan 05 11:43:28 2014 +0100 |
tree | 71992205812fc0162489a37339c2b2f84e57a3db | |
parent | b2c53e206967d01fd4fb6dd525f89ae738beb2e6 [diff] |
ALSA: cs5535audio: use named constants for pci_power_t values The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression pdev; @@ pci_set_power_state(pdev, - 3 + PCI_D3hot ) // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Takashi Iwai <tiwai@suse.de>