Searched defs:hdspm_tco (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.10/sound/pci/rme9652/ | 
| D | hdspm.c | 973 struct hdspm_tco {  struct 974 	int input; /* 0: LTC, 1:Video, 2: WC*/ 975 	int framerate; /* 0=24, 1=25, 2=29.97, 3=29.97d, 4=30, 5=30d */ 976 	int wordclock; /* 0=1:1, 1=44.1->48, 2=48->44.1 */ 977 	int samplerate; /* 0=44.1, 1=48, 2= freq from app */ 978 	int pull; /*   0=0, 1=+0.1%, 2=-0.1%, 3=+4%, 4=-4%*/ 979 	int term; /* 0 = off, 1 = on */
  |