aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt5670.c
Commit message (Collapse)AuthorAge
...
* ASoC: rt5670: Fix duplicate const warningsMark Brown2014-08-01
| | | | | | | | Since SOC_ENUM_SINGLE_DECL() includes a const as part of the macro adding an explicit const in the source is duplication and causes sparse to warn. Remove the extra consts. Signed-off-by: Mark Brown <broonie@linaro.org>
* ASoC: rt5670: Staticise non-exported symbolsMark Brown2014-08-01
| | | | Signed-off-by: Mark Brown <broonie@linaro.org>
* ASoC: add RT5670 CODEC driverBard Liao2014-07-02
This patch adds a minimum support of Realtek ALC5670 codec. Signed-off-by: Bard Liao <bardliao@realtek.com> Signed-off-by: Mark Brown <broonie@linaro.org>