Home | History | Annotate | Download | only in audio

Lines Matching defs:standby

163     bool standby; /* true if all PCMs are inactive */
173 uint64_t written; /* total frames written, not cleared when entering standby */
183 bool standby;
714 } else if (adev->outputs[OUTPUT_HDMI] && !adev->outputs[OUTPUT_HDMI]->standby) {
979 if (other && (other != out) && !other->standby) {
998 if (!out->standby) {
1005 out->standby = true;
1008 /* force standby on low latency output stream so that it can reuse HDMI driver if
1088 /* Force standby if moving to/from SPDIF or if the output
1096 /* force output standby to start or stop SCO pcm stream if needed */
1102 if (!out->standby && (out == adev->outputs[OUTPUT_HDMI] ||
1104 adev->outputs[OUTPUT_HDMI]->standby)) {
1200 if (out->standby) {
1203 if (!out->standby) {
1212 out->standby = false;
1349 if (!in->standby) {
1360 in->standby = true;
1410 apply_now = !in->standby;
1421 /* force output standby to start or stop SCO pcm stream if needed */
1427 apply_now = !in->standby;
1497 if (in->standby) {
1503 in->standby = false;
1632 out->stream.common.standby = out_standby;
1651 out->standby = true;
1796 in->stream.common.standby = in_standby;
1807 in->standby = true;