Lines Matching defs:SPRINTF
7261 #define SPRINTF(var, fmt...) do { \
7268 SPRINTF(p, "/%s", audio_encoding_name(pi->encoding));
7270 SPRINTF(p, "/%dbit", pi->precision);
7272 SPRINTF(p, "/%dch", pi->channels);
7274 SPRINTF(p, "/%dHz", pi->sample_rate);
7276 SPRINTF(buf, ",play.param=%s", p + 1);
7280 SPRINTF(p, "/%s", audio_encoding_name(ri->encoding));
7282 SPRINTF(p, "/%dbit", ri->precision);
7284 SPRINTF(p, "/%dch", ri->channels);
7286 SPRINTF(p, "/%dHz", ri->sample_rate);
7288 SPRINTF(buf, ",record.param=%s", p + 1);
7291 SPRINTF(buf, ",mode=%d", ai->mode);
7293 SPRINTF(buf, ",hiwat=%d", ai->hiwat);
7295 SPRINTF(buf, ",lowat=%d", ai->lowat);
7297 SPRINTF(buf, ",play.gain=%d", ai->play.gain);
7299 SPRINTF(buf, ",record.gain=%d", ai->record.gain);
7301 SPRINTF(buf, ",play.balance=%d", ai->play.balance);
7303 SPRINTF(buf, ",record.balance=%d", ai->record.balance);
7305 SPRINTF(buf, ",play.port=%d", ai->play.port);
7307 SPRINTF(buf, ",record.port=%d", ai->record.port);
7309 SPRINTF(buf, ",monitor_gain=%d", ai->monitor_gain);
7311 SPRINTF(buf, ",play.pause=%d", ai->play.pause);
7313 SPRINTF(buf, ",record.pause=%d", ai->record.pause);