Lines Matching refs:snd_aci_cmd
205 int snd_aci_cmd(struct snd_miro_aci *aci, int write1, int write2, int write3) in snd_aci_cmd() function
228 EXPORT_SYMBOL(snd_aci_cmd);
232 return snd_aci_cmd(aci, ACI_STATUS, index, -1); in aci_getvalue()
238 return snd_aci_cmd(aci, index, value, -1); in aci_setvalue()
1228 if (snd_aci_cmd(aci, ACI_ERROR_OP, -1, -1) < 0) { in snd_card_miro_aci_detect()
1233 aci->aci_vendor = snd_aci_cmd(aci, ACI_READ_IDCODE, -1, -1); in snd_card_miro_aci_detect()
1234 aci->aci_product = snd_aci_cmd(aci, ACI_READ_IDCODE, -1, -1); in snd_card_miro_aci_detect()
1241 aci->aci_version = snd_aci_cmd(aci, ACI_READ_VERSION, -1, -1); in snd_card_miro_aci_detect()
1248 if (snd_aci_cmd(aci, ACI_INIT, -1, -1) < 0 || in snd_card_miro_aci_detect()
1249 snd_aci_cmd(aci, ACI_ERROR_OP, ACI_ERROR_OP, ACI_ERROR_OP) < 0 || in snd_card_miro_aci_detect()
1250 snd_aci_cmd(aci, ACI_ERROR_OP, ACI_ERROR_OP, ACI_ERROR_OP) < 0) { in snd_card_miro_aci_detect()