linux/drivers/staging/intel_sst
Randy Dunlap 8956110dbb staging: fix intel_sst/intelmid sound build
SND_INTELMID selects 3 SND_* kconfig symbols, but that is useless
if the SOUND & SND symbols in their hierarchy are not enabled,
so make this symbol depend on SOUND & SND.

ERROR: "snd_pcm_period_elapsed" [drivers/staging/intel_sst/snd-intelmid.ko] undefined!
ERROR: "snd_card_create" [drivers/staging/intel_sst/snd-intelmid.ko] undefined!
ERROR: "snd_pcm_hw_constraint_integer" [drivers/staging/intel_sst/snd-intelmid.ko] undefined!
ERROR: "snd_device_new" [drivers/staging/intel_sst/snd-intelmid.ko] undefined!
ERROR: "snd_pcm_set_ops" [drivers/staging/intel_sst/snd-intelmid.ko] undefined!
ERROR: "snd_jack_new" [drivers/staging/intel_sst/snd-intelmid.ko] undefined!
ERROR: "snd_pcm_lib_free_pages" [drivers/staging/intel_sst/snd-intelmid.ko] undefined!
ERROR: "snd_pcm_lib_ioctl" [drivers/staging/intel_sst/snd-intelmid.ko] undefined!
ERROR: "snd_pcm_lib_malloc_pages" [drivers/staging/intel_sst/snd-intelmid.ko] undefined!
ERROR: "snd_ctl_new1" [drivers/staging/intel_sst/snd-intelmid.ko] undefined!
ERROR: "snd_pcm_lib_preallocate_pages_for_all" [drivers/staging/intel_sst/snd-intelmid.ko] undefined!
ERROR: "snd_card_free" [drivers/staging/intel_sst/snd-intelmid.ko] undefined!
ERROR: "snd_card_register" [drivers/staging/intel_sst/snd-intelmid.ko] undefined!
ERROR: "snd_jack_report" [drivers/staging/intel_sst/snd-intelmid.ko] undefined!
ERROR: "snd_pcm_new" [drivers/staging/intel_sst/snd-intelmid.ko] undefined!
ERROR: "snd_ctl_add" [drivers/staging/intel_sst/snd-intelmid.ko] undefined!

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-11-29 11:38:50 -08:00
..
Kconfig staging: fix intel_sst/intelmid sound build 2010-11-29 11:38:50 -08:00
Makefile
TODO staging: sst: Remove the aava bits 2010-10-14 12:11:24 -07:00
intel_sst.c Staging: sst: add ioctls for post processing algorithm interface 2010-11-29 11:14:05 -08:00
intel_sst.h sst: Change the SST driver PCM interface 2010-11-19 17:43:47 -08:00
intel_sst_app_interface.c Staging: sst: add ioctls for post processing algorithm interface 2010-11-29 11:14:05 -08:00
intel_sst_common.h Staging: sst: add ioctls for post processing algorithm interface 2010-11-29 11:14:05 -08:00
intel_sst_drv_interface.c Staging: sst: Construct fw string name runtime 2010-11-29 11:13:55 -08:00
intel_sst_dsp.c Staging: sst: Add runtime PM support 2010-11-29 11:13:32 -08:00
intel_sst_fw_ipc.h Staging: sst: add ioctls for post processing algorithm interface 2010-11-29 11:14:05 -08:00
intel_sst_ioctl.h Staging: sst: add ioctls for post processing algorithm interface 2010-11-29 11:14:05 -08:00
intel_sst_ipc.c Staging: sst: add ioctls for post processing algorithm interface 2010-11-29 11:14:05 -08:00
intel_sst_pvt.c Staging: intel_sst: Use pr_fmt, fix misspellings 2010-11-09 15:14:38 -08:00
intel_sst_stream.c sst: Change the SST driver PCM interface 2010-11-19 17:43:47 -08:00
intel_sst_stream_encoded.c sst: Change the SST driver PCM interface 2010-11-19 17:43:47 -08:00
intelmid.c sst: Change the SST driver PCM interface 2010-11-19 17:43:47 -08:00
intelmid.h sst: remove rest of aava bits and aava related code 2010-11-17 13:16:34 -08:00
intelmid_ctrl.c sst: Change the SST driver PCM interface 2010-11-19 17:43:47 -08:00
intelmid_msic_control.c Staging: intel_sst: Use pr_fmt, fix misspellings 2010-11-09 15:14:38 -08:00
intelmid_pvt.c sst: log error returned by scu ipc read/write 2010-11-19 17:44:07 -08:00
intelmid_snd_control.h
intelmid_v0_control.c Staging: intel_sst: Use pr_fmt, fix misspellings 2010-11-09 15:14:38 -08:00
intelmid_v1_control.c sst: remove rest of aava bits and aava related code 2010-11-17 13:16:34 -08:00
intelmid_v2_control.c sst: remove rest of aava bits and aava related code 2010-11-17 13:16:34 -08:00
jack.h