diff options
author | Denis Krjuchkov <alcohold@gmail.com> | 2010-10-09 02:45:08 +0600 |
---|---|---|
committer | Denis Krjuchkov <alcohold@gmail.com> | 2010-10-09 02:45:08 +0600 |
commit | e6fc88a758af2f0a37376c5c8dcf90db05e4e45a (patch) | |
tree | b314d6e3ed18c39f1bebd4a5269bd395b24d167f /src/mixer_list.h | |
parent | 20004b7ee09db7de5a58ef50735b64309709a4c7 (diff) | |
download | mpd-e6fc88a758af2f0a37376c5c8dcf90db05e4e45a.tar.gz mpd-e6fc88a758af2f0a37376c5c8dcf90db05e4e45a.tar.xz mpd-e6fc88a758af2f0a37376c5c8dcf90db05e4e45a.zip |
mixer: winmm_mixer implemented
Diffstat (limited to 'src/mixer_list.h')
-rw-r--r-- | src/mixer_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mixer_list.h b/src/mixer_list.h index 44bfd9289..a472c8807 100644 --- a/src/mixer_list.h +++ b/src/mixer_list.h @@ -29,5 +29,6 @@ extern const struct mixer_plugin software_mixer_plugin; extern const struct mixer_plugin alsa_mixer_plugin; extern const struct mixer_plugin oss_mixer_plugin; extern const struct mixer_plugin pulse_mixer_plugin; +extern const struct mixer_plugin winmm_mixer_plugin; #endif |