Home
last modified time | relevance | path

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

/linux-4.4.14/include/sound/
Dcs4231-regs.h177 #define CS4236_VERSION 0x9c /* chip version and ID */ macro
/linux-4.4.14/sound/isa/wss/
Dwss_lib.c1369 rev = snd_cs4236_ext_in(chip, CS4236_VERSION); in snd_wss_probe()
1370 snd_cs4236_ext_out(chip, CS4236_VERSION, 0xff); in snd_wss_probe()
1371 id = snd_cs4236_ext_in(chip, CS4236_VERSION); in snd_wss_probe()
1372 snd_cs4236_ext_out(chip, CS4236_VERSION, rev); in snd_wss_probe()
/linux-4.4.14/sound/isa/cs423x/
Dcs4236_lib.c319 ver2 = snd_cs4236_ext_in(chip, CS4236_VERSION); in snd_cs4236_create()