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

  /external/qemu/
arch_init.c 466 struct soundhw { struct
477 static struct soundhw soundhw[] = { variable in typeref:struct:soundhw
570 struct soundhw *c;
576 for (c = soundhw; c->name; ++c) {
579 printf("\n-soundhw all will enable all of the above\n");
589 for (c = soundhw; c->name; ++c) {
600 for (c = soundhw; c->name; ++c) {
629 struct soundhw *c;
631 for (c = soundhw; c->name; ++c)
    [all...]
  /external/qemu/hw/
pc.c 795 struct soundhw *c;
797 for (c = soundhw; c->name; ++c) {
    [all...]

Completed in 127 milliseconds