Home
last modified time | relevance | path

Searched refs:CS4231_XTAL1 (Results 1 – 3 of 3) sorted by relevance

/linux/include/sound/
H A Dcs4231-regs.h103 #define CS4231_XTAL1 0x00 /* 24.576 crystal */ macro
/linux/sound/sparc/
H A Dcs4231.c189 /* 8000 */ 0x00 | CS4231_XTAL1,
190 /* 9600 */ 0x0E | CS4231_XTAL1,
192 /* 16000 */ 0x02 | CS4231_XTAL1,
195 /* 27042 */ 0x04 | CS4231_XTAL1,
196 /* 32000 */ 0x06 | CS4231_XTAL1,
200 /* 48000 */ 0x0C | CS4231_XTAL1
/linux/sound/isa/wss/
H A Dwss_lib.c44 /* 8000 */ 0x00 | CS4231_XTAL1,
45 /* 9600 */ 0x0E | CS4231_XTAL1,
47 /* 16000 */ 0x02 | CS4231_XTAL1,
50 /* 27042 */ 0x04 | CS4231_XTAL1,
51 /* 32000 */ 0x06 | CS4231_XTAL1,
55 /* 48000 */ 0x0C | CS4231_XTAL1