This commit is contained in:
parent
b3c6e70574
commit
71f16d24ef
File diff suppressed because it is too large
Load Diff
13
alsa.changes
13
alsa.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 2 16:54:53 CEST 2007 - tiwai@suse.de
|
||||
|
||||
- fix typos in set_default_volume script
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 19:10:16 CEST 2007 - tiwai@suse.de
|
||||
|
||||
- split mmap_emulation plugin from hw layer
|
||||
- python support (disabled)
|
||||
- generate asoundlib.h dynamically via configure options
|
||||
- PS3 configuration
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 4 10:20:38 CEST 2007 - tiwai@suse.de
|
||||
|
||||
|
12
alsa.spec
12
alsa.spec
@ -21,7 +21,7 @@ PreReq: %insserv_prereq %fillup_prereq
|
||||
Autoreqprov: on
|
||||
Summary: Advanced Linux Sound Architecture
|
||||
Version: 1.0.14
|
||||
Release: 10
|
||||
Release: 17
|
||||
Source: ftp://ftp.alsa-project.org/pub/lib/alsa-lib-%{package_version}.tar.bz2
|
||||
Source8: 40-alsa.rules
|
||||
Source11: alsasound
|
||||
@ -123,7 +123,8 @@ autoreconf -fi
|
||||
--disable-static \
|
||||
--enable-symbolic-functoins \
|
||||
--disable-aload \
|
||||
--disable-alisp
|
||||
--disable-alisp \
|
||||
--disable-python
|
||||
make %{?jobs:-j %jobs}
|
||||
# run doxygen
|
||||
make -C doc doc
|
||||
@ -254,6 +255,13 @@ exit 0
|
||||
%{_datadir}/alsa
|
||||
|
||||
%changelog
|
||||
* Thu Aug 02 2007 - tiwai@suse.de
|
||||
- fix typos in set_default_volume script
|
||||
* Mon Jul 30 2007 - tiwai@suse.de
|
||||
- split mmap_emulation plugin from hw layer
|
||||
- python support (disabled)
|
||||
- generate asoundlib.h dynamically via configure options
|
||||
- PS3 configuration
|
||||
* Wed Jul 04 2007 - tiwai@suse.de
|
||||
- fix the build of lfloat plugin
|
||||
- allow big-endian with i386/x86-64 dmix
|
||||
|
@ -29,10 +29,10 @@ set Front 75% unmute
|
||||
set Front -12dB
|
||||
set PCM 90% unmute
|
||||
set PCM 0dB
|
||||
mixer Synth 90% unmute
|
||||
mixer Synth 0dB
|
||||
mixer CD 90% unmute
|
||||
mixer CD 0dB
|
||||
set Synth 90% unmute
|
||||
set Synth 0dB
|
||||
set CD 90% unmute
|
||||
set CD 0dB
|
||||
# mute mic
|
||||
set Mic 0% mute
|
||||
# ESS 1969 chipset has 2 PCM channels
|
||||
|
Loading…
Reference in New Issue
Block a user