mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 20:45:31 -04:00
universal7885: FMRadio: Make volume delay to 4s
* 1.5s -> 4s * Also, remove undeclared dependency Change-Id: Ieff232fd776e52abfbc617495298ab27afd021d1 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
908dc5339b
commit
ffaf807401
3 changed files with 3 additions and 4 deletions
|
|
@ -107,7 +107,7 @@ static int fm_radio_channel_searching(int fd, unsigned int upward, unsigned int
|
|||
{
|
||||
int ret;
|
||||
|
||||
ret = fm_radio_set_control(fd, V4L2_CID_S610_SEEK_MODE, FM_TUNER_AUTONOMOUS_SEARCH_MODE);
|
||||
ret = fm_radio_set_control(fd, V4L2_CID_S610_SEEK_MODE, FM_TUNER_AUTONOMOUS_SEARCH_MODE_NEXT);
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue