Searched refs:sbi (Results 1 – 1 of 1) sorted by relevance
/sound/drivers/opl3/ |
D | opl3_oss.c | 180 struct sbi_instrument sbi; in snd_opl3_load_patch_seq_oss() local 195 if (count < (int)sizeof(sbi)) { in snd_opl3_load_patch_seq_oss() 199 if (copy_from_user(&sbi, buf, sizeof(sbi))) in snd_opl3_load_patch_seq_oss() 202 if (sbi.channel < 0 || sbi.channel >= SBFM_MAXINSTR) { in snd_opl3_load_patch_seq_oss() 204 sbi.channel); in snd_opl3_load_patch_seq_oss() 209 sprintf(name, "Chan%d", sbi.channel); in snd_opl3_load_patch_seq_oss() 211 err = snd_opl3_load_patch(opl3, sbi.channel, 127, type, name, NULL, in snd_opl3_load_patch_seq_oss() 212 sbi.operators); in snd_opl3_load_patch_seq_oss() 216 return sizeof(sbi); in snd_opl3_load_patch_seq_oss()
|