Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321001
b: refs/heads/master
c: bc733d4
h: refs/heads/master
i:
  320999: e17de17
v: v3
  • Loading branch information
Takashi Iwai committed Jul 25, 2012
1 parent cc90b64 commit 433b285
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6162552b0de6ba80937c3dd53e084967851cd199
refs/heads/master: bc733d495267a23ef8660220d696c6e549ce30b3
1 change: 1 addition & 0 deletions trunk/sound/drivers/mpu401/mpu401_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ int snd_mpu401_uart_new(struct snd_card *card, int device,
spin_lock_init(&mpu->output_lock);
spin_lock_init(&mpu->timer_lock);
mpu->hardware = hardware;
mpu->irq = -1;
if (! (info_flags & MPU401_INFO_INTEGRATED)) {
int res_size = hardware == MPU401_HW_PC98II ? 4 : 2;
mpu->res = request_region(port, res_size, "MPU401 UART");
Expand Down

0 comments on commit 433b285

Please sign in to comment.