ALSA: sound/arm: Fix build failure caused by missing struct aaci definition
authorPeter Huewe <peterhuewe@gmx.de>
Sat, 26 Dec 2009 02:27:45 +0000 (03:27 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 26 Dec 2009 09:16:07 +0000 (10:16 +0100)
commit903b0eb39e3284cbf4d5a3773858e9586d16cbda
tree50346a4d52da8e50d9e0be27a8fd31e3b0201f5c
parent8b90ca08821fee79e181bfcbc3bbd41ef5637136
ALSA: sound/arm: Fix build failure caused by missing struct aaci definition

This patch fixes a build failure introduced by the patch
  ALSA: AACI: factor common hw_params logic into aaci_pcm_hw_params [1]
by adding/moving the aaci struct to the right position.

The patch mentioned above merged common source parts into one function,
but unfortunately left out the aaci struct and consequently caused a
build failure e.g. for arm versatile_config [2]

References:
[1] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=d3aee7996c30f928bbbbfd0994148e35d2e83084
[2] http://kisskb.ellerman.id.au/kisskb/buildresult/1893605/

Patch against Linus' tree.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/arm/aaci.c