mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-10 13:04:42 +08:00
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
This commit is contained in:
parent
6eb45549f0
commit
858803f38e
@ -41,6 +41,15 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>February 22nd, 2020</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[renodr] - Fix the build of cspctl in alsa-tools.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>February 21st, 2020</para>
|
<para>February 21st, 2020</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -111,7 +111,10 @@
|
|||||||
|
|
||||||
<!-- Re-evaluate this at the next alsa-lib release (or before freeze,
|
<!-- Re-evaluate this at the next alsa-lib release (or before freeze,
|
||||||
whichever comes first. ld10k1 and sb16_csp should be with 9.1. -->
|
whichever comes first. ld10k1 and sb16_csp should be with 9.1. -->
|
||||||
<screen><userinput>rm -rf qlo10k1 Makefile gitcompile sb16_csp ld10k1</userinput></screen>
|
<!-- 9.1 renodr: sb16_csp fixed, ld10k1 is going to require a lot more work and
|
||||||
|
can be added as an errata. alsa-tools-1.2.2 and alsa-lib-1.2.2 should
|
||||||
|
do it.-->
|
||||||
|
<screen><userinput>rm -rf qlo10k1 Makefile gitcompile ld10k1</userinput></screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Next, adapt some of the <application>ALSA Tools</application> to
|
Next, adapt some of the <application>ALSA Tools</application> to
|
||||||
@ -123,7 +126,8 @@
|
|||||||
hdspmixer/src/*.cxx \
|
hdspmixer/src/*.cxx \
|
||||||
hdsploader/hdsploader.c &&
|
hdsploader/hdsploader.c &&
|
||||||
sed -i -e '39 s/uint32_t/__u32/' hdspmixer/src/HDSPMixerWindow.cxx &&
|
sed -i -e '39 s/uint32_t/__u32/' hdspmixer/src/HDSPMixerWindow.cxx &&
|
||||||
sed -i -e '40 s/uint64_t/__u64/' hdspmixer/src/HDSPMixerWindow.cxx</userinput></screen>
|
sed -i -e '40 s/uint64_t/__u64/' hdspmixer/src/HDSPMixerWindow.cxx &&
|
||||||
|
sed -i -e 's/snd_sb_csp_microcode_t/struct snd_sb_csp_microcode/' sb16_csp/cspctl.c</userinput></screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The <application>ALSA Tools</application> package is only needed by those
|
The <application>ALSA Tools</application> package is only needed by those
|
||||||
|
Loading…
Reference in New Issue
Block a user