Searched refs:fmmod (Results 1 – 1 of 1) sorted by relevance
59 static struct fm_module fmmod = { variable85 fmmod.fm_volume = value; in fm_set_volume()87 if (!fmmod.is_fm_running) { in fm_set_volume()110 fmmod.is_fm_running = false; in fm_stop()113 if (fmmod.fm_pcm_rx) { in fm_stop()114 pcm_close(fmmod.fm_pcm_rx); in fm_stop()115 fmmod.fm_pcm_rx = NULL; in fm_stop()117 if (fmmod.fm_pcm_tx) { in fm_stop()118 pcm_close(fmmod.fm_pcm_tx); in fm_stop()119 fmmod.fm_pcm_tx = NULL; in fm_stop()[all …]