Ticket #665 (accepted defect)
modem_samsung: no sound during calls
| Reported by: | morphis | Owned by: | morphis |
|---|---|---|---|
| Priority: | major | Milestone: | cornucopia-0.13 |
| Component: | cornucopia/fsogsm | Version: | |
| Keywords: | Cc: |
Description
hi, on crespo, there is no sound during calls. it says: "Can't set speaker volume together with the modem!" while using mdbus2 to initiate a voice call.
I didn't test more since that is blocking.
in fsogsmd/src/plugins/modem_samsung/soundhandler.vala there is: I've some hints on how to fix it:
if ( gr.code != 0x8001 )
throw new FreeSmartphone?.Error.INTERNAL_ERROR( @"Can't set
speaker volume together with the modem!" );
I'm unsure if it should be 8000 or 8001 since it reports 8000 and every other function is gt.code in the same file.
Else it could be the commit 20f39cc92bc8bf4aae6d1e9b450e46caa5a4fb11 (fsogsmd: modem_samsung: rework sending sound related messages regarding to changes in libsamsung-ipc) that broke it because It did work before...
Denis.

The problem seems not be related to a issue with the fsogsmd plugin but with the audio routing done by the ALSA scenario files supplied with fsodeviced. Further investigation is needed.