/* * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * * ALSA PCM interface for the Samsung SoC */ #ifndef _SAMSUNG_DMA_H #define _SAMSUNG_DMA_H #include /* * @tx, @rx arguments can be NULL if the DMA channel names are "tx", "rx", * otherwise actual DMA channel names must be passed to this function. */ int samsung_asoc_dma_platform_register(struct device *dev, dma_filter_fn filter, const char *tx, const char *rx); #endif /* _SAMSUNG_DMA_H */ '/cgit.cgi/'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeliang Tang <geliangtang@gmail.com>2016-11-23 22:50:05 +0800
committerJacek Anaszewski <j.anaszewski@samsung.com>2016-11-23 16:38:01 +0100
commitcee0122de3a850d3d66d8346a20e3d2a0146b4a0 (patch)
tree5430fcb18693f57be81888621301f5a247fb54b3
parent2a4f8114f21395d48958c3017ae8a091d9ae41d1 (diff)
leds: leds-cobalt-raq: use builtin_platform_driver
Use builtin_platform_driver() helper to simplify the code. Signed-off-by: Geliang Tang <geliangtang@gmail.com> Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>