OSDN Git Service

Fix the wrong assignment
authorKyeongkab.Nam <Kyeongkab.Nam@sony.com>
Fri, 1 Feb 2019 02:51:02 +0000 (11:51 +0900)
committerKyeongkab.Nam <Kyeongkab.Nam@sony.com>
Fri, 1 Feb 2019 08:22:08 +0000 (17:22 +0900)
commit7a40f70c4ac998a7798fdccfe50f509dbf3d3e4e
tree82e10432934304b920a0d7ecdf3e18bfa0837c68
parent773f3f5bf38c7520ec2a7e60679937c26d2da571
Fix the wrong assignment

the format value is erroneously assigned to sinkChannelMask.
Therefore, it modify to assign the format value to sinkFormat.

Test: manual
Change-Id: Iaa2f2cef0f1448a432279483b23e0057ae3ed381
services/core/java/com/android/server/tv/TvInputHardwareManager.java [changed mode: 0644->0755]