linux/sound/pci/au88x0
Takashi Iwai 20a24225d8 ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at remove
As drvdata is cleared to NULL at probe failure or at removal by the
driver core, we don't have to call pci_set_drvdata(pci, NULL) any
longer in each driver.

The only remaining pci_set_drvdata(NULL) is in azx_firmware_cb() in
hda_intel.c.  Since this function itself releases the card instance,
we need to clear drvdata here as well, so that it won't be released
doubly in the remove callback.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2013-05-29 12:37:32 +02:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
au88x0.c ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at remove 2013-05-29 12:37:32 +02:00
au88x0.h ALSA: Au88x0 - Implement subdevice volume controls 2012-01-24 15:25:08 +01:00
au88x0_a3d.c ALSA: pci: remove __dev* attributes 2012-12-07 07:20:55 +01:00
au88x0_a3d.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
au88x0_a3ddata.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
au88x0_core.c ALSA: pci: remove __dev* attributes 2012-12-07 07:20:55 +01:00
au88x0_eq.c ALSA: pci: remove __dev* attributes 2012-12-07 07:20:55 +01:00
au88x0_eq.h [ALSA] au88x0 - Fix structs for equalizer 2006-03-22 10:24:35 +01:00
au88x0_eqdata.c [ALSA] au88x0 - 64bit arch fixes 2006-03-22 10:23:32 +01:00
au88x0_game.c ALSA: pci: remove __dev* attributes 2012-12-07 07:20:55 +01:00
au88x0_mixer.c ALSA: pci: remove __dev* attributes 2012-12-07 07:20:55 +01:00
au88x0_mpu401.c ALSA: pci: remove __dev* attributes 2012-12-07 07:20:55 +01:00
au88x0_pcm.c ALSA: au88x0 - Define channel map for au88x0 2013-02-14 15:01:52 +01:00
au88x0_synth.c ALSA: au88x0: fix incorrect left shift 2013-01-07 09:33:56 +01:00
au88x0_wt.h [ALSA] au88x0 - 64bit arch fixes 2006-03-22 10:23:32 +01:00
au88x0_xtalk.c ALSA: Au88x0 - Fix Xtalk's constants 2012-01-08 14:35:40 +01:00
au88x0_xtalk.h [ALSA] au88x0 - 64bit arch fixes 2006-03-22 10:23:32 +01:00
au8810.c sound: use DEFINE_PCI_DEVICE_TABLE 2010-02-09 11:08:33 +01:00
au8810.h ALSA: au88x0 - Use a better name for pcm devices of au88x0 2011-04-26 12:27:21 +02:00
au8820.c sound: use DEFINE_PCI_DEVICE_TABLE 2010-02-09 11:08:33 +01:00
au8820.h ALSA: au88x0 - Use a better name for pcm devices of au88x0 2011-04-26 12:27:21 +02:00
au8830.c sound: use DEFINE_PCI_DEVICE_TABLE 2010-02-09 11:08:33 +01:00
au8830.h ALSA: au88x0 - Use a better name for pcm devices of au88x0 2011-04-26 12:27:21 +02:00