alsa: aad alsa source and monitor

This commit is contained in:
Wim Taymans 2016-09-19 09:16:58 +02:00
parent 2bf322ee71
commit bd7009756c
12 changed files with 707 additions and 567 deletions

View file

@ -21,7 +21,7 @@
#include <server/daemon.h>
#include <server/module.h>
#include "spa-alsa-sink.h"
#include "spa-alsa-monitor.h"
#include "spa-v4l2-monitor.h"
#include "spa-audiotestsrc.h"
@ -30,7 +30,7 @@ gboolean pinos__module_init (PinosModule *module, const gchar * args);
G_MODULE_EXPORT gboolean
pinos__module_init (PinosModule * module, G_GNUC_UNUSED const gchar * args)
{
pinos_spa_alsa_sink_new (module->daemon, "alsa-sink", NULL);
pinos_spa_alsa_monitor_new (module->daemon);
pinos_spa_v4l2_monitor_new (module->daemon);
pinos_spa_audiotestsrc_new (module->daemon, "audiotestsrc", NULL);