Skip to content

testing/soc-sprd-audio: new package

HenriDellal requested to merge HenriDellal/pmaports:soc-sprd-audio into master

This commit adds initial support for sprdphone sound card and sc8830-audio device. sc8830-audio is common audio device and used in different Spreadtrum SoCs. This configuration was tested on Nobby 230 (SC7715GA), Finepower F1 (SC7731C), Samsung Galaxy J1 mini (SC8830). It should work for many other SoCs as well. Now, if someone wants to have somewhat working audio, they just have to add soc-sprd-audio-sc8830 package to depends of device- package and that's it. soc-sprd-audio is only for generic configuration (set sprdphone as default sound card and provide headphone jack detection). What works:

  • Speaker and headphones output;
  • Headphone jack detection (based on udev rules from device-xiaomi-santoni);
  • Microphone works on both headphones and device itself. Spotted issues:
  • Recording volume is low;
  • Recording is done only on right channel.

Merge request reports