#ifndef SIG_H #define SIG_H extern void register_signal(int signal, void (*handler)(int)); extern void register_signal_f(int signal, void (*handler)(int), int flags); #endif /* SIG_H */
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2016-03-11 16:04:20 +0200
committerMark Brown <broonie@kernel.org>2016-03-12 09:45:59 +0700
commitdc6cdb420359103e1f20752d01cb1e2bbe8ba8b8 (patch)
tree70efae39809a79e0f26c379024542f8088fc6268
parent4a11ff260053b1097a5afa6c51e8d5e064aa88a7 (diff)
ASoC: davinci: Kconfig: Update the edma-pcm section's dependency and help
Instead of depending on individual SoCs make the edma-pcm depend on the eDMA dmaengine driver (TI_EDMA). Update the help text and add DRA7xx family since they have eDMA integrated as well along with sDMA. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>