mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
FMRadio: comment this line
This commit is contained in:
parent
41e6e248ab
commit
c69aed4a54
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ static int64_t fm_radio_get_freqs(int fd) {
|
||||||
if (contains(tracks, ret))
|
if (contains(tracks, ret))
|
||||||
break;
|
break;
|
||||||
track = ret;
|
track = ret;
|
||||||
printf("Found Freq %lld\n", ret);
|
// printf("Found Freq %ld\n", ret);
|
||||||
}
|
}
|
||||||
fm_radio_set_mute(fd, false);
|
fm_radio_set_mute(fd, false);
|
||||||
return ret;
|
return ret;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue