HomeSort by relevance Sort by last modified time
    Searched refs:soundhw (Results 1 - 2 of 2) sorted by null

  /external/qemu/
arch_init.c 462 struct soundhw { struct
473 static struct soundhw soundhw[] = { variable in typeref:struct: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)
    [all...]
  /external/qemu/hw/i386/
pc.c 789 struct soundhw *c;
791 for (c = soundhw; c->name; ++c) {
    [all...]

Completed in 1040 milliseconds