X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fsound%2Fcs46xx.h;h=685928e6f65a52d90d622f2c17127736d63de551;hb=365970a1ea76d81cb1ad2f652acb605f06dae256;hp=199b5098ff7e8e0fed8972f99b1f8d7a7d22d0f2;hpb=ed03f430cdc8c802652467e9097606fedc2c7abc;p=powerpc.git diff --git a/include/sound/cs46xx.h b/include/sound/cs46xx.h index 199b5098ff..685928e6f6 100644 --- a/include/sound/cs46xx.h +++ b/include/sound/cs46xx.h @@ -1704,6 +1704,7 @@ struct snd_cs46xx { int acpi_port; struct snd_kcontrol *eapd_switch; /* for amplifier hack */ int accept_valid; /* accept mmap valid (for OSS) */ + int in_suspend; struct gameport *gameport; @@ -1711,7 +1712,7 @@ struct snd_cs46xx { int current_gpio; #endif #ifdef CONFIG_SND_CS46XX_NEW_DSP - struct semaphore spos_mutex; + struct mutex spos_mutex; struct dsp_spos_instance * dsp_spos_instance;