// SPDX-License-Identifier: GPL-2.0-only /* * oxfw_proc.c - a part of driver for OXFW970/971 based devices * * Copyright (c) 2014 Takashi Sakamoto */ #include "./oxfw.h" static void proc_read_formation(struct snd_info_entry *entry, struct snd_info_buffer *buffer) { … } static void add_node(struct snd_oxfw *oxfw, struct snd_info_entry *root, const char *name, void (*op)(struct snd_info_entry *e, struct snd_info_buffer *b)) { … } void snd_oxfw_proc_init(struct snd_oxfw *oxfw) { … }