aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/inno_rk3036.c
Commit message (Collapse)AuthorAge
* ASoC: codec duplicated callback function goes to component on inno_rk3036Kuninori Morimoto2016-08-08
| | | | | | | | | | 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>
* ASoC: rk3036: fix platform_no_drv_owner.cocci warningskbuild test robot2015-11-23
| | | | | | | | | | | sound/soc/codecs/inno_rk3036.c:480:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* ASoC: rk3036: Inno codec driver for RK3036 SoCZhengShunQian2015-11-23
RK3036 SoC integrated with an Inno audio codec. This driver implements the functions of it. There is not need a special machine driver, since the simple-card machine driver works perfect in this case. Signed-off-by: ZhengShunQian <zhengsq@rock-chips.com> Signed-off-by: Mark Brown <broonie@kernel.org>