Home | History | Annotate | Download | only in audio

Lines Matching defs:SPRINTF

7262 #define SPRINTF(var, fmt...) do {	\
7269 SPRINTF(p, "/%s", audio_encoding_name(pi->encoding));
7271 SPRINTF(p, "/%dbit", pi->precision);
7273 SPRINTF(p, "/%dch", pi->channels);
7275 SPRINTF(p, "/%dHz", pi->sample_rate);
7277 SPRINTF(buf, ",play.param=%s", p + 1);
7281 SPRINTF(p, "/%s", audio_encoding_name(ri->encoding));
7283 SPRINTF(p, "/%dbit", ri->precision);
7285 SPRINTF(p, "/%dch", ri->channels);
7287 SPRINTF(p, "/%dHz", ri->sample_rate);
7289 SPRINTF(buf, ",record.param=%s", p + 1);
7292 SPRINTF(buf, ",mode=%d", ai->mode);
7294 SPRINTF(buf, ",hiwat=%d", ai->hiwat);
7296 SPRINTF(buf, ",lowat=%d", ai->lowat);
7298 SPRINTF(buf, ",play.gain=%d", ai->play.gain);
7300 SPRINTF(buf, ",record.gain=%d", ai->record.gain);
7302 SPRINTF(buf, ",play.balance=%d", ai->play.balance);
7304 SPRINTF(buf, ",record.balance=%d", ai->record.balance);
7306 SPRINTF(buf, ",play.port=%d", ai->play.port);
7308 SPRINTF(buf, ",record.port=%d", ai->record.port);
7310 SPRINTF(buf, ",monitor_gain=%d", ai->monitor_gain);
7312 SPRINTF(buf, ",play.pause=%d", ai->play.pause);
7314 SPRINTF(buf, ",record.pause=%d", ai->record.pause);