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.c1343 rev = snd_cs4236_ext_in(chip, CS4236_VERSION); in snd_wss_probe()
1344 snd_cs4236_ext_out(chip, CS4236_VERSION, 0xff); in snd_wss_probe()
1345 id = snd_cs4236_ext_in(chip, CS4236_VERSION); in snd_wss_probe()
1346 snd_cs4236_ext_out(chip, CS4236_VERSION, rev); in snd_wss_probe()
/linux/sound/isa/cs423x/
H A Dcs4236_lib.c303 ver2 = snd_cs4236_ext_in(chip, CS4236_VERSION); in snd_cs4236_create()