Enable all sound modules for TrimSlice (also needed for other devices), 4.0.0-2 was never built against commit so update to avoid changelog <-> NV confusion

This commit is contained in:
Peter Robinson 2015-04-22 13:26:35 +01:00
parent 9ed4e5a6ac
commit 6aa9b21f87
2 changed files with 7 additions and 3 deletions

View File

@ -259,7 +259,10 @@ CONFIG_SND_OMAP_SOC_OMAP_TWL4030=m
CONFIG_SND_OMAP_SOC_OMAP3_PANDORA=m
CONFIG_SND_OMAP_SOC_RX51=m
CONFIG_SND_SOC_TLV320AIC23=m
CONFIG_SND_SOC_TLV320AIC23_I2C=m
CONFIG_SND_SOC_TLV320AIC23_SPI=m
CONFIG_SND_SOC_TLV320AIC3X=m
CONFIG_SND_SOC_TLV320AIC31XX=m
CONFIG_SND_SOC_TPA6130A2=m
CONFIG_SND_SOC_TWL4030=m
CONFIG_SND_SOC_TWL6040=m

View File

@ -40,7 +40,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
%global baserelease 2
%global baserelease 1
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -2242,10 +2242,11 @@ fi
#
#
%changelog
* Tue Apr 21 2015 Peter Robinson <pbrobinson@fedoraproject.org>
* Wed Apr 22 2015 Peter Robinson <pbrobinson@fedoraproject.org>
- Fix RTC on TrimSlice
- Enable all sound modules for TrimSlice (also needed for other devices)
* Mon Apr 20 2015 Laura Abbott - 4.0.0-2
* Mon Apr 20 2015 Laura Abbott
- Fix sound issues (rhbz 1188741)
* Fri Apr 17 2015 Josh Boyer <jwboyer@fedoraproject.org>