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:
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
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