forked from external/yambar
7 lines
157 B
C
7 lines
157 B
C
#pragma once
|
|
|
|
#include "../module.h"
|
|
#include "../particle.h"
|
|
|
|
struct module *module_alsa(
|
|
const char *card, const char *mixer, struct particle *label);
|