Home
last modified time | relevance | path

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

/linux-4.4.14/include/sound/
Dcs4231-regs.h118 #define CS4231_XTAL1 0x00 /* 24.576 crystal */ macro
/linux-4.4.14/sound/sparc/
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-4.4.14/sound/isa/wss/
Dwss_lib.c58 /* 8000 */ 0x00 | CS4231_XTAL1,
59 /* 9600 */ 0x0E | CS4231_XTAL1,
61 /* 16000 */ 0x02 | CS4231_XTAL1,
64 /* 27042 */ 0x04 | CS4231_XTAL1,
65 /* 32000 */ 0x06 | CS4231_XTAL1,
69 /* 48000 */ 0x0C | CS4231_XTAL1