Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 145558c8 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "media/dvb: sdmx dma buffer va correctly assigned with base virtual address"

parents 9374651d 8d5630aa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1725,6 +1725,7 @@ static int mpq_sdmx_alloc_data_buf(struct mpq_feed *mpq_feed, size_t size)
	}
	desc->size = size;
	dvb_ringbuffer_init(&mpq_feed->sdmx_buf, desc->virt_base, size);
	mpq_feed->sdmx_dma_buff.va = desc->virt_base;

	return 0;
}