Searched refs:alsa_tid (Results 1 – 1 of 1) sorted by relevance
59 pthread_t alsa_tid; member1859 if (pthread_create(&g_duplex_control.alsa_tid, NULL, hfp_alsa_playback, NULL)) { in hfp_open_alsa_duplex()1874 if (g_duplex_control.alsa_tid) { in hfp_close_alsa_duplex()1875 pthread_join(g_duplex_control.alsa_tid, NULL); in hfp_close_alsa_duplex()1876 g_duplex_control.alsa_tid = 0; in hfp_close_alsa_duplex()