From b5ba5ab8548c2d3c3bf83bc748d4e68078a61429 Mon Sep 17 00:00:00 2001 From: redblue-pkt Date: Thu, 4 Oct 2018 03:50:48 +0200 Subject: [PATCH] fix no sound after play video Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/f3d6ba01135a26a3a7070b44c714c3f46fecb3f5 Author: redblue-pkt Date: 2018-10-04 (Thu, 04 Oct 2018) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libarmbox/audio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarmbox/audio.cpp b/libarmbox/audio.cpp index 7bae671..d6af373 100644 --- a/libarmbox/audio.cpp +++ b/libarmbox/audio.cpp @@ -42,7 +42,7 @@ void cAudio::openDevice(void) if ((fd = open(AUDIO_DEVICE, O_RDWR)) < 0) lt_info("openDevice: open failed (%m)\n"); fcntl(fd, F_SETFD, FD_CLOEXEC); - do_mute(true, false); + //do_mute(true, false); } else lt_info("openDevice: already open (fd = %d)\n", fd);