/* * This header provides Tegra124-specific constants for binding * nvidia,tegra124-car. */ #ifndef _DT_BINDINGS_RESET_TEGRA124_CAR_H #define _DT_BINDINGS_RESET_TEGRA124_CAR_H #define TEGRA124_RESET(x) (6 * 32 + (x)) #define TEGRA124_RST_DFLL_DVCO TEGRA124_RESET(0) #endif /* _DT_BINDINGS_RESET_TEGRA124_CAR_H */ pe='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2016-08-08 09:35:53 +0000
committerMark Brown <broonie@kernel.org>2016-08-08 11:57:57 +0100
commit3123e54b341485e022010b263d3c80cafa5ebf1e (patch)
tree39be58326ce69f682cb4c5e4bed6ac572a25f0a5
parent2fa1f30af91be69158bf86fa9e4d474c0bc955dc (diff)
ASoC: codec duplicated callback function goes to component on wm9712
codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from codec driver to component driver. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>