mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 04:34:08 +08:00
V4L/DVB: AZ6027: Initial import of the driver
Signed-off-by: Manu Abaraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
007ad83036
commit
76f9a820c8
1130
drivers/media/dvb/dvb-usb/az6027.c
Normal file
1130
drivers/media/dvb/dvb-usb/az6027.c
Normal file
File diff suppressed because it is too large
Load Diff
14
drivers/media/dvb/dvb-usb/az6027.h
Normal file
14
drivers/media/dvb/dvb-usb/az6027.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef _DVB_USB_VP6027_H_
|
||||
#define _DVB_USB_VP6027_H_
|
||||
|
||||
#define DVB_USB_LOG_PREFIX "az6027"
|
||||
#include "dvb-usb.h"
|
||||
|
||||
|
||||
extern int dvb_usb_az6027_debug;
|
||||
#define deb_info(args...) dprintk(dvb_usb_az6027_debug,0x01,args)
|
||||
#define deb_xfer(args...) dprintk(dvb_usb_az6027_debug,0x02,args)
|
||||
#define deb_rc(args...) dprintk(dvb_usb_az6027_debug,0x04,args)
|
||||
#define deb_fe(args...) dprintk(dvb_usb_az6027_debug,0x08,args)
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user