Home
last modified time | relevance | path

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

/linux-6.1.9/include/sound/
Dcs4231-regs.h162 #define CS4236_VERSION 0x9c /* chip version and ID */ macro
/linux-6.1.9/sound/isa/wss/
Dwss_lib.c1339 rev = snd_cs4236_ext_in(chip, CS4236_VERSION); in snd_wss_probe()
1340 snd_cs4236_ext_out(chip, CS4236_VERSION, 0xff); in snd_wss_probe()
1341 id = snd_cs4236_ext_in(chip, CS4236_VERSION); in snd_wss_probe()
1342 snd_cs4236_ext_out(chip, CS4236_VERSION, rev); in snd_wss_probe()
/linux-6.1.9/sound/isa/cs423x/
Dcs4236_lib.c304 ver2 = snd_cs4236_ext_in(chip, CS4236_VERSION); in snd_cs4236_create()