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

Commit 99f58c10 authored by Murthy Nidadavolu's avatar Murthy Nidadavolu
Browse files

media/dvb: Fix compilation error when SDMX path enabled



Typedef for dmx_source_t is replaced with its enum type.

Change-Id: I4be4b5fea60161bdad0800745203c9b1fdb6a588
Signed-off-by: default avatarMurthy Nidadavolu <mnssr@codeaurora.org>
parent 3a9eb4f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ static int mpq_sw_dmx_write_to_decoder(struct dvb_demux_feed *feed,
}

static int mpq_sw_dmx_set_source(struct dmx_demux *demux,
		const dmx_source_t *src)
		const enum dmx_source_t *src)
{
	int ret = -EINVAL;