Diff for /margi2/margi.h between versions 1.1 and 1.2

version 1.1, 2000/12/03 22:41:07 version 1.2, 2001/03/06 23:39:27
Line 77  int MargiFreeBuffers(struct cvdv_cards * Line 77  int MargiFreeBuffers(struct cvdv_cards *
 int MargiSetBuffers(struct cvdv_cards *card, u32 size);  int MargiSetBuffers(struct cvdv_cards *card, u32 size);
 int MargiFlush (struct cvdv_cards *card);  int MargiFlush (struct cvdv_cards *card);
 int MargiPush(struct cvdv_cards *card, int count, const char *data);  int MargiPush(struct cvdv_cards *card, int count, const char *data);
   int MargiWriteDirect(struct cvdv_cards *card, u32 count, const char *data);
 int DecoderStartChannel(struct cvdv_cards *card);  int DecoderStartChannel(struct cvdv_cards *card);
 int DecoderStopChannel(struct cvdv_cards *card);  int DecoderStopChannel(struct cvdv_cards *card);
 void DACSetFrequency(struct cvdv_cards *card, int khz, int multiple);  void DACSetFrequency(struct cvdv_cards *card, int khz, int multiple);
 stream_type get_stream_type(struct cvdv_cards *card);  stream_type get_stream_type(struct cvdv_cards *card);
 audio_type get_audio_type(struct cvdv_cards *card);  audio_type get_audio_type(struct cvdv_cards *card);
   
   #ifdef NOINT
   void Timerfunction(unsigned long data);
   #endif
   
   
 #endif  #endif

Removed from v.1.1  
changed lines
  Added in v.1.2


LinuxTV legacy CVS <linuxtv.org/cvs>