Changeset 858803f


Ignore:
Timestamp:
02/22/2020 08:37:01 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
af3c081
Parents:
6eb4554
Message:

alsa-tools: Fix the build of cspctl. ld10k1 will have to wait until after 9.1 is released (fixed as part of alsa-lib1.2.2 I think)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22749 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r6eb4554 r858803f  
    4242    </listitem>
    4343       -->
     44    <listitem>
     45      <para>February 22nd, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Fix the build of cspctl in alsa-tools.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
    4453    <listitem>
    4554      <para>February 21st, 2020</para>
  • multimedia/libdriv/alsa-tools.xml

    r6eb4554 r858803f  
    112112    <!-- Re-evaluate this at the next alsa-lib release (or before freeze,
    113113         whichever comes first. ld10k1 and sb16_csp should be with 9.1. -->
    114     <screen><userinput>rm -rf qlo10k1 Makefile gitcompile sb16_csp ld10k1</userinput></screen>
     114    <!-- 9.1 renodr: sb16_csp fixed, ld10k1 is going to require a lot more work and
     115         can be added as an errata. alsa-tools-1.2.2 and alsa-lib-1.2.2 should
     116         do it.-->
     117    <screen><userinput>rm -rf qlo10k1 Makefile gitcompile ld10k1</userinput></screen>
    115118
    116119    <para>
     
    124127                             hdsploader/hdsploader.c &amp;&amp;
    125128sed -i -e '39 s/uint32_t/__u32/' hdspmixer/src/HDSPMixerWindow.cxx &amp;&amp;
    126 sed -i -e '40 s/uint64_t/__u64/' hdspmixer/src/HDSPMixerWindow.cxx</userinput></screen>
     129sed -i -e '40 s/uint64_t/__u64/' hdspmixer/src/HDSPMixerWindow.cxx &amp;&amp;
     130sed -i -e 's/snd_sb_csp_microcode_t/struct snd_sb_csp_microcode/' sb16_csp/cspctl.c</userinput></screen>
    127131
    128132    <para>
Note: See TracChangeset for help on using the changeset viewer.