aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/cs46xx/cs46xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/cs46xx/cs46xx.h')
-rw-r--r--sound/pci/cs46xx/cs46xx.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/pci/cs46xx/cs46xx.h b/sound/pci/cs46xx/cs46xx.h
index fc339ef0a0ae..c49a082c378b 100644
--- a/sound/pci/cs46xx/cs46xx.h
+++ b/sound/pci/cs46xx/cs46xx.h
@@ -1716,9 +1716,14 @@ struct snd_cs46xx {
1716 struct snd_pcm *pcm_rear; 1716 struct snd_pcm *pcm_rear;
1717 struct snd_pcm *pcm_center_lfe; 1717 struct snd_pcm *pcm_center_lfe;
1718 struct snd_pcm *pcm_iec958; 1718 struct snd_pcm *pcm_iec958;
1719
1720#define CS46XX_DSP_MODULES 5
1721 struct dsp_module_desc *modules[CS46XX_DSP_MODULES];
1719#else /* for compatibility */ 1722#else /* for compatibility */
1720 struct snd_cs46xx_pcm *playback_pcm; 1723 struct snd_cs46xx_pcm *playback_pcm;
1721 unsigned int play_ctl; 1724 unsigned int play_ctl;
1725
1726 struct ba1_struct *ba1;
1722#endif 1727#endif
1723 1728
1724#ifdef CONFIG_PM_SLEEP 1729#ifdef CONFIG_PM_SLEEP