mbox series

[SRU,oem-b-osp1,PULL] sof driver update-fix: update the sof driver to align to the intel pv-update-fix release

Message ID 20190705072528.10689-1-hui.wang@canonical.com
State New
Headers show
Series [SRU,oem-b-osp1,PULL] sof driver update-fix: update the sof driver to align to the intel pv-update-fix release | expand

Pull-request

https://github.com/jason77-wang/oem.git pv-update-fix0705

Message

Hui Wang July 5, 2019, 7:25 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1826181

Intel provided 3 more patches after the pv-update, so please merge these 3 patches
to our oem-b-osp1 too.

[Impact]
Our OEM project need to enable a couple of laptops which connect the dmic
directly to the PCH, there is no driver for this design in the linux kernel,
so we need to integrate Intel's sof driver.


[Fix]
Intel provided a sof driver tree based on v5.0, it is for oem-d kernel

[Test Case]
Intel tested the audio functions, the testing result is good.

I also made a simple test, speaker, headphone, dmic and headset-mic
worked.

[Regression Risk]
Low. So far both Intel side and I have not found any regression introduced by this
patchset, and to lower the risk, we only integrate the driver to oem-d kernel,
and after the image is ready, the oem project will perform the full-range test.



The following changes since commit 41b7edc26d0fc3ead1e5567959ec3fed25378cd8:

  UBUNTU: Ubuntu-oem-osp1-5.0.0-1013.14 (2019-07-03 10:21:45 +0300)

are available in the Git repository at:

  https://github.com/jason77-wang/oem.git pv-update-fix0705

for you to fetch changes up to 57935e32397439a87e64223a265d90f4ad9dab40:

  ALSA: hda: realtek - Headphone Mic can't record after S3 (2019-07-05 15:19:07 +0800)

----------------------------------------------------------------
Rander Wang (3):
      ASoC: SOF: hda: fix link DMA config
      ASoC: SOF: hda: fix stream id setting
      ALSA: hda: realtek - Headphone Mic can't record after S3

 sound/pci/hda/patch_realtek.c |  2 ++
 sound/soc/sof/intel/hda-dai.c | 21 +++++++++++++--------
 sound/soc/sof/intel/hda-dsp.c | 15 +++++++++------
 3 files changed, 24 insertions(+), 14 deletions(-)

Comments

Timo Aaltonen July 11, 2019, 6:47 a.m. UTC | #1
On 5.7.2019 10.25, Hui Wang wrote:
> BugLink: https://bugs.launchpad.net/bugs/1826181
> 
> Intel provided 3 more patches after the pv-update, so please merge these 3 patches
> to our oem-b-osp1 too.
> 
> [Impact]
> Our OEM project need to enable a couple of laptops which connect the dmic
> directly to the PCH, there is no driver for this design in the linux kernel,
> so we need to integrate Intel's sof driver.

applied to osp1 oem-next, thanks