// SPDX-License-Identifier: GPL-2.0-only /* * digi00x-proc.c - a part of driver for Digidesign Digi 002/003 family * * Copyright (c) 2014-2015 Takashi Sakamoto */ #include "digi00x.h" static int get_optical_iface_mode(struct snd_dg00x *dg00x, enum snd_dg00x_optical_mode *mode) { … } static void proc_read_clock(struct snd_info_entry *entry, struct snd_info_buffer *buf) { … } void snd_dg00x_proc_init(struct snd_dg00x *dg00x) { … }