Commit 48282d24 authored by David Reid's avatar David Reid

Add a clarifying comment.

parent f040e3a1
...@@ -42312,7 +42312,8 @@ MA_API void ma_get_standard_channel_map(ma_standard_channel_map standardChannelM ...@@ -42312,7 +42312,8 @@ MA_API void ma_get_standard_channel_map(ma_standard_channel_map standardChannelM
ma_get_standard_channel_map_sndio(channels, pChannelMap); ma_get_standard_channel_map_sndio(channels, pChannelMap);
} break; } break;
case ma_standard_channel_map_microsoft: case ma_standard_channel_map_microsoft: /* Also default. */
/*case ma_standard_channel_map_default;*/
default: default:
{ {
ma_get_standard_channel_map_microsoft(channels, pChannelMap); ma_get_standard_channel_map_microsoft(channels, pChannelMap);
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