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

Commit 00f92ed6 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab
Browse files

[media] remove unneeded #define's in xc5000.h

parent d58a8d67
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -35,11 +35,8 @@ struct xc5000_fw_cfg {
extern struct xc5000_fw_cfg xc5000a_1_6_114;
extern struct xc5000_fw_cfg xc5000c_41_024_5_31875;

#define XC5000_FW_A_1_6_114            &xc5000a_1_6_114
#define XC5000_FW_C_41_024_5_31875     &xc5000c_41_024_5_31875

#define XC5000_DEFAULT_FIRMWARE XC5000_FW_A_1_6_114
#define XC5000C_DEFAULT_FIRMWARE XC5000_FW_C_41_024_5_31875
#define XC5000_DEFAULT_FIRMWARE  &xc5000a_1_6_114
#define XC5000C_DEFAULT_FIRMWARE &xc5000c_41_024_5_31875

struct xc5000_config {
	u8   i2c_address;