summaryrefslogtreecommitdiff
path: root/gr-audio/lib/jack/jack_impl.cc
blob: bb6917c57f0d1d482dc5c1733127e89267346790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* -*- c++ -*- */
/*
 * Copyright 2005 Free Software Foundation, Inc.
 *
 * This file is part of GNU Radio
 *
 * SPDX-License-Identifier: GPL-3.0-or-later
 *
 */

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include "jack_impl.h"
#include <algorithm>