/** * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. * * This source file is released under GPL v2 license (no other versions). * See the COPYING file included in the main directory of this source * distribution for the license terms and conditions. * * @File cthw20k2.h * * @Brief * This file contains the definition of hardware access methord. * * @Author Liu Chun * @Date May 13 2008 * */ #ifndef CTHW20K2_H #define CTHW20K2_H #include "cthardware.h" int create_20k2_hw_obj(struct hw **rhw); int destroy_20k2_hw_obj(struct hw *hw); #endif /* CTHW20K2_H */ '/>
summaryrefslogtreecommitdiff
path: root/net/netlabel
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2016-12-08 16:44:14 +0800
committerMark Brown <broonie@kernel.org>2016-12-08 16:08:37 +0000
commitde7975c2a42de889e2b3fd2f7d46f899ad8ccd45 (patch)
treeb8b674e6474b18a9f729764fc37fad91e9db735b /net/netlabel
parent1001354ca34179f3db924eb66672442a173147dc (diff)
ASoC: zte: spdif and i2s drivers are not zx296702 specific
ZTE ZX SPDIF and I2S drivers can work on not only ZX296702 but also other ZTE ZX family SoCs like ZX296718, which is an arm64 platform. Let's make a few renaming and tweak the Kconfig a bit to get the drivers available for other ZTE ZX platforms. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Reviewed-by: Jun Nie <jun.nie@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'net/netlabel')