diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-05-31 17:27:09 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-06-02 11:17:03 +0200 |
commit | 989cf18ed08f8b6efd1d1592d1d0108fa09b98f5 (patch) | |
tree | 340fcfed6e84b0e198fdd4adf1dd984b275f4333 /drivers/media/pci/ttpci/av7110_ipack.h | |
parent | de646852cdadf7da2267e06297f7f6fe22dfb899 (diff) |
media: av7110: move driver to staging
This driver is really old, from devices that aren't
manufactured anymore for more than a decade.
Also, the decoder supports only MPEG2, with is not compatible
with several modern DVB streams.
It is also the only upstream driver relying on the DVB
"full-featured" API.
Some changes at the frontend drivers seem to have broken it
without anybody noticing.
Due to that, it sounds it is time to retire the driver for good.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/pci/ttpci/av7110_ipack.h')
-rw-r--r-- | drivers/media/pci/ttpci/av7110_ipack.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/media/pci/ttpci/av7110_ipack.h b/drivers/media/pci/ttpci/av7110_ipack.h deleted file mode 100644 index 943ec899bb93..000000000000 --- a/drivers/media/pci/ttpci/av7110_ipack.h +++ /dev/null @@ -1,13 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef _AV7110_IPACK_H_ -#define _AV7110_IPACK_H_ - -extern int av7110_ipack_init(struct ipack *p, int size, - void (*func)(u8 *buf, int size, void *priv)); - -extern void av7110_ipack_reset(struct ipack *p); -extern int av7110_ipack_instant_repack(const u8 *buf, int count, struct ipack *p); -extern void av7110_ipack_free(struct ipack * p); -extern void av7110_ipack_flush(struct ipack *p); - -#endif |