Home
last modified time | relevance | path

Searched refs:mid (Results 1 – 8 of 8) sorted by relevance

/sound/soc/codecs/
Dmt6359-accdet.h54 unsigned int mid; member
60 unsigned int mid; member
Dmt6359-accdet.c344 v >= priv->data->four_key.mid) in check_button()
346 if (v < priv->data->four_key.mid) in check_button()
353 v >= priv->data->three_key.mid) in check_button()
355 if (v < priv->data->three_key.mid) in check_button()
/sound/pci/hda/
Dpatch_ca0132.c179 int mid; /*effect module ID*/ member
193 .mid = 0x96,
201 .mid = 0x96,
209 .mid = 0x96,
217 .mid = 0x96,
225 .mid = 0x96,
233 .mid = 0x96,
244 .mid = 0x95,
252 .mid = 0x95,
260 .mid = 0x95,
[all …]
/sound/soc/qcom/qdsp6/
Dq6apm.c163 uint32_t mid) in __q6apm_find_module_by_mid() argument
172 if (mid == module->module_id) in __q6apm_find_module_by_mid()
757 struct audioreach_module *q6apm_find_module_by_mid(struct q6apm_graph *graph, uint32_t mid) in q6apm_find_module_by_mid() argument
762 return __q6apm_find_module_by_mid(apm, info, mid); in q6apm_find_module_by_mid()
Dq6apm.h143 uint32_t mid);
/sound/synth/emux/
Dsoundfont.c902 int left = 1, right = 127, mid; in calc_parm_search() local
904 mid = (left + right) / 2; in calc_parm_search()
905 if (msec < (int)table[mid]) in calc_parm_search()
906 left = mid + 1; in calc_parm_search()
908 right = mid; in calc_parm_search()
/sound/isa/msnd/
Dmsnd.h278 unsigned char mid,
Dmsnd.c96 unsigned char mid, unsigned char low) in snd_msnd_send_word() argument
102 outb(mid, io + HP_TXM); in snd_msnd_send_word()