Lines Matching refs:psf_log_printf
138 psf_log_printf (psf, "Read only : Yamaha TX-16 Sampler (.txw)\nLM8953\n") ;
160 psf_log_printf (psf, " Format : 0x%02x => ?????\n", txwh.format) ;
164 psf_log_printf (psf, " Format : 0x%02X => %s\n", txwh.format, strptr) ;
206 psf_log_printf (psf, strptr) ;
208 psf_log_printf (psf, " Sample Rate : %d (0x%X) => %d\n", txwh.srate, txwh.srhash, psf->sf.samplerate) ;
210 psf_log_printf (psf, " Sample Rate : %d => %d\n", txwh.srate, psf->sf.samplerate) ;
213 { psf_log_printf (psf, " Attack Len : %d\n", txwh.attacklen) ;
214 psf_log_printf (psf, " Repeat Len : %d\n", txwh.repeatlen) ;
223 psf_log_printf (psf, "*** File seems to be truncated, %d extra bytes.\n",
227 psf_log_printf (psf, "*** File has been truncated.\n") ;