commit | a8b76531e6eef695eae174fd628396a5b4c95b7f | [log] [tgz] |
---|---|---|
author | chahee.kim <chahee.kim@lge.com> | Mon Oct 01 16:34:06 2012 +0900 |
committer | Iliyan Malchev <malchev@google.com> | Sun Oct 07 15:21:07 2012 -0700 |
tree | 40ecc9b6e1f2a51c5c3ce0dde6e3605a301e55ce | |
parent | 5f24fd93afdcc66bfd9246a0e0000c0fd7283b7f [diff] |
audio: fix for mismatched UseCase Type - useCase name is compared with static string by length of static string - But, Some useCase names are equal to each other in front string part - For example, a "HiFi" and a "HiFi rec" are same in part of "HiFi" - This patch is matched getUseCaseType() function of alsa_ucm.c file bug: 7294569 related-to-bug: 7263961 Change-Id: Ia83f705756b750798d408a307f0697f9af9ec5dc Signed-off-by: Iliyan Malchev <malchev@google.com>