Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62047
b: refs/heads/master
c: 65ff235
h: refs/heads/master
i:
  62045: b5bbe1f
  62043: 4f04ac4
  62039: 14c210a
  62031: 04e9b75
  62015: e543fb0
v: v3
  • Loading branch information
Ash Willis authored and Jaroslav Kysela committed Jul 20, 2007
1 parent e170cb9 commit a35d3bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dda369cf2022fb767b158c4ba2fe2f1ca1fba29c
refs/heads/master: 65ff2357a7e40bf4b42858516861c3d0e19f512b
7 changes: 4 additions & 3 deletions trunk/sound/pci/als300.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
#define PLAYBACK_BLOCK_COUNTER 0x9A
#define RECORD_BLOCK_COUNTER 0x9B

#define DEBUG_CALLS 1
#define DEBUG_PLAY_REC 1
#define DEBUG_CALLS 0
#define DEBUG_PLAY_REC 0

#if DEBUG_CALLS
#define snd_als300_dbgcalls(format, args...) printk(format, ##args)
Expand Down Expand Up @@ -733,7 +733,8 @@ static int __devinit snd_als300_create(struct snd_card *card,

snd_als300_init(chip);

if (snd_als300_ac97(chip) < 0) {
err = snd_als300_ac97(chip);
if (err < 0) {
snd_printk(KERN_WARNING "Could not create ac97\n");
snd_als300_free(chip);
return err;
Expand Down

0 comments on commit a35d3bc

Please sign in to comment.