[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>
This commit is contained in:
Takashi Iwai
2007-07-09 10:36:22 +02:00
committed by Jaroslav Kysela
父節點 43bbb6ccc6
當前提交 d20b9b20e5
共有 2 個文件被更改,包括 37 次插入46 次删除

查看文件

@@ -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;