Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3384
b: refs/heads/master
c: 4f00945
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Jun 25, 2005
1 parent f3d2b07 commit 621a622
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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: 155542c271ba76fec37146b26aea1001019eb60d
refs/heads/master: 4f00945a8e35e46b98f3ec4adae747397393e3ee
3 changes: 0 additions & 3 deletions trunk/sound/oss/nm256.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ struct nm256_info
struct nm256_info *next_card;
};

/* Debug flag--bigger numbers mean more output. */
extern int nm256_debug;

/* The BIOS signature. */
#define NM_SIGNATURE 0x4e4d0000
/* Signature mask. */
Expand Down
5 changes: 3 additions & 2 deletions trunk/sound/oss/nm256_audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@
#include <linux/delay.h>
#include <linux/spinlock.h>
#include "sound_config.h"
#include "nm256.h"
#include "nm256_coeff.h"

static int nm256_debug;
static int force_load;

#include "nm256.h"
#include "nm256_coeff.h"

/*
* The size of the playback reserve. When the playback buffer has less
* than NM256_PLAY_WMARK_SIZE bytes to output, we request a new
Expand Down

0 comments on commit 621a622

Please sign in to comment.