view src/sid/xs_fileinfo.h @ 3187:360e92f3211d

alsa-ng: Apparently 24bit values are padded to 32bit, so we need to tell ALSA that. The FMT_*24_* constants are misleading.
author William Pitcock <nenolod@atheme.org>
date Fri, 19 Jun 2009 08:38:14 -0500
parents 1223e8510d8a
children
line wrap: on
line source

#ifndef XS_FILEINFO_H
#define XS_FILEINFO_H

#include "xmms-sid.h"

#ifdef __cplusplus
extern "C" {
#endif

#ifndef AUDACIOUS_PLUGIN
void    xs_fileinfo_update(void);
#endif
void    xs_fileinfo(gchar *);

#ifdef __cplusplus
}
#endif
#endif /* XS_FILEINFO_H */