summaryrefslogtreecommitdiff
path: root/iecset
Commit message (Collapse)AuthorAgeFilesLines
* Change FSF address (Franklin Street)Jaroslav Kysela2017-11-142-2/+2
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* Makefiles - use AM_CPPFLAGS instead INCLUDESJaroslav Kysela2014-05-071-1/+1
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* Fix several typos in manpage and help strings.Elimar Riesebieter2013-05-161-1/+1
| | | | | Signed-off-by: Jordi Mallach <jordi@debian.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Make some static tables and strings constants.Diego E. 'Flameeyes' Pettenò2008-11-212-2/+2
| | | | | | | | | | | 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>
* iecset - Add missing help text for -n optionTakashi Iwai2008-10-241-0/+1
| | | | Signed-off-by: Takashi Iwai <tiwai@suse.de>
* iecset update for new consumer status channel bitsPawel MOLL2008-08-012-13/+83
| | | | | | | | 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>
* iecset - Add -n optionTakashi Iwai2008-02-052-3/+14
| | | | | Added -n option to iecset to specify the index number of the control element. This is needed for handling multiple SPDIF devices.
* iecset: fix card index checkClemens Ladisch2007-11-301-1/+1
| | | | Allow card indices up to 31.
* Fix 32kHz sample ratesMarkus Bollinger2005-03-081-2/+2
| | | | | | Fixed typos in check of sample rates. Now 32k is handled correctly. Signed-off-by: Markus Bollinger <bollinger@digigram.com>
* Fix hyphens in man pagesNicolas FRANCOIS2004-10-081-7/+7
| | | | | | | | | | 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>
* - fixed the wrong help description of audio command.Takashi Iwai2004-02-061-1/+1
|
* - fixed typos in the help text.Takashi Iwai2004-01-161-1/+1
|
* Clemens Ladisch <clemens@ladisch.de>Jaroslav Kysela2003-11-031-16/+47
| | | | | | - add error handler for ALSA errors - enumerate all controls to find the desired control (because SPDIF is device 1 on ymfpci)
* - fixed Makefile.Takashi Iwai2003-10-282-2/+2
| | | | - don't include but link iecbits.c.
* - moved iecset from alsa-lib/test.Takashi Iwai2003-10-234-0/+691
- added man page.