summaryrefslogtreecommitdiffstats
path: root/config.tests/alsa/alsatest.cpp
blob: f57ff2a0e5d3adb0c0bc590fa5614d7d85f18217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: BSD-3-Clause

#include <alsa/asoundlib.h>
#if SND_LIB_VERSION < 0x1000a  // 1.0.10
#error "Alsa version found too old, require >= 1.0.10"
#endif

int main(int argc,char **argv)
{
}