Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138199
b: refs/heads/master
c: 968cf78
h: refs/heads/master
i:
  138197: b035f4f
  138195: 1970cf7
  138191: 3c2d508
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 87dd3a7 commit 61be533
Show file tree
Hide file tree
Showing 6 changed files with 1,205 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 209fdf66b8699a6b2998b58e572d67230dae507f
refs/heads/master: 968cf78285ef03672ae514e9ad7a60919eb97551
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ EXTRA_CFLAGS += -Idrivers/media/common/tuners/
s921-objs := s921_module.o s921_core.o
stb0899-objs = stb0899_drv.o stb0899_algo.o
stv0900-objs = stv0900_core.o stv0900_sw.o
au8522-objs = au8522_dig.o
au8522-objs = au8522_dig.o au8522_decoder.o

obj-$(CONFIG_DVB_PLL) += dvb-pll.o
obj-$(CONFIG_DVB_STV0299) += stv0299.o
Expand Down
16 changes: 16 additions & 0 deletions trunk/drivers/media/dvb/frontends/au8522.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,22 @@ struct dvb_frontend *au8522_attach(const struct au8522_config *config,
}
#endif /* CONFIG_DVB_AU8522 */

/* Other modes may need to be added later */
enum au8522_video_input {
AU8522_COMPOSITE_CH1 = 1,
AU8522_COMPOSITE_CH2,
AU8522_COMPOSITE_CH3,
AU8522_COMPOSITE_CH4,
AU8522_COMPOSITE_CH4_SIF,
AU8522_SVIDEO_CH13,
AU8522_SVIDEO_CH24,
};

enum au8522_audio_input {
AU8522_AUDIO_NONE,
AU8522_AUDIO_SIF,
};

#endif /* __AU8522_H__ */

/*
Expand Down
Loading

0 comments on commit 61be533

Please sign in to comment.