alistair23-linux/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.c ALSA: cs5535audio: use named constants for pci_power_t values 2014-01-05 11:43:28 +01:00
cs5535audio.h ALSA: pci: remove __dev* attributes 2012-12-07 07:20:55 +01:00
cs5535audio_olpc.c ALSA: Use strlcpy() instead of strncpy() 2013-10-29 15:26:12 +01:00
cs5535audio_pcm.c ALSA: pci: remove __dev* attributes 2012-12-07 07:20:55 +01:00
cs5535audio_pm.c ALSA: Convert to new pm_ops for PCI drivers 2012-07-03 08:23:03 +02:00
Makefile ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEP 2012-08-14 18:12:04 +02:00