Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/i4l/
Disdn_audio.c178 #define HIGRP 1 macro
512 grp[LOGRP] = grp[HIGRP] = -1; in isdn_audio_eval_dtmf()
543 if (grp[HIGRP] >= 0) { // Bad. Another tone found. */ in isdn_audio_eval_dtmf()
544 grp[HIGRP] = -1; in isdn_audio_eval_dtmf()
548 grp[HIGRP] = i - NCOEFF/2; in isdn_audio_eval_dtmf()
551 if ((grp[LOGRP] >= 0) && (grp[HIGRP] >= 0)) { in isdn_audio_eval_dtmf()
552 what = dtmf_matrix[grp[LOGRP]][grp[HIGRP]]; in isdn_audio_eval_dtmf()