Commit 8eb5a677 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Mark some QSA audio driver functions as static.

parent 77f25419
......@@ -650,7 +650,7 @@ QSA_OpenDevice(_THIS, const char *devname, int iscapture)
return 1;
}
int
static int
QSA_DetectDevices(int iscapture)
{
uint32_t it;
......@@ -790,7 +790,7 @@ QSA_DetectDevices(int iscapture)
}
}
const char *
static const char *
QSA_GetDeviceName(int index, int iscapture)
{
if (!iscapture) {
......@@ -808,7 +808,7 @@ QSA_GetDeviceName(int index, int iscapture)
}
}
void
static void
QSA_WaitDone(_THIS)
{
if (!this->hidden->iscapture) {
......@@ -826,7 +826,7 @@ QSA_WaitDone(_THIS)
}
}
void
static void
QSA_Deinitialize(void)
{
/* Clear devices array on shutdown */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment