From d20b9b20e5f3bb82a6f38583154cb2f163d465d7 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 9 Jul 2007 10:36:22 +0200 Subject: [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 Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- sound/sh/aica.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sound/sh/aica.h') diff --git a/sound/sh/aica.h b/sound/sh/aica.h index 0603b5b0376..8c11e3d10a5 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; -- cgit v1.2.3