1
0
Fork 0
alistair23-linux/sound/isa/wss
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
..
Makefile ALSA: wss_lib: move cs4231_lib into wss_lib 2008-08-06 15:39:46 +02:00
wss_lib.c ALSA: isa: Avoid passing NULL to memory allocators 2019-02-01 17:16:40 +01:00