Lines Matching refs:aci_product
667 if ((aci->aci_product == 'A') && wss) { in snd_set_aci_init_values()
730 if ((miro->aci->aci_product == 'A') || in snd_miro_mixer()
731 (miro->aci->aci_product == 'B')) { in snd_miro_mixer()
741 if ((miro->aci->aci_product == 'B') || in snd_miro_mixer()
742 (miro->aci->aci_product == 'C')) { in snd_miro_mixer()
754 if (miro->aci->aci_product == 'C') { in snd_miro_mixer()
898 (aci->aci_product == 'A')) { in snd_miro_proc_read()
913 (aci->aci_product == 'B')) { in snd_miro_proc_read()
931 (aci->aci_product == 'C')) { in snd_miro_proc_read()
966 switch (aci->aci_product) { in snd_miro_proc_read()
977 snd_iprintf(buffer, "unknown (0x%x)\n", aci->aci_product); in snd_miro_proc_read()
1234 aci->aci_product = snd_aci_cmd(aci, ACI_READ_IDCODE, -1, -1); in snd_card_miro_aci_detect()
1235 if (aci->aci_vendor < 0 || aci->aci_product < 0) { in snd_card_miro_aci_detect()
1322 switch (miro->aci->aci_product) { in snd_miro_probe()