mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 07:22:44 +02:00
Revert "try to fix slowly close internet radio/music player"
This reverts commit65dc5d1363
. Origin commit data ------------------ Branch: master Commit:5cfe8e97cc
Author: max_10 <max_10@gmx.de> Date: 2019-02-27 (Wed, 27 Feb 2019) ------------------ This commit was generated by Migit
This commit is contained in:
@@ -314,7 +314,7 @@ int cAudio::WriteClip(unsigned char *buffer, int size)
|
|||||||
int cAudio::StopClip()
|
int cAudio::StopClip()
|
||||||
{
|
{
|
||||||
hal_debug("%s\n", __FUNCTION__);
|
hal_debug("%s\n", __FUNCTION__);
|
||||||
#if 0
|
|
||||||
if (clipfd < 0) {
|
if (clipfd < 0) {
|
||||||
hal_info("%s: clipfd not yet opened\n", __FUNCTION__);
|
hal_info("%s: clipfd not yet opened\n", __FUNCTION__);
|
||||||
return -1;
|
return -1;
|
||||||
@@ -326,7 +326,6 @@ int cAudio::StopClip()
|
|||||||
mixer_fd = -1;
|
mixer_fd = -1;
|
||||||
}
|
}
|
||||||
setVolume(volume, volume);
|
setVolume(volume, volume);
|
||||||
#endif
|
|
||||||
return 0;
|
return 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user