X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fsound%2Fcs46xx.h;h=685928e6f65a52d90d622f2c17127736d63de551;hb=60af15f529d22a93805e74dd3c52b6f8134511d2;hp=199b5098ff7e8e0fed8972f99b1f8d7a7d22d0f2;hpb=cc918c7ab7da017bfaf9661420bb5c462e057cfb;p=karo-tx-linux.git diff --git a/include/sound/cs46xx.h b/include/sound/cs46xx.h index 199b5098ff7e..685928e6f65a 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;