alistair23-linux/Documentation/sound/kernel-api
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
..
alsa-driver-api.rst
index.rst ALSA: doc: ReSTize writing-an-alsa-driver document 2016-11-10 17:59:18 +01:00
writing-an-alsa-driver.rst ALSA: isa: Avoid passing NULL to memory allocators 2019-02-01 17:16:40 +01:00