aboutsummaryrefslogtreecommitdiff
path: root/soundout/alsaout.h
blob: cd79c27f10767e47afe4965a9732d4ece9f89c6d (plain)
1
2
3
4
5
6
7
8
9
#ifndef MYON_ALSAOUT_H_INCLUDED
#define MYON_ALSAOUT_H_INCLUDED

#include "soundout.h"

struct sound_state *alsaout_init(const char *clientname, unsigned srate, sound_callback cbfunc, void *userptr);

#endif // MYON_ALSAOUT_H_INCLUDED