Home
last modified time | relevance | path

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

/sound/drivers/opl3/
Dopl3_oss.c207 struct sbi_instrument sbi; in snd_opl3_load_patch_seq_oss() local
222 if (count < (int)sizeof(sbi)) { in snd_opl3_load_patch_seq_oss()
226 if (copy_from_user(&sbi, buf, sizeof(sbi))) in snd_opl3_load_patch_seq_oss()
229 if (sbi.channel < 0 || sbi.channel >= SBFM_MAXINSTR) { in snd_opl3_load_patch_seq_oss()
231 sbi.channel); in snd_opl3_load_patch_seq_oss()
236 sprintf(name, "Chan%d", sbi.channel); in snd_opl3_load_patch_seq_oss()
238 err = snd_opl3_load_patch(opl3, sbi.channel, 127, type, name, NULL, in snd_opl3_load_patch_seq_oss()
239 sbi.operators); in snd_opl3_load_patch_seq_oss()
243 return sizeof(sbi); in snd_opl3_load_patch_seq_oss()