Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133144
b: refs/heads/master
c: c2503cd
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Mar 5, 2009
1 parent 2fe9a7b commit 947e315
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f9ffc5d6f0161b66202f2df9ecc42d1be241020d
refs/heads/master: c2503cd3be9eacb1dd06ec5b6fba8bb06aac12a8
3 changes: 3 additions & 0 deletions trunk/sound/pci/rme9652/hdsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -3740,6 +3740,9 @@ static irqreturn_t snd_hdsp_interrupt(int irq, void *dev_id)
midi0status = hdsp_read (hdsp, HDSP_midiStatusIn0) & 0xff;
midi1status = hdsp_read (hdsp, HDSP_midiStatusIn1) & 0xff;

if (!(hdsp->state & HDSP_InitializationComplete))
return IRQ_HANDLED;

if (audio) {
if (hdsp->capture_substream)
snd_pcm_period_elapsed(hdsp->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream);
Expand Down

0 comments on commit 947e315

Please sign in to comment.