FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/L1/audio_cfile/l1audio_func.c @ 607:262fcce10859
gsm-fw/L1/audio_cfile/*.c: s/ANLG_FAM/ANALOG/
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 29 Aug 2014 03:34:44 +0000 |
parents | c5286d24539e |
children |
comparison
equal
deleted
inserted
replaced
606:c5286d24539e | 607:262fcce10859 |
---|---|
737 /* mul_high[1] = 32767 x thr_high */ | 737 /* mul_high[1] = 32767 x thr_high */ |
738 /*-------------------------------------------------------*/ | 738 /*-------------------------------------------------------*/ |
739 void l1_audio_lim_update_mul_low_high() | 739 void l1_audio_lim_update_mul_low_high() |
740 { | 740 { |
741 #if (CODE_VERSION != SIMULATION) | 741 #if (CODE_VERSION != SIMULATION) |
742 #if (ANLG_FAM == 3) | 742 #if (ANALOG == 3) |
743 WORD16 volume_q15 = ABB_Read_DLGain(); | 743 WORD16 volume_q15 = ABB_Read_DLGain(); |
744 #endif | 744 #endif |
745 #if (ANLG_FAM == 11) | 745 #if (ANALOG == 11) |
746 WORD16 volume_q15 = (WORD16)(l1_audio_abb_Read_DLGain()); | 746 WORD16 volume_q15 = (WORD16)(l1_audio_abb_Read_DLGain()); |
747 #endif | 747 #endif |
748 #else | 748 #else |
749 WORD16 volume_q15 = 0x4000; // -6 dB for example in simulation | 749 WORD16 volume_q15 = 0x4000; // -6 dB for example in simulation |
750 #endif | 750 #endif |