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

Commit 15128bee authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

media: dvb_vb2: get rid of DVB_BUF_TYPE_OUTPUT



This is currently unused. So, get rid of it.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent e73f9f68
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@

enum dvb_buf_type {
	DVB_BUF_TYPE_CAPTURE        = 1,
	DVB_BUF_TYPE_OUTPUT         = 2,
};

#define DVB_VB2_STATE_NONE (0x0)