Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/
H A Dump_convert.c294 cc->cc_rpn_msb = cc->cc_rpn_lsb = 0; in reset_rpn()
312 midi2->rpn.index = cc->cc_rpn_lsb; in fill_rpn()
382 if (cc->cc_rpn_msb == 0x7f && cc->cc_rpn_lsb == 0x7f) in cvt_legacy_cmd_to_ump()
388 cc->cc_rpn_lsb = buf[2]; in cvt_legacy_cmd_to_ump()
389 if (cc->cc_rpn_msb == 0x7f && cc->cc_rpn_lsb == 0x7f) in cvt_legacy_cmd_to_ump()
/openbmc/linux/include/sound/
H A Dump_convert.h12 unsigned char cc_rpn_msb, cc_rpn_lsb; member
/openbmc/linux/sound/core/seq/
H A Dseq_ump_convert.c796 cc->cc_rpn_msb = cc->cc_rpn_lsb = 0; in reset_rpn()
816 data->rpn.index = cc->cc_rpn_lsb; in fill_rpn()
851 if (cc->cc_rpn_msb == 0x7f && cc->cc_rpn_lsb == 0x7f) in cc_ev_to_ump_midi2()
857 cc->cc_rpn_lsb = val; in cc_ev_to_ump_midi2()
858 if (cc->cc_rpn_msb == 0x7f && cc->cc_rpn_lsb == 0x7f) in cc_ev_to_ump_midi2()
971 cc->cc_rpn_lsb = lsb; in ctrl14_ev_to_ump_midi2()
973 if (cc->cc_rpn_msb == 0x7f && cc->cc_rpn_lsb == 0x7f) in ctrl14_ev_to_ump_midi2()