#include "./bebob.h"
struct hw_info { … } __packed;
static void
proc_read_hw_info(struct snd_info_entry *entry,
struct snd_info_buffer *buffer)
{ … }
static void
proc_read_meters(struct snd_info_entry *entry,
struct snd_info_buffer *buffer)
{ … }
static void
proc_read_formation(struct snd_info_entry *entry,
struct snd_info_buffer *buffer)
{ … }
static void
proc_read_clock(struct snd_info_entry *entry,
struct snd_info_buffer *buffer)
{ … }
static void
add_node(struct snd_bebob *bebob, struct snd_info_entry *root, const char *name,
void (*op)(struct snd_info_entry *e, struct snd_info_buffer *b))
{ … }
void snd_bebob_proc_init(struct snd_bebob *bebob)
{ … }