diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-11-18 17:47:15 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-11-20 08:13:50 +0100 |
commit | ad233a5f0f33a894f48c7d968ec207f46cbcae03 (patch) | |
tree | f76f777f6109e290ff60ad4890d170a9aa418b7d /sound/pci/cs46xx/cs46xx.h | |
parent | 5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52 (diff) |
ALSA: cs46xx: Move DSP blob out of kernel tree
... and load from the external firmware files.
The firmware binary blobs in cs46xx driver have been in a gray zone
regarding the license. It's most likely should be OK, but still
unclear. And, the size isn't that small, too.
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=10750
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/cs46xx/cs46xx.h')
-rw-r--r-- | sound/pci/cs46xx/cs46xx.h | 5 |
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 { struct snd_pcm *pcm_rear; struct snd_pcm *pcm_center_lfe; struct snd_pcm *pcm_iec958; + +#define CS46XX_DSP_MODULES 5 + struct dsp_module_desc *modules[CS46XX_DSP_MODULES]; #else /* for compatibility */ struct snd_cs46xx_pcm *playback_pcm; unsigned int play_ctl; + + struct ba1_struct *ba1; #endif #ifdef CONFIG_PM_SLEEP |