Closed
Bug 890221
Opened 12 years ago
Closed 12 years ago
[FM Radio] pressing Hardware Volume keys don't increase/decrease FM Radio volume
Categories
(Firefox OS Graveyard :: Gaia::FMRadio, defect, P1)
Tracking
(blocking-b2g:leo+, firefox25 unaffected, b2g18 verified, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 wontfix, b2g-v1.1hd verified)
Tracking | Status | |
---|---|---|
firefox25 | --- | unaffected |
b2g18 | --- | verified |
b2g18-v1.0.0 | --- | wontfix |
b2g18-v1.0.1 | --- | wontfix |
b2g-v1.1hd | --- | verified |
People
(Reporter: leo.bugzilla.gaia, Assigned: rlin)
Details
(Whiteboard: [TD-57746][LeoVB+] )
Attachments
(1 file)
2.72 KB,
patch
|
mchen
:
review+
|
Details | Diff | Splinter Review |
1. Title: Not able to change the volume of FM radio with volume hardware keys
2. Precondition: when in homescreen, reduce the volume to fully ZERO
3. Tester's Action:
1. Open FM app
2. Play FM app
3. Adjust the volume either increase/decrease.
4. No sound heard(No change in volume's behaviour)
4. Detailed Symptom (ENG.): After setting the volume to zero on home screen, user cannot hear the sound while FM playing(irrespective of increasing or decreasing hardware volume keys)
5. Expected : User should be able to control volume
6. Reproducibility: Y
1)Frequency Rate : 100%
7.Gaia Master/v1-train : Reproduced
8.Gaia Revision: 0a8b1d7c70c5ec2b48e52c2cd7e463f47fa0b9cb
Comment 1•12 years ago
|
||
Thanks for the report.
Randy or me will work on it next week.
I know it can`t set fm volume because flag"mFMChannelIsMuted" is true.
-------------------------------------------------------------------------
AudioManager::SetStreamVolumeIndex(int32_t aStream, int32_t aIndex) {
...
if (aStream == AUDIO_STREAM_MUSIC && IsDeviceOn(AUDIO_DEVICE_OUT_FM) && !mFMChannelIsMuted) {
AudioSystem::setStreamVolumeIndex(static_cast<audio_stream_type_t>(AUDIO_STREAM_FM), aIndex);
mCurrentStreamVolumeTbl[AUDIO_STREAM_FM] = aIndex;
}
}
-------------------------------------------------------------------------
Considering AudioChannel, it need to modify.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → rlin
Assignee | ||
Comment 3•12 years ago
|
||
Remove the mFMChannelIsMuted, we already switch off the FMRadio audio path to mute the FMRadio sound.
Attachment #771930 -
Flags: review?(mchen)
Comment 4•12 years ago
|
||
Comment on attachment 771930 [details] [diff] [review]
patch v1
Review of attachment 771930 [details] [diff] [review]:
-----------------------------------------------------------------
Actually this patch is the same with Bug 868960 and which was already landed to m-c.
So here will land it to b2g18 only based on leo+.
Hi Randy,
Is this align with you?
Thanks.
Attachment #771930 -
Flags: review?(mchen) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Yes, just apply this patch to b2g18, thanks.
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
status-b2g18:
--- → fixed
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → wontfix
status-b2g-v1.1hd:
--- → affected
status-firefox25:
--- → unaffected
Keywords: checkin-needed
Resolution: --- → FIXED
Comment 7•12 years ago
|
||
Comment 8•12 years ago
|
||
Unagi
Gaia: 55ed5e08a2250ea2d3571fff860c39e66fabed14
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18/rev/6062fdf2deb8
BuildID 20130715070218
Version 18.0
Comment 9•12 years ago
|
||
Helix
Gaia: 3042f9ec2fa8f7022647139217ad40560558f496
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18_v1_1_0_hd/rev/d3094c7c17e0
BuildID 20130715070212
Version 18.0
Verified.
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
Whiteboard: [TD-57746] → [TD-57746][LeoVB+]
You need to log in
before you can comment on or make changes to this bug.
Description
•