Home
last modified time | relevance | path

Searched refs:synth_devs (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/sound/core/seq/oss/
Dseq_oss_synth.c59 static struct seq_oss_synth *synth_devs[SNDRV_SEQ_OSS_MAX_SYNTH_DEVS]; variable
115 if (synth_devs[i] == NULL) in snd_seq_oss_synth_probe()
128 synth_devs[i] = rec; in snd_seq_oss_synth_probe()
149 if (synth_devs[index] == rec) in snd_seq_oss_synth_remove()
157 synth_devs[index] = NULL; in snd_seq_oss_synth_remove()
160 if (synth_devs[index]) in snd_seq_oss_synth_remove()
187 rec = synth_devs[dev]; in get_sdev()