Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
miniaudio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
miniaudio
Commits
c74c90f6
Commit
c74c90f6
authored
Feb 23, 2025
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor comment changes.
parent
01302b97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
miniaudio.h
miniaudio.h
+8
-8
No files found.
miniaudio.h
View file @
c74c90f6
...
@@ -17501,7 +17501,7 @@ static ma_job_proc g_jobVTable[MA_JOB_TYPE_COUNT] =
...
@@ -17501,7 +17501,7 @@ static ma_job_proc g_jobVTable[MA_JOB_TYPE_COUNT] =
/* Device. */
/* Device. */
#if !defined(MA_NO_DEVICE_IO)
#if !defined(MA_NO_DEVICE_IO)
ma_job_process__device__aaudio_reroute /*
MA_JOB_TYPE_DEVICE_AAUDIO_REROUTE
*/
ma_job_process__device__aaudio_reroute /*
MA_JOB_TYPE_DEVICE_AAUDIO_REROUTE
*/
#endif
#endif
};
};
...
@@ -28778,7 +28778,7 @@ static ma_result ma_context_init__alsa(ma_context* pContext, const ma_context_co
...
@@ -28778,7 +28778,7 @@ static ma_result ma_context_init__alsa(ma_context* pContext, const ma_context_co
return MA_SUCCESS;
return MA_SUCCESS;
}
}
#endif /* ALSA */
#endif /*
MA_HAS_
ALSA */
...
@@ -31973,7 +31973,7 @@ static ma_result ma_context_init__jack(ma_context* pContext, const ma_context_co
...
@@ -31973,7 +31973,7 @@ static ma_result ma_context_init__jack(ma_context* pContext, const ma_context_co
return MA_SUCCESS;
return MA_SUCCESS;
}
}
#endif /* JACK */
#endif /*
MA_HAS_
JACK */
...
@@ -35218,7 +35218,7 @@ static ma_result ma_context_init__coreaudio(ma_context* pContext, const ma_conte
...
@@ -35218,7 +35218,7 @@ static ma_result ma_context_init__coreaudio(ma_context* pContext, const ma_conte
return MA_SUCCESS;
return MA_SUCCESS;
}
}
#endif /*
Core Audio
*/
#endif /*
MA_HAS_COREAUDIO
*/
...
@@ -36065,7 +36065,7 @@ static ma_result ma_context_init__sndio(ma_context* pContext, const ma_context_c
...
@@ -36065,7 +36065,7 @@ static ma_result ma_context_init__sndio(ma_context* pContext, const ma_context_c
(void)pConfig;
(void)pConfig;
return MA_SUCCESS;
return MA_SUCCESS;
}
}
#endif /*
sndio
*/
#endif /*
MA_HAS_SNDIO
*/
...
@@ -36963,7 +36963,7 @@ static ma_result ma_context_init__audio4(ma_context* pContext, const ma_context_
...
@@ -36963,7 +36963,7 @@ static ma_result ma_context_init__audio4(ma_context* pContext, const ma_context_
return MA_SUCCESS;
return MA_SUCCESS;
}
}
#endif /*
audio
4 */
#endif /*
MA_HAS_AUDIO
4 */
/******************************************************************************
/******************************************************************************
...
@@ -37594,7 +37594,7 @@ static ma_result ma_context_init__oss(ma_context* pContext, const ma_context_con
...
@@ -37594,7 +37594,7 @@ static ma_result ma_context_init__oss(ma_context* pContext, const ma_context_con
return MA_SUCCESS;
return MA_SUCCESS;
}
}
#endif /* OSS */
#endif /*
MA_HAS_
OSS */
...
@@ -40918,7 +40918,7 @@ static ma_result ma_context_init__webaudio(ma_context* pContext, const ma_contex
...
@@ -40918,7 +40918,7 @@ static ma_result ma_context_init__webaudio(ma_context* pContext, const ma_contex
return MA_SUCCESS;
return MA_SUCCESS;
}
}
#endif /*
Web Audio
*/
#endif /*
MA_HAS_WEBAUDIO
*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment