Update git submodules

* Update hardware/interfaces from branch 'main'
  to 0dccb6e265c2f8ea2dab818eae166265b21e652f
  - Merge changes Icd33f3cb,I737479d8 into main
    
    * changes:
      audio: Fix AudioPatchTest/AudioModulePatch#UpdateInvalidPatchId VTS test
      audio: Skip stream I/O test for "echo reference" input device
    
  - audio: Fix AudioPatchTest/AudioModulePatch#UpdateInvalidPatchId VTS test
    
    The test was using '0' as an "invalid" patch ID value, however
    this value is valid in the context of 'IModule.setAudioPatch'
    method and means "create a new patch and allocate and ID for it".
    
    Bug: 328010709
    Test: atest VtsHalAudioCoreTargetTest
    Change-Id: Icd33f3cbd1602ec5aa162fa72fc3ddd59ccffbef
    
  - audio: Skip stream I/O test for "echo reference" input device
    
    This is aligned with the HIDL implementation VTS. The echo reference
    device can't provide any input until certain preconditions are met,
    and modeling these preconditions in the test is not trivial.
    
    Also, add the information into the mix port into the trace scope
    for easier identification on test failure.
    
    Bug: 328010709
    Test: atest VtsHalAudioCoreTargetTest
    Change-Id: I737479d8ef1961791ac3bd82aeb779453d2e49f4
    
1 file changed