X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Fsound%2Fcs46xx.h;h=e3005a674a2491e121b36e6ce5638bce1819e9b1;hb=09521577ca7718b6c83f095ca4f0d474b01a8378;hp=685928e6f65a52d90d622f2c17127736d63de551;hpb=7b69a4c360e8787877ebf5e42609b8bab13afa6a;p=~andy%2Flinux diff --git a/include/sound/cs46xx.h b/include/sound/cs46xx.h index 685928e6f65..e3005a674a2 100644 --- a/include/sound/cs46xx.h +++ b/include/sound/cs46xx.h @@ -2,7 +2,7 @@ #define __SOUND_CS46XX_H /* - * Copyright (c) by Jaroslav Kysela , + * Copyright (c) by Jaroslav Kysela , * Cirrus Logic, Inc. * Definitions for Cirrus Logic CS46xx chips * @@ -1708,9 +1708,6 @@ struct snd_cs46xx { struct gameport *gameport; -#ifdef CONFIG_SND_CS46XX_DEBUG_GPIO - int current_gpio; -#endif #ifdef CONFIG_SND_CS46XX_NEW_DSP struct mutex spos_mutex; @@ -1723,6 +1720,10 @@ struct snd_cs46xx { struct snd_cs46xx_pcm *playback_pcm; unsigned int play_ctl; #endif + +#ifdef CONFIG_PM + u32 *saved_regs; +#endif }; int snd_cs46xx_create(struct snd_card *card,