X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=libpicofe.git;a=blobdiff_plain;f=gp2x%2Fsoc_mmsp2.c;h=67a5c7db8809d68ea56fe1230288a828b5dfcec2;hp=beea7bf61cb2684d25ccb6f65baab4038bd1cea4;hb=39014486f9e50110d23dece007ce4c0ed90d15b1;hpb=9a5a0dc9ff4086a295832709c609276512f54743 diff --git a/gp2x/soc_mmsp2.c b/gp2x/soc_mmsp2.c index beea7bf..67a5c7d 100644 --- a/gp2x/soc_mmsp2.c +++ b/gp2x/soc_mmsp2.c @@ -24,6 +24,7 @@ #include "soc.h" #include "soc_mmsp2.h" #include "plat_gp2x.h" +#include "../linux/sndout_oss.h" #include "../plat.h" static int mixerdev = -1; @@ -429,6 +430,8 @@ void mmsp2_init(void) gp2x_get_ticks_ms = plat_get_ticks_ms_good; gp2x_get_ticks_us = plat_get_ticks_us_good; + + sndout_oss_can_restart = 0; } void mmsp2_finish(void)