1
edit
| Line 24: | Line 24: | ||
#* Reference: {{attachment|8340486}} on {{bug|919590}} | #* Reference: {{attachment|8340486}} on {{bug|919590}} | ||
#** This solution is not yet ''review+'', but this is the suggested solution based on the discussion on bugzilla. | #** This solution is not yet ''review+'', but this is the suggested solution based on the discussion on bugzilla. | ||
# '''Problem: Keyboard or dial sound is missing in first touch''' | |||
#* Solution: Make sure that PCM data decoded by AudioFlinger is right. | |||
#** Find AudioFlinger source code, Each project has different location. According Tarako, source code are in frameworks/base/services/audioflnger | |||
#** Add some code {{bug|977481}} to dump audio pcm data at AudioFlinger::MixerThread::threadLoop() | |||
#* Reference: {{bug|967581}} | |||
edit