Commit 95d14640 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Takashi Iwai
Browse files

ASoC: xlnx: fix up for snd_pcm_lib_preallocate_pages_for_all() API change

parent 7b48b3b2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -536,10 +536,11 @@ static int xlnx_formatter_pcm_new(struct snd_soc_pcm_runtime *rtd)
{
	struct snd_soc_component *component = snd_soc_rtdcom_lookup(rtd,
								    DRV_NAME);
	return snd_pcm_lib_preallocate_pages_for_all(rtd->pcm,
	snd_pcm_lib_preallocate_pages_for_all(rtd->pcm,
			SNDRV_DMA_TYPE_DEV, component->dev,
			xlnx_pcm_hardware.buffer_bytes_max,
			xlnx_pcm_hardware.buffer_bytes_max);
	return 0;
}

static const struct snd_pcm_ops xlnx_formatter_pcm_ops = {