linux/sound/pci/au88x0/au88x0_mixer.c

// SPDX-License-Identifier: GPL-2.0
/*
 * Vortex Mixer support.
 *
 * There is much more than just the AC97 mixer...
 *
 */

#include <linux/time.h>
#include <linux/init.h>
#include <sound/core.h>
#include "au88x0.h"

static int remove_ctl(struct snd_card *card, const char *name)
{}

static int snd_vortex_mixer(vortex_t *vortex)
{}