Lines Matching refs:snd_iprintf

934 	snd_iprintf(buffer, "\nGeneral information:\n");  in snd_miro_proc_read()
935 snd_iprintf(buffer, " model : %s\n", model); in snd_miro_proc_read()
936 snd_iprintf(buffer, " opti : %s\n", miro->name); in snd_miro_proc_read()
937 snd_iprintf(buffer, " codec : %s\n", miro->pcm->name); in snd_miro_proc_read()
938 snd_iprintf(buffer, " port : 0x%lx\n", miro->wss_base); in snd_miro_proc_read()
939 snd_iprintf(buffer, " irq : %d\n", miro->irq); in snd_miro_proc_read()
940 snd_iprintf(buffer, " dma : %d,%d\n\n", miro->dma1, miro->dma2); in snd_miro_proc_read()
942 snd_iprintf(buffer, "MPU-401:\n"); in snd_miro_proc_read()
943 snd_iprintf(buffer, " port : 0x%lx\n", miro->mpu_port); in snd_miro_proc_read()
944 snd_iprintf(buffer, " irq : %d\n\n", miro->mpu_irq); in snd_miro_proc_read()
946 snd_iprintf(buffer, "ACI information:\n"); in snd_miro_proc_read()
947 snd_iprintf(buffer, " vendor : "); in snd_miro_proc_read()
950 snd_iprintf(buffer, "Miro\n"); in snd_miro_proc_read()
953 snd_iprintf(buffer, "unknown (0x%x)\n", aci->aci_vendor); in snd_miro_proc_read()
957 snd_iprintf(buffer, " product : "); in snd_miro_proc_read()
960 snd_iprintf(buffer, "miroSOUND PCM1 pro / (early) PCM12\n"); in snd_miro_proc_read()
963 snd_iprintf(buffer, "miroSOUND PCM12\n"); in snd_miro_proc_read()
966 snd_iprintf(buffer, "miroSOUND PCM20 radio\n"); in snd_miro_proc_read()
969 snd_iprintf(buffer, "unknown (0x%x)\n", aci->aci_product); in snd_miro_proc_read()
973 snd_iprintf(buffer, " firmware: %d (0x%x)\n", in snd_miro_proc_read()
975 snd_iprintf(buffer, " port : 0x%lx-0x%lx\n", in snd_miro_proc_read()
977 snd_iprintf(buffer, " wss : 0x%x\n", wss); in snd_miro_proc_read()
978 snd_iprintf(buffer, " ide : 0x%x\n", ide); in snd_miro_proc_read()
979 snd_iprintf(buffer, " solomode: 0x%x\n", aci->aci_solomode); in snd_miro_proc_read()
980 snd_iprintf(buffer, " amp : 0x%x\n", aci->aci_amp); in snd_miro_proc_read()
981 snd_iprintf(buffer, " preamp : 0x%x\n", aci->aci_preamp); in snd_miro_proc_read()