Lines Matching refs:rev
1235 int i, id, rev, regnum; in snd_wss_probe() local
1263 rev = snd_wss_in(chip, CS4231_VERSION) & 0xe7; in snd_wss_probe()
1264 snd_printdd("CS4231: VERSION (I25) = 0x%x\n", rev); in snd_wss_probe()
1265 if (rev == 0x80) { in snd_wss_probe()
1272 } else if (rev == 0xa0) { in snd_wss_probe()
1274 } else if (rev == 0xa2) { in snd_wss_probe()
1276 } else if (rev == 0xb2) { in snd_wss_probe()
1278 } else if (rev == 0x83) { in snd_wss_probe()
1280 } else if (rev == 0x03) { in snd_wss_probe()
1284 "unknown CS chip with version 0x%x\n", rev); in snd_wss_probe()
1339 rev = snd_cs4236_ext_in(chip, CS4236_VERSION); in snd_wss_probe()
1342 snd_cs4236_ext_out(chip, CS4236_VERSION, rev); in snd_wss_probe()
1343 snd_printdd("CS4231: ext version; rev = 0x%x, id = 0x%x\n", rev, id); in snd_wss_probe()