Lines Matching refs:snd_iprintf

942 	snd_iprintf(buffer, "\nGeneral information:\n");  in snd_miro_proc_read()
943 snd_iprintf(buffer, " model : %s\n", model); in snd_miro_proc_read()
944 snd_iprintf(buffer, " opti : %s\n", miro->name); in snd_miro_proc_read()
945 snd_iprintf(buffer, " codec : %s\n", miro->pcm->name); in snd_miro_proc_read()
946 snd_iprintf(buffer, " port : 0x%lx\n", miro->wss_base); in snd_miro_proc_read()
947 snd_iprintf(buffer, " irq : %d\n", miro->irq); in snd_miro_proc_read()
948 snd_iprintf(buffer, " dma : %d,%d\n\n", miro->dma1, miro->dma2); in snd_miro_proc_read()
950 snd_iprintf(buffer, "MPU-401:\n"); in snd_miro_proc_read()
951 snd_iprintf(buffer, " port : 0x%lx\n", miro->mpu_port); in snd_miro_proc_read()
952 snd_iprintf(buffer, " irq : %d\n\n", miro->mpu_irq); in snd_miro_proc_read()
954 snd_iprintf(buffer, "ACI information:\n"); in snd_miro_proc_read()
955 snd_iprintf(buffer, " vendor : "); in snd_miro_proc_read()
958 snd_iprintf(buffer, "Miro\n"); in snd_miro_proc_read()
961 snd_iprintf(buffer, "unknown (0x%x)\n", aci->aci_vendor); in snd_miro_proc_read()
965 snd_iprintf(buffer, " product : "); in snd_miro_proc_read()
968 snd_iprintf(buffer, "miroSOUND PCM1 pro / (early) PCM12\n"); in snd_miro_proc_read()
971 snd_iprintf(buffer, "miroSOUND PCM12\n"); in snd_miro_proc_read()
974 snd_iprintf(buffer, "miroSOUND PCM20 radio\n"); in snd_miro_proc_read()
977 snd_iprintf(buffer, "unknown (0x%x)\n", aci->aci_product); in snd_miro_proc_read()
981 snd_iprintf(buffer, " firmware: %d (0x%x)\n", in snd_miro_proc_read()
983 snd_iprintf(buffer, " port : 0x%lx-0x%lx\n", in snd_miro_proc_read()
985 snd_iprintf(buffer, " wss : 0x%x\n", wss); in snd_miro_proc_read()
986 snd_iprintf(buffer, " ide : 0x%x\n", ide); in snd_miro_proc_read()
987 snd_iprintf(buffer, " solomode: 0x%x\n", aci->aci_solomode); in snd_miro_proc_read()
988 snd_iprintf(buffer, " amp : 0x%x\n", aci->aci_amp); in snd_miro_proc_read()
989 snd_iprintf(buffer, " preamp : 0x%x\n", aci->aci_preamp); in snd_miro_proc_read()