HomeSort by relevance Sort by last modified time
    Searched full:mute_mode (Results 1 - 1 of 1) sorted by null

  /hardware/ti/wpan/tools/kfmapp/
kfmapp.c 614 static short int mute_mode = FM_MUTE_OFF; local
618 printf("Mutemode = %d\n",mute_mode);
619 switch (mute_mode)
622 mute_mode = FM_MUTE_ON;
626 mute_mode = FM_MUTE_OFF;
631 vctrl.value = mute_mode;
639 printf("Setting to \"%s\" \n",g_mutemodes[mute_mode]);
    [all...]

Completed in 212 milliseconds