[alsa-devel] asoc tsc210x
Hello all,
I'm assessing TSC2100 codec on an embdedded system.
Any intentions on implementing an ASoC codec driver for TSC210x family? Could the multi-function nature of the chip raise some issues with ASoC framework?
-Jukka
On Fri, Apr 25, 2008 at 10:05 AM, ext-jukka.hynninen@vaisala.com wrote:
Hello all,
I'm assessing TSC2100 codec on an embdedded system.
Any intentions on implementing an ASoC codec driver for TSC210x family?
I'm not aware, but in linux-omap there are some non-ASoC and touchscreen implementations for them.
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=tree;f...
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=tree;f...
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=tree;f...
Could the multi-function nature of the chip raise some issues with ASoC
framework?
Probably. E.g. in TSC2301 the touchscreen subsystem starts using audio MCLK input whenever the audio subsystem is powered on and some internal clock otherwise. So there can always be some undocumented subsystem dependencies.
Jarkko
On Fri, 2008-04-25 at 12:01 +0300, Jarkko Nikula wrote:
On Fri, Apr 25, 2008 at 10:05 AM, ext-jukka.hynninen@vaisala.com wrote:
Hello all,
I'm assessing TSC2100 codec on an embdedded system.
Any intentions on implementing an ASoC codec driver for TSC210x family?
I'm not aware, but in linux-omap there are some non-ASoC and touchscreen implementations for them.
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=tree;f...
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=tree;f...
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=tree;f...
Could the multi-function nature of the chip raise some issues with ASoC
framework?
Probably. E.g. in TSC2301 the touchscreen subsystem starts using audio MCLK input whenever the audio subsystem is powered on and some internal clock otherwise. So there can always be some undocumented subsystem dependencies.
Fwiw, we have handled a multi function PMIC with RTC, watchdog, backlight, audio, regulator, LED and audio drivers under ASoC here :-
http://opensource.wolfsonmicro.com/cgi-bin/gitweb.cgi?p=linux-2.6-audioplus....
All client drivers (including audio) are handled via a bus manager in order to manage IO and generic device functions e.g. irq's
http://opensource.wolfsonmicro.com/cgi-bin/gitweb.cgi?p=linux-2.6-audioplus....
The ASoC driver just becomes another client of the multi function device bus manager.
HTH
Liam
participants (3)
-
ext-jukka.hynninen@vaisala.com
-
Jarkko Nikula
-
Liam Girdwood