Statistics
| Branch: | Revision:

root / hw / lm4549.c @ 71193433

History | View | Annotate | Download (9 kB)

# Date Author Comment
81396266 09/23/2012 09:11 am Stefan Weil

lm4549: Fix buffer overflow

Report from smatch:
lm4549.c:234 lm4549_write_samples(14) error:
buffer overflow 's->buffer' 1024 <= 1024

There must be enough space to add two entries starting with index
s->buffer_level, therefore the old check was wrong.
...

4d8db4e4 12/14/2011 01:08 pm Stefan Weil

hw: Fix spelling (licenced->licensed)

New code introduced old misspellings.

Signed-off-by: Stefan Weil <>
Signed-off-by: Stefan Hajnoczi <>

d028d02d 10/31/2011 06:40 am Mathieu Sonet

Add AACI audio playback support to the ARM Versatile/PB platform

This driver emulates the ARM AACI interface (PL041) connected to a LM4549 codec.
It enables audio playback for the Versatile/PB platform.

Limitations:
- Supports only a playback on one channel (Versatile/Vexpress)...