// SPDX-License-Identifier: GPL-2.0-only /* * bebob_terratec.c - a part of driver for BeBoB based devices * * Copyright (c) 2013-2014 Takashi Sakamoto */ #include "./bebob.h" static const enum snd_bebob_clock_type phase88_rack_clk_src_types[] = …; static int phase88_rack_clk_src_get(struct snd_bebob *bebob, unsigned int *id) { … } static const struct snd_bebob_rate_spec phase_series_rate_spec = …; /* PHASE 88 Rack FW */ static const struct snd_bebob_clock_spec phase88_rack_clk = …; const struct snd_bebob_spec phase88_rack_spec = …;