commit | 6fa7083f26895ede2331eeb3897f9ae659aae9bf | [log] [tgz] |
---|---|---|
author | Rakesh Iyer <rni@google.com> | Fri Mar 13 15:40:29 2015 -0700 |
committer | Rakesh Iyer <rni@google.com> | Fri Mar 13 15:44:32 2015 -0700 |
tree | 1e14c9ddd3392e935a631525b032b11dad1b31a2 | |
parent | 88b456640085fa0e92d66e42ddaf24449c8c4fdb [diff] |
Remove mId from DeviceDescriptor. DeviceDescriptor inherits from AudioPort which has the correct handle mId. The mId in DeviceDescriptor shadows this so calls like DeviceVector::getDeviceFromId() findDeviceById fail because they are looking at the wrong mId. The failure itself manifested as createAudioPatch failing. Change-Id: I8dd012d0678facaac84844b92226cc4b788abece