]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/sound/cs46xx.h
[ALSA] version 1.0.14rc4
[karo-tx-linux.git] / include / sound / cs46xx.h
index 199b5098ff7e8e0fed8972f99b1f8d7a7d22d0f2..685928e6f65a52d90d622f2c17127736d63de551 100644 (file)
@@ -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;