Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Forgot to disable debug messages
- Loading branch information
|
@@ -53,7 +53,7 @@ |
|
|
|
|
|
/* Debug print info */ |
|
|
#define DEBUG_NAME "audio:dma8: " |
|
|
#if 1 |
|
|
#if 0 |
|
|
#define DEBUG_PRINT(what) \ |
|
|
{ \ |
|
|
printf what; \ |
|
|
|
@@ -53,7 +53,7 @@ |
|
|
|
|
|
/* Debug print info */ |
|
|
#define DEBUG_NAME "audio:gsxb: " |
|
|
#if 1 |
|
|
#if 0 |
|
|
#define DEBUG_PRINT(what) \ |
|
|
{ \ |
|
|
printf what; \ |
|
|
|
@@ -53,7 +53,7 @@ |
|
|
|
|
|
/* Debug print info */ |
|
|
#define DEBUG_NAME "audio:mcsn: " |
|
|
#if 1 |
|
|
#if 0 |
|
|
#define DEBUG_PRINT(what) \ |
|
|
{ \ |
|
|
printf what; \ |
|
|
|
@@ -53,7 +53,7 @@ |
|
|
|
|
|
/* Debug print info */ |
|
|
#define DEBUG_NAME "audio:stfa: " |
|
|
#if 1 |
|
|
#if 0 |
|
|
#define DEBUG_PRINT(what) \ |
|
|
{ \ |
|
|
printf what; \ |
|
|
|
@@ -54,7 +54,7 @@ |
|
|
|
|
|
/* Debug print info */ |
|
|
#define DEBUG_NAME "audio:xbios: " |
|
|
#if 1 |
|
|
#if 0 |
|
|
#define DEBUG_PRINT(what) \ |
|
|
{ \ |
|
|
printf what; \ |
|
|