Home | History | Annotate | Download | only in qemu

Lines Matching refs:soundhw

462 struct soundhw {
473 static struct soundhw soundhw[] = {
566 struct soundhw *c;
572 for (c = soundhw; c->name; ++c) {
575 printf("\n-soundhw all will enable all of the above\n");
585 for (c = soundhw; c->name; ++c) {
596 for (c = soundhw; c->name; ++c) {
625 struct soundhw *c;
627 for (c = soundhw; c->name; ++c) {