Home
last modified time | relevance | path

Searched refs:cc_rpn_msb (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()
311 midi2->rpn.bank = cc->cc_rpn_msb; in fill_rpn()
381 cc->cc_rpn_msb = buf[2]; in cvt_legacy_cmd_to_ump()
382 if (cc->cc_rpn_msb == 0x7f && cc->cc_rpn_lsb == 0x7f) 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()
815 data->rpn.bank = cc->cc_rpn_msb; in fill_rpn()
850 cc->cc_rpn_msb = val; in cc_ev_to_ump_midi2()
851 if (cc->cc_rpn_msb == 0x7f && cc->cc_rpn_lsb == 0x7f) in cc_ev_to_ump_midi2()
858 if (cc->cc_rpn_msb == 0x7f && cc->cc_rpn_lsb == 0x7f) in cc_ev_to_ump_midi2()
970 cc->cc_rpn_msb = msb; in ctrl14_ev_to_ump_midi2()
973 if (cc->cc_rpn_msb == 0x7f && cc->cc_rpn_lsb == 0x7f) in ctrl14_ev_to_ump_midi2()