ALSA: doc: Drop snd_dma_continuous_data() usages
authorTakashi Iwai <tiwai@suse.de>
Tue, 23 Aug 2022 11:57:40 +0000 (13:57 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 24 Aug 2022 06:00:26 +0000 (08:00 +0200)
commit0db78532ff144a52757d636a26803099d78f431e
tree46e7270a6cfc0896573da5616da606f2180901fe
parentdd164fbfdc20ccf17be9186b1a5a4b2bc11b6a97
ALSA: doc: Drop snd_dma_continuous_data() usages

Update the documentation to follow the recent change of the memory
allocation helpers.  The macro snd_dma_continuous_data() is gone, and
the driver needs to set up the coherent dma mask for allocating in the
lower memory addresses, instead.

Link: https://lore.kernel.org/r/20220823115740.14123-6-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Documentation/sound/kernel-api/writing-an-alsa-driver.rst