codec: Fix comments in tone code

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2016-02-01 08:34:08 +01:00
parent ef55d28479
commit 56392c0f1c
1 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ ambe_decode_tone(struct ambe_decoder *dec,
}
else if ((p_freq >= 0x90) && (p_freq <= 0x9f))
{
/* Call progress tone */
/* Knox tone */
int ki = p_freq & 0xf;
tone_gen(&audio[start], stop-start+1, amplitude >> 1,
@ -183,7 +183,7 @@ ambe_decode_tone(struct ambe_decoder *dec,
}
else if ((p_freq >= 0x80) && (p_freq <= 0x8f))
{
/* Call progress tone */
/* DTMF tone */
int di = p_freq & 0xf;
tone_gen(&audio[start], stop-start+1, amplitude >> 1,