Symbol: snd_bebob_spec
sound/firewire/bebob/bebob.c
135
static const struct snd_bebob_spec *
sound/firewire/bebob/bebob.c
189
const struct snd_bebob_spec *spec;
sound/firewire/bebob/bebob.c
200
spec = (const struct snd_bebob_spec *)entry->driver_data;
sound/firewire/bebob/bebob.c
340
static const struct snd_bebob_spec spec_normal = {
sound/firewire/bebob/bebob.h
241
extern const struct snd_bebob_spec phase88_rack_spec;
sound/firewire/bebob/bebob.h
242
extern const struct snd_bebob_spec yamaha_terratec_spec;
sound/firewire/bebob/bebob.h
243
extern const struct snd_bebob_spec saffirepro_26_spec;
sound/firewire/bebob/bebob.h
244
extern const struct snd_bebob_spec saffirepro_10_spec;
sound/firewire/bebob/bebob.h
245
extern const struct snd_bebob_spec saffire_le_spec;
sound/firewire/bebob/bebob.h
246
extern const struct snd_bebob_spec saffire_spec;
sound/firewire/bebob/bebob.h
247
extern const struct snd_bebob_spec maudio_fw410_spec;
sound/firewire/bebob/bebob.h
248
extern const struct snd_bebob_spec maudio_audiophile_spec;
sound/firewire/bebob/bebob.h
249
extern const struct snd_bebob_spec maudio_solo_spec;
sound/firewire/bebob/bebob.h
250
extern const struct snd_bebob_spec maudio_ozonic_spec;
sound/firewire/bebob/bebob.h
251
extern const struct snd_bebob_spec maudio_nrv10_spec;
sound/firewire/bebob/bebob.h
252
extern const struct snd_bebob_spec maudio_special_spec;
sound/firewire/bebob/bebob.h
91
const struct snd_bebob_spec *spec;
sound/firewire/bebob/bebob_focusrite.c
205
const struct snd_bebob_spec saffire_le_spec;
sound/firewire/bebob/bebob_focusrite.c
275
const struct snd_bebob_spec saffirepro_26_spec = {
sound/firewire/bebob/bebob_focusrite.c
286
const struct snd_bebob_spec saffirepro_10_spec = {
sound/firewire/bebob/bebob_focusrite.c
307
const struct snd_bebob_spec saffire_le_spec = {
sound/firewire/bebob/bebob_focusrite.c
318
const struct snd_bebob_spec saffire_spec = {
sound/firewire/bebob/bebob_maudio.c
717
const struct snd_bebob_spec maudio_special_spec = {
sound/firewire/bebob/bebob_maudio.c
733
const struct snd_bebob_spec maudio_fw410_spec = {
sound/firewire/bebob/bebob_maudio.c
745
const struct snd_bebob_spec maudio_audiophile_spec = {
sound/firewire/bebob/bebob_maudio.c
757
const struct snd_bebob_spec maudio_solo_spec = {
sound/firewire/bebob/bebob_maudio.c
769
const struct snd_bebob_spec maudio_ozonic_spec = {
sound/firewire/bebob/bebob_maudio.c
781
const struct snd_bebob_spec maudio_nrv10_spec = {
sound/firewire/bebob/bebob_terratec.c
49
const struct snd_bebob_spec phase88_rack_spec = {
sound/firewire/bebob/bebob_yamaha_terratec.c
60
const struct snd_bebob_spec yamaha_terratec_spec = {