linuxdvb_mipsel.c: add missing define AUDIO_GET_PTS has been removed from kernel 4.8

Origin commit data
------------------
Branch: master
Commit: 62feeba994
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-02-10 (Mon, 10 Feb 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Markus Volk
2020-02-10 21:12:43 +01:00
committed by vanhofen
parent 145786526c
commit 4e4464a76b

View File

@@ -52,6 +52,10 @@
/* Makros/Constants */
/* ***************************** */
#ifndef AUDIO_GET_PTS _IOR('o', 19, __u64)
#define AUDIO_GET_PTS _IOR('o', 19, __u64)
#endif
#define cERR_LINUXDVB_NO_ERROR 0
#define cERR_LINUXDVB_ERROR -1