Lines Matching refs:snd_iprintf
947 snd_iprintf(buffer, "\nGeneral information:\n"); in snd_miro_proc_read()
948 snd_iprintf(buffer, " model : %s\n", model); in snd_miro_proc_read()
949 snd_iprintf(buffer, " opti : %s\n", miro->name); in snd_miro_proc_read()
950 snd_iprintf(buffer, " codec : %s\n", miro->pcm->name); in snd_miro_proc_read()
951 snd_iprintf(buffer, " port : 0x%lx\n", miro->wss_base); in snd_miro_proc_read()
952 snd_iprintf(buffer, " irq : %d\n", miro->irq); in snd_miro_proc_read()
953 snd_iprintf(buffer, " dma : %d,%d\n\n", miro->dma1, miro->dma2); in snd_miro_proc_read()
955 snd_iprintf(buffer, "MPU-401:\n"); in snd_miro_proc_read()
956 snd_iprintf(buffer, " port : 0x%lx\n", miro->mpu_port); in snd_miro_proc_read()
957 snd_iprintf(buffer, " irq : %d\n\n", miro->mpu_irq); in snd_miro_proc_read()
959 snd_iprintf(buffer, "ACI information:\n"); in snd_miro_proc_read()
960 snd_iprintf(buffer, " vendor : "); in snd_miro_proc_read()
963 snd_iprintf(buffer, "Miro\n"); in snd_miro_proc_read()
966 snd_iprintf(buffer, "unknown (0x%x)\n", aci->aci_vendor); in snd_miro_proc_read()
970 snd_iprintf(buffer, " product : "); in snd_miro_proc_read()
973 snd_iprintf(buffer, "miroSOUND PCM1 pro / (early) PCM12\n"); in snd_miro_proc_read()
976 snd_iprintf(buffer, "miroSOUND PCM12\n"); in snd_miro_proc_read()
979 snd_iprintf(buffer, "miroSOUND PCM20 radio\n"); in snd_miro_proc_read()
982 snd_iprintf(buffer, "unknown (0x%x)\n", aci->aci_product); in snd_miro_proc_read()
986 snd_iprintf(buffer, " firmware: %d (0x%x)\n", in snd_miro_proc_read()
988 snd_iprintf(buffer, " port : 0x%lx-0x%lx\n", in snd_miro_proc_read()
990 snd_iprintf(buffer, " wss : 0x%x\n", wss); in snd_miro_proc_read()
991 snd_iprintf(buffer, " ide : 0x%x\n", ide); in snd_miro_proc_read()
992 snd_iprintf(buffer, " solomode: 0x%x\n", aci->aci_solomode); in snd_miro_proc_read()
993 snd_iprintf(buffer, " amp : 0x%x\n", aci->aci_amp); in snd_miro_proc_read()
994 snd_iprintf(buffer, " preamp : 0x%x\n", aci->aci_preamp); in snd_miro_proc_read()