Lines Matching refs:snd_aci_cmd
208 int snd_aci_cmd(struct snd_miro_aci *aci, int write1, int write2, int write3)
231 EXPORT_SYMBOL(snd_aci_cmd);
235 return snd_aci_cmd(aci, ACI_STATUS, index, -1);
241 return snd_aci_cmd(aci, index, value, -1);
1220 if (snd_aci_cmd(aci, ACI_ERROR_OP, -1, -1) < 0) {
1225 aci->aci_vendor = snd_aci_cmd(aci, ACI_READ_IDCODE, -1, -1);
1226 aci->aci_product = snd_aci_cmd(aci, ACI_READ_IDCODE, -1, -1);
1233 aci->aci_version = snd_aci_cmd(aci, ACI_READ_VERSION, -1, -1);
1240 if (snd_aci_cmd(aci, ACI_INIT, -1, -1) < 0 ||
1241 snd_aci_cmd(aci, ACI_ERROR_OP, ACI_ERROR_OP, ACI_ERROR_OP) < 0 ||
1242 snd_aci_cmd(aci, ACI_ERROR_OP, ACI_ERROR_OP, ACI_ERROR_OP) < 0) {