Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-23 | ASoC: isabelle: Staticise non-exported isabelle_dai | Mark Brown | |
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> | |||
2012-06-08 | ASoC: isabelle: using an uninitialized variable | Dan Carpenter | |
We should set "isabelle_regmap" before using it. GCC complains. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> | |||
2012-06-05 | ASoC: isabelle: Remove regmap_exit() | MR Swami Reddy | |
With devm_ APIs regmap_exit() not needed, so remove regmap_exit(). Signed-off-by: Vishwas A Deshpande <vishwas.a.deshpande@ti.com> Signed-off-by: M R Swami Reddy <mr.swami.reddy@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> | |||
2012-06-05 | ASoC: Support TI Isabelle Audio driver | M R Swami Reddy | |
ASoC: Support TI Isabelle Audio driver The Isabelle Audio IC is a complete low power high fidelity CODEC with integrated ADCs, DACs, decimation and interpolation filters, PLL, and power providers. This device supports 2 analog and 2 digital microphone channels, a mono earpiece driver, stereo class G headphone drivers with ultra low power and best SNR in the industry, stereo Class D speaker drivers, and 2 high performance Line drivers. The below patch is a basic driver code for TI Isabelle audio codec. The functionalities like headset detection, etc., will be included incrementally in the up-coming patches. Signed-off-by: Vishwas A Deshpande <vishwas.a.deshpande@ti.com> Signed-off-by: M R Swami Reddy <mr.swami.reddy@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> |