Lines Matching refs:snd_aci_cmd
221 int snd_aci_cmd(struct snd_miro_aci *aci, int write1, int write2, int write3) in snd_aci_cmd() function
244 EXPORT_SYMBOL(snd_aci_cmd);
248 return snd_aci_cmd(aci, ACI_STATUS, index, -1); in aci_getvalue()
254 return snd_aci_cmd(aci, index, value, -1); in aci_setvalue()
1233 if (snd_aci_cmd(aci, ACI_ERROR_OP, -1, -1) < 0) { in snd_card_miro_aci_detect()
1238 aci->aci_vendor = snd_aci_cmd(aci, ACI_READ_IDCODE, -1, -1); in snd_card_miro_aci_detect()
1239 aci->aci_product = snd_aci_cmd(aci, ACI_READ_IDCODE, -1, -1); in snd_card_miro_aci_detect()
1246 aci->aci_version = snd_aci_cmd(aci, ACI_READ_VERSION, -1, -1); in snd_card_miro_aci_detect()
1253 if (snd_aci_cmd(aci, ACI_INIT, -1, -1) < 0 || in snd_card_miro_aci_detect()
1254 snd_aci_cmd(aci, ACI_ERROR_OP, ACI_ERROR_OP, ACI_ERROR_OP) < 0 || in snd_card_miro_aci_detect()
1255 snd_aci_cmd(aci, ACI_ERROR_OP, ACI_ERROR_OP, ACI_ERROR_OP) < 0) { in snd_card_miro_aci_detect()