Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
KMix
Commits
ee1289c5
Commit
ee1289c5
authored
Oct 05, 2020
by
Adriaan de Groot
💬
Committed by
Jonathan Marten
Oct 12, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark tables as not-to-be-formatted
parent
ae906fe8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
backends/mixer_oss.cpp
backends/mixer_oss.cpp
+2
-0
No files found.
backends/mixer_oss.cpp
View file @
ee1289c5
...
...
@@ -54,6 +54,7 @@
*/
#define MAX_MIXDEVS 32
// clang-format off
const
char
*
MixerDevNames
[
32
]
=
{
I18N_NOOP
(
"Volume"
),
I18N_NOOP
(
"Bass"
),
I18N_NOOP
(
"Treble"
),
I18N_NOOP
(
"Synth"
),
I18N_NOOP
(
"Pcm"
),
I18N_NOOP
(
"Speaker"
),
...
...
@@ -79,6 +80,7 @@ const MixDevice::ChannelType MixerChannelTypes[32] = {
MixDevice
::
EXTERNAL
,
MixDevice
::
VOLUME
,
MixDevice
::
VOLUME
,
MixDevice
::
UNKNOWN
,
MixDevice
::
UNKNOWN
,
MixDevice
::
UNKNOWN
,
MixDevice
::
UNKNOWN
,
MixDevice
::
UNKNOWN
};
// clang-format on
Mixer_Backend
*
OSS_getMixer
(
Mixer
*
mixer
,
int
device
)
{
...
...
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