[alsa-devel] [ASoC] Missing shutdown() vectors in ASoC

Liam Girdwood lg at opensource.wolfsonmicro.com
Mon Jun 18 14:15:51 CEST 2007


On Mon, 2007-06-18 at 13:12 +0530, Nobin Mathew wrote:
> Hi Liam,
> 
>  Can you please look at this mail Thread.
> 
> http://mailman.alsa-project.org/pipermail/alsa-devel/2007-June/001436.html
> 

Atm, shutdown can be implemented in the current version of ASoC by
adding a shutdown callback to the "soc-audio" platform device in
soc-core.c. This callback could then call your codec/platform/machine
shutdown()'s.

Future versions (in dev-ppc branch atm) wont need this as shutdown can
be added to each driver in the regular Linux way.

Liam 



More information about the Alsa-devel mailing list