Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-01 | ASoC: rt5670: Fix duplicate const warnings | Mark Brown | 1 | -72/+37 | |
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> | |||||
2014-08-01 | ASoC: rt5670: Staticise non-exported symbols | Mark Brown | 1 | -3/+3 | |
Signed-off-by: Mark Brown <broonie@linaro.org> | |||||
2014-07-02 | ASoC: add RT5670 CODEC driver | Bard Liao | 1 | -0/+2692 | |
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> |