Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.2-rc1 11 lines 156 B view raw
1/* 2 * wm9712.h -- WM9712 Soc Audio driver 3 */ 4 5#ifndef _WM9712_H 6#define _WM9712_H 7 8#define WM9712_DAI_AC97_HIFI 0 9#define WM9712_DAI_AC97_AUX 1 10 11#endif