Commit graph

966 commits

Author SHA1 Message Date
Takashi Iwai
50d240e688 amixer - Fix selection of enum items
The item names with channel specifier cannot be chosen correctly
via amixer sset.  For example, 'Front Mic' is handled as 'Mic' since
the channel specificier 'Front' is omitted.

The idea of channel specifier is basically non-sense for enum items,
and this also makes the code very messy.

The patch fixes the behavior of enum items and gives the code clean-up
for sset command.
2007-07-09 16:37:35 +02:00
Takashi Iwai
c7d2be17d7 Remove unneeded -lasound
-lasound is unnecessary in aplay/Makefile.am.
2007-06-04 15:15:39 +02:00
Takashi Iwai
1a388d149f Add missing library dependency
speaker-test requires math library.
2007-06-04 15:14:47 +02:00
Jaroslav Kysela
8a3947e167 Added tag v1.0.14 for changeset 0c395cb93191 2007-05-31 08:55:27 +02:00
Jaroslav Kysela
46e9015d88 release 1.0.14
Patch-level: Merged
2007-05-31 08:55:26 +02:00
Takashi Iwai
6d32e055d7 alsactl - Display help for names command
shortly explain the "names" command in the help text

From: Tomas Pospisek <tpo2@sourcepole.ch>
2007-05-23 12:06:49 +02:00
Takashi Iwai
f5d76dde4e alsactl - More explicit open error message (#2)
same as last patch, this time for the store command

Tomas Pospisek <tpo2@sourcepole.ch>
2007-05-23 12:04:49 +02:00
Takashi Iwai
035cbc3f9b alsactl - More explicit open error message
Include more explicit error message when open config file in write
mode (this is for the "names" command)

From: Tomas Pospisek <tpo2@sourcepole.ch>
2007-05-23 12:03:29 +02:00
Takashi Iwai
cdccd6585f alsactl - adjust spaces in help texts
adds a space in the help text between "restore" and "<card>" and indents
the rest of the text accordingly to fit.

From: Tomas Pospisek <tpo2@sourcepole.ch>
2007-05-23 12:02:14 +02:00
Takashi Iwai
e3ccd2031b alsactl - Error message when failing to open the config file
Tells the user that it was not able to open the config file with the
precise error message.

From: Tomas Pospisek <tpo2@sourcepole.ch>
2007-05-23 11:58:27 +02:00
Takashi Iwai
53eb911fb7 alsamixer - Fix duplicated appearance in All view mode
Fixed the duplicated appearances of common volumes / switches
in ALL view mode.
2007-05-18 16:58:02 +02:00
Jaroslav Kysela
d971197c33 Added tag v1.0.14rc4 for changeset dee0ae0aef39 2007-05-02 08:45:47 +02:00
Jaroslav Kysela
f50d0b5897 release 1.0.14rc4
Patch-level: Merged
2007-05-02 08:45:47 +02:00
Clemens Ladisch
2d470cf9c1 amidi: open devices non-blockingly
Open the RawMIDI devices in non-blocking mode so that we do not hang
while a device is busy.
2007-04-17 09:25:01 +02:00
Takashi Iwai
3f17db2ef5 amixer - show iec958 status bits in contents command
Show first 4 bytes of iec958 status bits for elements with
SND_CTL_ELEM_TYPE_IEC958 in contents command.
2007-04-05 17:23:42 +02:00
Jaroslav Kysela
bb3a24513f Added tag v1.0.14rc2 for changeset fe0e2571e09c 2007-01-15 14:47:35 +01:00
Jaroslav Kysela
0c84e7a9e0 release 1.0.14rc2
Patch-level: Merged
2007-01-15 14:47:34 +01:00
Takashi Iwai
83bf6c33ad Fix aconnect man page
Use local definitions of .EX/.EE or .DS/.DE to avoid low-level troff
requests in the page body.  There are plans to add these to groff man;
in the interim, this patch adds a compatible definition.

From: Eric S. Raymond <esr@thyrsus.com>
2007-01-08 11:46:12 +01:00
Jaroslav Kysela
7d87034cf2 Added tag v1.0.14rc1 for changeset 37fec0da2399c7134da1cb907a8ca8fca049e911 2006-12-07 15:04:32 +01:00
Jaroslav Kysela
329c9a2e7e release 1.0.14rc1
Patch-level: Merged
2006-12-07 15:04:31 +01:00
Clemens Ladisch
4de3d5a273 aplaymidi: handle big SysEx commands
Make sure that the sequencer output buffer is big enough to handle all
events that we send, and split large SysEx commands into one-second
chunks so that the sequencer kernel code can handle them.
2006-12-04 18:01:23 +01:00
Jaroslav Kysela
815fc4bea0 aplay: namehint fix - use filter before printing device name 2006-11-30 13:45:08 +01:00
Jaroslav Kysela
a6f9df06af fix for recent namehint API (use get_hint function) 2006-11-30 13:42:33 +01:00
James Courtier-Dutton
d0d0e25c6c utils: Make default sample files be in /usr/share/sounds/alsa 2006-11-26 16:24:59 +00:00
Takashi Iwai
a8e31a5589 Fix argument for snd_device_name_hint().
Fix the iface argument for snd_device_name_hint().
2006-11-06 17:27:50 +01:00
James Courtier-Dutton
fb219cacb6 Implement Playback/Capture enum. 2006-10-13 22:25:33 +01:00
Jaroslav Kysela
ff26da1a3d aplay/arecord: Remove -n commad (obsolete, undocumented)
Also fix a small memory leak (missing snd_output_delete call).
2006-10-12 14:53:56 +02:00
Jaroslav Kysela
eee0b78320 aplay/arecord -L command: process properly end-of-line characters 2006-10-12 11:04:38 +02:00
Jaroslav Kysela
0b70f2e606 aplay/arecord: filter direction for -L command 2006-10-11 13:36:37 +02:00
Jaroslav Kysela
f6ed3aa3be aplay/arecord - use snd_device_name_hint() for -L command 2006-10-11 13:31:47 +02:00
Jaroslav Kysela
f0d1e3cac6 alsaconf - rcalsasound script does not exists in some distros
See bug#1505
2006-10-04 10:33:36 +02:00
Jaroslav Kysela
6d59cea271 amixer - remove beep on errors in arguments
See bug#1247
2006-10-04 10:21:29 +02:00
Jaroslav Kysela
8fa7c15229 alsactl - return error state, fail when no configuration is found
See bug#843
2006-10-04 10:14:24 +02:00
Jaroslav Kysela
a70208290b amixer: sset - check if command is valid
See bug#532
2006-10-04 09:47:41 +02:00
Jaroslav Kysela
a08925f7a8 alsamixer: cosmetic fix 2006-10-04 09:34:02 +02:00
Jaroslav Kysela
96bb89f43a alsa-utils.spec.in - additions
See bug#2139 for details
2006-10-01 15:21:06 +02:00
Jaroslav Kysela
affb999faf speaker-test: fix typos in manpage
See bug#2178
Debian 364560
2006-10-01 15:16:13 +02:00
Jaroslav Kysela
db59693a9f alsaconf fix: cannot find the snd-powerpc module
The expression used in the search does not match.
See: bug#2179
2006-10-01 15:11:10 +02:00
Jaroslav Kysela
e32785dd55 aplay: add fflush(stdout) for -vvv verbosity
See bug#2454
2006-10-01 15:03:26 +02:00
Jaroslav Kysela
6eab674b05 Added tag v1.0.13 for changeset 6504a92784b8d34861d2304c1afb3b689ad4e5d6 2006-09-29 13:30:59 +02:00
Jaroslav Kysela
c5b206864f release 1.0.13
Patch-level: Merged
2006-09-29 13:30:59 +02:00
Jaroslav Kysela
0502722b52 Added tag v1.0.13rc3 for changeset a956137bb3443bcf1e6b14fb8a2f167965206268 2006-09-25 15:22:01 +02:00
Jaroslav Kysela
f11aa70a29 release 1.0.13rc3
Patch-level: Merged
2006-09-25 15:22:00 +02:00
Takashi Iwai
1edfd1de20 Initialize volumes using dB in alsaconf
Initialize volumes by specifying dB values in alsaconf.
This will give more sane values if the mixer elements support dB.
If not supported, simply the old value in percent is used.
2006-09-21 17:34:32 +02:00
Jaroslav Kysela
e7985c05f7 Added tag v1.0.13rc2 for changeset a505bb1568f9a523e1c66b7acdb006acd47a5a0a 2006-09-12 15:35:48 +02:00
Jaroslav Kysela
d3355bea09 release 1.0.13rc2
Patch-level: Merged
2006-09-12 15:35:48 +02:00
Jaroslav Kysela
66d0a2899f Added tag v1.0.13rc1 for changeset 071f769c3a9a62d76c52b8167655ae6e1c76dd8a 2006-08-31 10:06:20 +02:00
Jaroslav Kysela
6696130650 release 1.0.13rc1
Patch-level: Merged
2006-08-31 10:06:19 +02:00
Takashi Iwai
cd22065cce Fix setup for SLES10/SLED10
Fix the setup for SLES10/SLED10.  They have no minor version.
2006-08-28 21:21:30 +02:00
Takashi Iwai
b4897f7856 Add linear-volume handling in amixer
Added the handling of linear-volume in amixer TLV decoder.
2006-08-28 13:28:46 +02:00