Skip to content

Commit

Permalink
Merge pull request #2 from rdkcentral/topic/RDKE-102-devicesettings-h…
Browse files Browse the repository at this point in the history
…al-changes

RDKE-102 Add changes according to devicesettings hal api.
  • Loading branch information
deepthi-ps authored Jun 17, 2024
2 parents d84c180 + 934f930 commit 1483e98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dsVideoPort.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,11 +506,10 @@ static uint32_t dsGetHdmiMode(dsVideoPortResolution_t *resolution)
* @param [in] handle Handle of the video port.
* @param [in] *resolution The address of a structure containing the video port
* resolution settings.
* @oaram [in] persist enable/disable flag for persistence storage
* @return Error Code.
* @retval ::dsError_t
*/
dsError_t dsSetResolution(intptr_t handle, dsVideoPortResolution_t *resolution, bool persist)
dsError_t dsSetResolution(intptr_t handle, dsVideoPortResolution_t *resolution)
{
/* Auto Select uses 720p. Should be converted to dsVideoPortResolution_t = 720p in DS-VOPConfig, not here */
printf("Inside dsSetResolution\n");
Expand Down

0 comments on commit 1483e98

Please sign in to comment.