Sync with trunk r43123
[reactos.git] / reactos / drivers / wdm / audio / backpln / portcls / miniport_fmsynth.cpp
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS Kernel Streaming
4 * FILE: drivers/wdm/audio/backpln/portcls/miniport_fmsynth.cpp
5 * PURPOSE: Miniport FM Synth
6 * PROGRAMMER: Johannes Anderwald
7 */
8
9 #include "private.hpp"
10
11
12 NTSTATUS NewMiniportFmSynth(
13 OUT PMINIPORT* OutMiniport,
14 IN REFCLSID ClassId)
15 {
16 return STATUS_UNSUCCESSFUL;
17 }