linux/sound/isa/sb
Takashi Iwai 0b6a2c9cf4 ALSA: isa: Avoid passing NULL to memory allocators
We used to pass NULL to memory allocators for ISA devices due to
historical reasons.  But we prefer rather a proper device object to be
assigned, so let's fix it by replacing snd_dma_isa_data() call with
card->dev reference, and kill snd_dma_isa_data() definition.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2019-02-01 17:16:40 +01:00
..
emu8000_callback.c sound: emu8000: constify emu8000_ops 2017-08-15 08:21:51 +02:00
emu8000_local.h [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
emu8000_patch.c Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
emu8000_pcm.c ALSA: sb: Fix a typo 2018-08-02 07:43:47 +02:00
emu8000_synth.c ALSA: seq: Define driver object in each driver 2015-02-12 14:15:54 +01:00
emu8000.c ALSA: seq: Allow the modular sequencer registration 2017-06-12 08:43:33 +02:00
jazz16.c ALSA: isa: Remove superfluous snd_pcm_suspend*() calls 2019-01-15 17:46:57 +01:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
sb8_main.c ALSA: isa: Avoid passing NULL to memory allocators 2019-02-01 17:16:40 +01:00
sb8_midi.c ALSA: sb: Minor optimization / fix of timer usage in sb8_midi.c 2017-10-25 10:00:43 +02:00
sb8.c ALSA: isa: Remove superfluous snd_pcm_suspend*() calls 2019-01-15 17:46:57 +01:00
sb16_csp.c ALSA: isa: Remove empty init and exit 2018-08-03 16:11:35 +02:00
sb16_main.c ALSA: isa: Avoid passing NULL to memory allocators 2019-02-01 17:16:40 +01:00
sb16.c ALSA: isa: Remove superfluous snd_pcm_suspend*() calls 2019-01-15 17:46:57 +01:00
sb_common.c ALSA: isa: Remove empty init and exit 2018-08-03 16:11:35 +02:00
sb_mixer.c ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
sbawe.c