| commit | db74b04afe7ba7e8caba8280fe1ccef58ed8ed3c | [log] [tgz] |
|---|---|---|
| author | Takashi Iwai <tiwai@suse.de> | Mon Aug 15 16:23:12 2022 +0200 |
| committer | Takashi Iwai <tiwai@suse.de> | Mon Aug 22 13:03:45 2022 +0200 |
| tree | f47c473de64831fbd13c1a15fc7d3fa72185a283 | |
| parent | 8c5ea83b9448983ba282d9adb834e54a62d75afa [diff] |
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. Signed-off-by: Takashi Iwai <tiwai@suse.de>