linux/sound/firewire/dice/dice-mytek.c

// SPDX-License-Identifier: GPL-2.0
/*
 * dice-mytek.c - a part of driver for DICE based devices
 *
 * Copyright (c) 2018 Melvin Vermeeren
 */

#include "dice.h"

struct dice_mytek_spec {};

static const struct dice_mytek_spec stereo_192_dsd_dac =;

/*
 * Mytek has a few other firewire-capable devices, though newer models appear
 * to lack the port more often than not. As I don't have access to any of them
 * they are missing here. An example is the Mytek 8x192 ADDA, which is DICE.
 */

int snd_dice_detect_mytek_formats(struct snd_dice *dice)
{}