fq1216me_demod.h 750 B

123456789101112131415161718192021222324252627282930313233
  1. /*
  2. * PHILIPS FQ1216ME-MK3 Demodulation Device Driver
  3. *
  4. * Author: Bobby Yang <bo.yang@amlogic.com>
  5. *
  6. *
  7. * Copyright (C) 2010 Amlogic Inc.
  8. *
  9. * This program is free software; you can redistribute it and/or modify
  10. * it under the terms of the GNU General Public License version 2 as
  11. * published by the Free Software Foundation.
  12. */
  13. #ifndef __TVIN_TUNER_FQ1216ME_DEMOD_H
  14. #define __TVIN_TUNER_FQ1216ME_DEMOD_H
  15. /* Standard Liniux Headers */
  16. #include <linux/i2c.h>
  17. /* Amlogic Headers */
  18. #include <media/amlogic/656in.h>
  19. extern void fq1216me_set_demod_std(tuner_std_id ptstd);
  20. extern int fq1216me_set_demod(void);
  21. extern void fq1216me_get_afc(struct tuner_parm_s *ptp);
  22. #endif //__TVIN_TUNER_FQ1216ME_DEMOD_H