Searched refs:usb_playback_thr (Results 1 – 1 of 1) sorted by relevance
68 pthread_t usb_playback_thr; member628 ret = pthread_create(&usbmod->usb_playback_thr, NULL, in audio_extn_usb_start_playback()647 if(usbmod->usb_playback_thr) { in audio_extn_usb_stop_playback()648 ret = pthread_join(usbmod->usb_playback_thr,NULL); in audio_extn_usb_stop_playback()650 usbmod->usb_playback_thr = (pthread_t)NULL; in audio_extn_usb_stop_playback()