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:
Soo-Hwan Na 2022-02-19 16:49:20 +09:00 committed by roynatech2544
commit ffaf807401
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
3 changed files with 3 additions and 4 deletions

View file

@ -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;