Change CONFIG_DW_DMAC to built-in to fix sound on some intel platforms

This commit is contained in:
Justin M. Forbes 2016-04-26 12:17:34 -05:00
parent a5f6e99b83
commit 1182fce9ed
3 changed files with 10 additions and 3 deletions

View File

@ -231,3 +231,6 @@ CONFIG_INFINIBAND_HFI1=m
CONFIG_HFI1_VERBS_31BIT_PSN=y
# CONFIG_SDMA_VERBOSITY is not set
# CONFIG_PRESCAN_RXQ is not set
# Temporary workaround until SND_SOC_INTEL_HASWELL_MACH no longer requires builtin
CONFIG_DW_DMAC=y

View File

@ -2174,6 +2174,10 @@ fi
#
#
%changelog
* Tue Apr 26 2016 Justin M. Forbes <jforbes@fedoraproject.org>
- Change CONFIG_DW_DMAC to built-in to fix sound on some intel platforms
This needs to be revisited later.
* Tue Apr 26 2016 Josh Boyer <jwboyer@fedoraproject.org>
- Enable IEEE802154_AT86RF230 on more arches (rhbz 1330356)

View File

@ -1,8 +1,8 @@
Linux 4.5 rebase notes:
- Check on status of drm-i915-turn-off-wc-mmaps.patch
- Check on status of disabled ZONE_DMA
- Check on status of CONFIG_DW_DMAC_CORE
- Check on status of drm-i915-turn-off-wc-mmaps.patch (Should be okay to remove in F24, but not F22 or F23)
- Check on status of disabled ZONE_DMA (They can now coexist with ZONE_DEVICE)
- Check on status of CONFIG_DW_DMAC_CORE ( Built-in DW_DMAC for now, revisit later)
Linux 4.4 rebase notes: