diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-07-09 04:36:22 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-07-20 05:11:47 -0400 |
commit | d20b9b20e5f3bb82a6f38583154cb2f163d465d7 (patch) | |
tree | 18c6d93adde1c4185f31f997441977a04d4176f8 /sound/sh/aica.h | |
parent | 43bbb6ccc67775b432c31d5fd2e1050329ffdcbf (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.h | 1 |
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 { | |||
69 | }; | 69 | }; |
70 | 70 | ||
71 | struct snd_card_aica { | 71 | struct snd_card_aica { |
72 | struct work_struct spu_dma_work; | ||
72 | struct snd_card *card; | 73 | struct snd_card *card; |
73 | struct aica_channel *channel; | 74 | struct aica_channel *channel; |
74 | struct snd_pcm_substream *substream; | 75 | struct snd_pcm_substream *substream; |