// SPDX-License-Identifier: GPL-2.0-only /* * tascam-proc.h - a part of driver for TASCAM FireWire series * * Copyright (c) 2015 Takashi Sakamoto */ #include "./tascam.h" static void proc_read_firmware(struct snd_info_entry *entry, struct snd_info_buffer *buffer) { … } static void add_node(struct snd_tscm *tscm, struct snd_info_entry *root, const char *name, void (*op)(struct snd_info_entry *e, struct snd_info_buffer *b)) { … } void snd_tscm_proc_init(struct snd_tscm *tscm) { … }