Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dcs4231-regs.h162 #define CS4236_VERSION 0x9c /* chip version and ID */ macro
/linux/sound/isa/wss/
H A Dwss_lib.c1298 rev = snd_cs4236_ext_in(chip, CS4236_VERSION); in snd_wss_probe()
1299 snd_cs4236_ext_out(chip, CS4236_VERSION, 0xff); in snd_wss_probe()
1300 id = snd_cs4236_ext_in(chip, CS4236_VERSION); in snd_wss_probe()
1301 snd_cs4236_ext_out(chip, CS4236_VERSION, rev); in snd_wss_probe()
/linux/sound/isa/cs423x/
H A Dcs4236_lib.c296 ver2 = snd_cs4236_ext_in(chip, CS4236_VERSION); in snd_cs4236_create()