diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-09-20 23:29:13 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-11-28 02:47:03 -0500 |
commit | 1d1a4564d8e0a05d56a95df08c6c411bea704bec (patch) | |
tree | 19bfbe4c00fe3c14d3cc2696731495bb2a28c3ce /sound/pci/hda/Kconfig | |
parent | f4a75d2eb7b1e2206094b901be09adb31ba63681 (diff) |
ALSA: hda - Add new DSP loader callback routines
Pass DMA buffer pointers in calls to setup_bdle().
Add DSP loader callback routines to controller.
Add new DSP loader switch to Kconfig to turn off DSP firmware.
Signed-off-by: Ian Minett <ian_minett@creativelabs.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/Kconfig')
-rw-r--r-- | sound/pci/hda/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/pci/hda/Kconfig b/sound/pci/hda/Kconfig index 7105c3de1bca..ba1dbd8e00a0 100644 --- a/sound/pci/hda/Kconfig +++ b/sound/pci/hda/Kconfig | |||
@@ -236,4 +236,12 @@ config SND_HDA_POWER_SAVE_DEFAULT | |||
236 | The default time-out value in seconds for HD-audio automatic | 236 | The default time-out value in seconds for HD-audio automatic |
237 | power-save mode. 0 means to disable the power-save mode. | 237 | power-save mode. 0 means to disable the power-save mode. |
238 | 238 | ||
239 | config SND_HDA_DSP_LOADER | ||
240 | bool "Enable DSP firmware loader" | ||
241 | depends on FW_LOADER | ||
242 | default y | ||
243 | help | ||
244 | Say Y here to enable the DSP firmware loader, used by certain | ||
245 | codecs (e.g. CA0132) to transfer their DSP binaries to the hardware. | ||
246 | |||
239 | endif | 247 | endif |