cregit-Linux how code gets into the kernel

Release 4.7 include/sound/l3.h

Directory: include/sound
#ifndef _L3_H_

#define _L3_H_ 1


struct l3_pins {
	
void (*setdat)(int);
	
void (*setclk)(int);
	
void (*setmode)(int);
	
int data_hold;
	
int data_setup;
	
int clock_high;
	
int mode_hold;
	
int mode;
	
int mode_setup;
};

int l3_write(struct l3_pins *adap, u8 addr, u8 *data, int len);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
christian pellegrinchristian pellegrin78100.00%1100.00%
Total78100.00%1100.00%
Directory: include/sound
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}