ASoC: rt5645: Add codec driver
authorOder Chiou <oder_chiou@realtek.com>
Mon, 28 Apr 2014 11:59:10 +0000 (19:59 +0800)
committerMark Brown <broonie@linaro.org>
Sat, 3 May 2014 17:36:10 +0000 (10:36 -0700)
commit1319b2f6a565231ca2e3f368ab7f74fc4714c799
tree53c72251c9aa2f864e56dce60729bb446e5140ea
parent871c131dcbee80e9459bf695c8c5cfd6bf0d26d6
ASoC: rt5645: Add codec driver

This patch adds the Realtek ALC5645 codec driver. It is the base
version that because the jack detect function is not implemented to
it, the headphone and AMIC1 are not workable. We will fill up the
further functions later.

Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
include/sound/rt5645.h [new file with mode: 0644]
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/rt5645.c [new file with mode: 0644]
sound/soc/codecs/rt5645.h [new file with mode: 0644]