Commit Graph

16 Commits

Author SHA1 Message Date
xuxuehai 4e80219ea0 update alsa-utils-1.2.11
Signed-off-by: xuxuehai <xuxuehai2@huawei.com>
2024-05-22 16:37:50 +08:00
Jaroslav Kysela b1e3d945b7 Change FSF address (Franklin Street)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2017-11-14 14:28:53 +01:00
Jaroslav Kysela 0a6c9e80f7 Makefiles - use AM_CPPFLAGS instead INCLUDES
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2014-05-07 10:55:59 +02:00
Elimar Riesebieter 48554fc28b Fix several typos in manpage and help strings.
Signed-off-by: Jordi Mallach <jordi@debian.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2013-05-16 10:38:02 +02:00
Diego E. 'Flameeyes' Pettenò 6232f1c96c Make some static tables and strings constants.
By doing this we move them from the .data section to .rodata setion,
or from .data.rel to .data.rel.ro.

The .rodata section is mapped directly from the on-disk file, which is
always a save, while .data.rel.ro is mapped directly when using
prelink, which is a save in a lot of cases.

Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
2008-11-21 13:10:02 +01:00
Takashi Iwai d7f90ce8f7 iecset - Add missing help text for -n option
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2008-10-24 11:48:57 +02:00
Pawel MOLL f98a4e2990 iecset update for new consumer status channel bits
Added iecset support for some of consumer status channel bits,
new in the third edition od IEC60958-3 spec.

Signed-off-by: Pawel Moll <pawel.moll@st.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2008-08-01 13:22:14 +02:00
Takashi Iwai 318258f294 iecset - Add -n option
Added -n option to iecset to specify the index number of the control
element.  This is needed for handling multiple SPDIF devices.
2008-02-05 08:11:02 +01:00
Clemens Ladisch 0629a38f6c iecset: fix card index check
Allow card indices up to 31.
2007-11-30 08:14:04 +01:00
Markus Bollinger 143676f7b6 Fix 32kHz sample rates
Fixed typos in check of sample rates.  Now 32k is handled correctly.

Signed-off-by: Markus Bollinger <bollinger@digigram.com>
2005-03-08 16:14:29 +00:00
Nicolas FRANCOIS ca5f8cbcfe Fix hyphens in man pages
This patch converts hyphens to minus signs in the man pages (for options,
emails, or command line examples).

This patch also closes one font modifier in iecset.1.
(s/\fIfalse\fI,/\fIfalse\fP,/)

Signed-off-by: Nicolas FRANCOIS <nicolas.francois@centraliens.net>
2004-10-08 16:15:34 +00:00
Takashi Iwai 41d38ac92a - fixed the wrong help description of audio command. 2004-02-06 11:44:08 +00:00
Takashi Iwai 2ac2af4dfb - fixed typos in the help text. 2004-01-16 18:15:05 +00:00
Jaroslav Kysela 1f2d8e47ab Clemens Ladisch <clemens@ladisch.de>
- add error handler for ALSA errors
- enumerate all controls to find the desired control
  (because SPDIF is device 1 on ymfpci)
2003-11-03 10:43:32 +00:00
Takashi Iwai 1d8fa52206 - fixed Makefile.
- don't include but link iecbits.c.
2003-10-28 17:42:28 +00:00
Takashi Iwai 5f8a137a7a - moved iecset from alsa-lib/test.
- added man page.
2003-10-23 16:54:32 +00:00