summaryrefslogtreecommitdiff
path: root/sound/sh/aica.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-07-09 10:36:22 +0200
committerJaroslav Kysela <perex@suse.cz>2007-07-20 11:11:47 +0200
commitd20b9b20e5f3bb82a6f38583154cb2f163d465d7 (patch)
tree18c6d93adde1c4185f31f997441977a04d4176f8 /sound/sh/aica.h
parent43bbb6ccc67775b432c31d5fd2e1050329ffdcbf (diff)
[ALSA] aica - fix behaviour in poor resource conditions
Fix behaviour in poor resource conditions. With this new patch, tidied with indent and with SNDRV_PCM_TRIGGER_STOP being used. Signed-off by: Adrian McMenamin <adrian@mcmen.demon.co.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/sh/aica.h')
-rw-r--r--sound/sh/aica.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/sh/aica.h b/sound/sh/aica.h
index 0603b5b0376b..8c11e3d10a50 100644
--- a/sound/sh/aica.h
+++ b/sound/sh/aica.h
@@ -69,6 +69,7 @@ struct aica_channel {
};
struct snd_card_aica {
+ struct work_struct spu_dma_work;
struct snd_card *card;
struct aica_channel *channel;
struct snd_pcm_substream *substream;