Go to the documentation of this file.
4 #define AD_F_CS4231 0x0001
5 #define AD_F_CS4248 0x0001
7 #define AD1848_SET_XTAL 1
8 #define AD1848_MIXER_REROUTE 2
10 #define AD1848_REROUTE(oldctl, newctl) \
11 ad1848_control(AD1848_MIXER_REROUTE, ((oldctl)<<8)|(newctl))
15 int dma_capture,
int share_dma,
int *osp,
struct module *
owner);