On Tue, 2010-05-11 at 18:23 +0200, apatard@mandriva.com wrote:
plain text document attachment (kirkwood_add_audio_dev.patch) This patch add audio related definitions and functions
Signed-off-by: Arnaud Patard apatard@mandriva.com
arch/arm/mach-kirkwood/common.c | 9 9 + 0 - 0 ! arch/arm/mach-kirkwood/common.h | 2 2 + 0 - 0 ! arch/arm/mach-kirkwood/include/mach/audio.h | 13 13 + 0 - 0 ! arch/arm/mach-kirkwood/include/mach/kirkwood.h | 3 3 + 0 - 0 ! 4 files changed, 27 insertions(+) create mode 100644 include/linux/mv88fx_audio.h create mode 100644 sound/soc/kirkwood/Kconfig create mode 100644 sound/soc/kirkwood/Makefile create mode 100644 sound/soc/kirkwood/cs42l51.c create mode 100644 sound/soc/kirkwood/cs42l51.h create mode 100644 sound/soc/kirkwood/kirkwood_audio_hal.c create mode 100644 sound/soc/kirkwood/kirkwood_audio_hal.h create mode 100644 sound/soc/kirkwood/kirkwood_audio_regs.h create mode 100644 sound/soc/kirkwood/kirkwood_pcm.c
Some of the files above are missing from this patch series i.e. kirkwood_audio_hal. Are they required ?
Liam