kernel_optimize_test/sound/pci/cs5535audio
Julia Lawall ec06b2bea7 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>
2014-01-05 11:43:28 +01:00
..
cs5535audio_olpc.c
cs5535audio_pcm.c
cs5535audio_pm.c
cs5535audio.c ALSA: cs5535audio: use named constants for pci_power_t values 2014-01-05 11:43:28 +01:00
cs5535audio.h
Makefile