mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-21 15:10:04 +01:00
21 lines
470 B
C
21 lines
470 B
C
|
|
/* WirePlumber
|
||
|
|
*
|
||
|
|
* Copyright © 2019 Collabora Ltd.
|
||
|
|
* @author George Kiagiadakis <george.kiagiadakis@collabora.com>
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||
|
|
*/
|
||
|
|
|
||
|
|
/**
|
||
|
|
* module-pw-alsa-udev provides alsa device detection through pipewire
|
||
|
|
* and automatically creates endpoints for all alsa device nodes that appear
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include <wp/wp.h>
|
||
|
|
#include <pipewire/pipewire.h>
|
||
|
|
|
||
|
|
void
|
||
|
|
wireplumber__module_init (WpModule * module, WpCore * core, GVariant * args)
|
||
|
|
{
|
||
|
|
}
|