Searched refs:haptic_pcm (Results 1 – 2 of 2) sorted by relevance
411 struct pcm *haptic_pcm; member
2584 if (adev->haptic_pcm != NULL) { in start_output_stream()2585 pcm_close(adev->haptic_pcm); in start_output_stream()2586 adev->haptic_pcm = NULL; in start_output_stream()2588 adev->haptic_pcm = pcm_open_prepare_helper(adev->snd_card, in start_output_stream()2627 if (adev->haptic_pcm) { in start_output_stream()2628 pcm_close(adev->haptic_pcm); in start_output_stream()2629 adev->haptic_pcm = NULL; in start_output_stream()2806 if (adev->haptic_pcm) { in out_standby_l()2807 pcm_close(adev->haptic_pcm); in out_standby_l()2808 adev->haptic_pcm = NULL; in out_standby_l()[all …]