Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342615
b: refs/heads/master
c: 2efa1d5
h: refs/heads/master
i:
  342613: 3bdbfa2
  342611: 278caee
  342607: 6ee7997
v: v3
  • Loading branch information
Takashi Iwai committed Nov 22, 2012
1 parent 277ac67 commit a555a14
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8232932d32c12e35d0dc9311221ea1945f4efc8e
refs/heads/master: 2efa1d59fe5af81456393472121623c9502548ce
2 changes: 2 additions & 0 deletions trunk/sound/pci/emu10k1/emu10k1_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -714,8 +714,10 @@ static int emu1010_firmware_thread(void *data)
msleep_interruptible(1000);
if (kthread_should_stop())
break;
#ifdef CONFIG_PM_SLEEP
if (emu->suspend)
continue;
#endif
snd_emu1010_fpga_read(emu, EMU_HANA_IRQ_STATUS, &tmp); /* IRQ Status */
snd_emu1010_fpga_read(emu, EMU_HANA_OPTION_CARDS, &reg); /* OPTIONS: Which cards are attached to the EMU */
if (reg & EMU_HANA_OPTION_DOCK_OFFLINE) {
Expand Down

0 comments on commit a555a14

Please sign in to comment.