Searched refs:upscale_7_to_16bit (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/core/
H A Dump_convert.c31 static u16 upscale_7_to_16bit(u8 src) function
352 midi2->note.velocity = upscale_7_to_16bit(buf[2]);
/linux-master/sound/core/seq/
H A Dseq_ump_convert.c32 static u16 upscale_7_to_16bit(u8 src) function
383 midi2->note.velocity = upscale_7_to_16bit(midi1->note.velocity);
734 data->note.velocity = upscale_7_to_16bit(event->data.note.velocity & 0x7f);

Completed in 124 milliseconds