alistair23-linux/sound/pci/oxygen
Benoit Taine 9baa3c34ac PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
We should prefer `struct pci_device_id` over `DEFINE_PCI_DEVICE_TABLE` to
meet kernel coding style guidelines.  This issue was reported by checkpatch.

A simplified version of the semantic patch that makes this change is as
follows (http://coccinelle.lip6.fr/):

// <smpl>

@@
identifier i;
declarer name DEFINE_PCI_DEVICE_TABLE;
initializer z;
@@

- DEFINE_PCI_DEVICE_TABLE(i)
+ const struct pci_device_id i[]
= z;

// </smpl>

[bhelgaas: add semantic patch]
Signed-off-by: Benoit Taine <benoit.taine@lip6.fr>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
2014-08-12 12:15:14 -06:00
..
ak4396.h
cm9780.h
cs2000.h
cs4245.h ALSA: oxygen: Xonar DG(X): add new CS4245 SPI functions 2014-01-29 20:45:46 +01:00
cs4362a.h
cs4398.h
Makefile ALSA: oxygen: Xonar DG(X): move the mixer code into another file 2014-01-29 20:45:49 +01:00
oxygen.c PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use 2014-08-12 12:15:14 -06:00
oxygen.h ALSA: oxygen: modify the SPI writing function 2014-01-29 20:45:44 +01:00
oxygen_io.c ALSA: oxygen: Use standard printk helpers 2014-02-26 16:45:30 +01:00
oxygen_lib.c ALSA: oxygen: Use standard printk helpers 2014-02-26 16:45:30 +01:00
oxygen_mixer.c ALSA: oxygen: export oxygen_update_dac_routing symbol 2014-01-29 20:45:45 +01:00
oxygen_pcm.c ALSA: firewire-speakers, oxygen, ua101: allow > 10 s periods 2011-06-17 11:36:30 +02:00
oxygen_regs.h ALSA: oxygen: add mute mask for the OXYGEN_PLAY_ROUTING register 2014-01-29 20:45:44 +01:00
pcm1796.h
virtuoso.c PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use 2014-08-12 12:15:14 -06:00
wm8766.h
wm8776.h
wm8785.h
xonar.h
xonar_cs43xx.c ALSA: oxygen: remove __dev* attributes 2012-12-07 07:32:02 +01:00
xonar_dg.c ALSA: oxygen: Xonar DG(X): fix Stereo Upmixing regression 2014-03-18 09:51:58 +01:00
xonar_dg.h ALSA: oxygen: Xonar DG(X): cleanup and minor changes 2014-01-29 20:45:53 +01:00
xonar_dg_mixer.c ALSA: oxygen: Xonar DG(X): cleanup and minor changes 2014-01-29 20:45:53 +01:00
xonar_hdmi.c ALSA: oxygen: Use standard printk helpers 2014-02-26 16:45:30 +01:00
xonar_lib.c ALSA: oxygen: Use standard printk helpers 2014-02-26 16:45:30 +01:00
xonar_pcm179x.c ALSA: virtuoso: add Xonar Essence STX II support 2014-08-04 15:20:48 +02:00
xonar_wm87x6.c ALSA: oxygen: remove __dev* attributes 2012-12-07 07:32:02 +01:00