// SPDX-License-Identifier: GPL-2.0 // dice-presonus.c - a part of driver for DICE based devices // // Copyright (c) 2019 Takashi Sakamoto #include "dice.h" struct dice_presonus_spec { … }; static const struct dice_presonus_spec dice_presonus_firesutio = …; int snd_dice_detect_presonus_formats(struct snd_dice *dice) { … }