// SPDX-License-Identifier: GPL-2.0 /* * dice-alesis.c - a part of driver for DICE based devices * * Copyright (c) 2018 Takashi Sakamoto */ #include "dice.h" static const unsigned int alesis_io14_tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT] = …; static const unsigned int alesis_io26_tx_pcm_chs[MAX_STREAMS][SND_DICE_RATE_MODE_COUNT] = …; int snd_dice_detect_alesis_formats(struct snd_dice *dice) { … } int snd_dice_detect_alesis_mastercontrol_formats(struct snd_dice *dice) { … }