sample_info       698 sound/synth/emux/soundfont.c 	struct soundfont_sample_info sample_info;
sample_info       709 sound/synth/emux/soundfont.c 	if (copy_from_user(&sample_info, data, sizeof(sample_info)))
sample_info       712 sound/synth/emux/soundfont.c 	off = sizeof(sample_info);
sample_info       714 sound/synth/emux/soundfont.c 	if (sample_info.size != (count-off)/2)
sample_info       718 sound/synth/emux/soundfont.c 	if (find_sample(sf, sample_info.sample)) {
sample_info       729 sound/synth/emux/soundfont.c 	sp->v = sample_info;