Big renaming - from sound to asound...

This commit is contained in:
Jaroslav Kysela 1998-08-30 21:08:44 +00:00
parent 254d52fc84
commit 2ae16fb30d
20 changed files with 59 additions and 57 deletions

View file

@ -1,6 +1,6 @@
#include <stdio.h>
#include <string.h>
#include "../include/soundlib.h"
#include "../include/asoundlib.h"
void main( void )
{

View file

@ -1,6 +1,6 @@
#include <stdio.h>
#include <string.h>
#include "../include/soundlib.h"
#include "../include/asoundlib.h"
static void mixer_test( int card, int device )
{

View file

@ -1,6 +1,6 @@
#include <stdio.h>
#include <string.h>
#include "../include/soundlib.h"
#include "../include/asoundlib.h"
const char *get_type( unsigned int type )
{