Re: [PATCH 2/2] ASoC: add locking to mpc5200-psc-ac97 driver

2009-07-03 Thread Grant Likely
On Thu, Jul 2, 2009 at 1:08 PM, michael wrote: > Hi, > > Grant Likely wrote: >> >> From: Grant Likely >> >> AC97 bus register read/write hooks need to provide locking, but the >> mpc5200-psc-ac97 driver does not.  This patch adds a mutex around >> the register access routines. >> >> Signed-off-by:

Re: [PATCH 2/2] ASoC: add locking to mpc5200-psc-ac97 driver

2009-07-02 Thread michael
Hi, Grant Likely wrote: From: Grant Likely AC97 bus register read/write hooks need to provide locking, but the mpc5200-psc-ac97 driver does not. This patch adds a mutex around the register access routines. Signed-off-by: Grant Likely --- sound/soc/fsl/mpc5200_dma.c |1 + sound/so

Re: [PATCH 2/2] ASoC: add locking to mpc5200-psc-ac97 driver

2009-07-02 Thread Jon Smirl
On Thu, Jul 2, 2009 at 1:57 PM, Grant Likely wrote: > From: Grant Likely > > AC97 bus register read/write hooks need to provide locking, but the > mpc5200-psc-ac97 driver does not.  This patch adds a mutex around > the register access routines. > > Signed-off-by: Grant Likely Acked-by: Jon Smirl