summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-09Release v1.0.27.2v1.0.27.2Jaroslav Kysela1-1/+1
2013-06-14speaker-test: Fix wrong wave file played back in chmap setupDavid Henningsson1-3/+11
2013-06-14amixer: Print TLV of channel map controlsDavid Henningsson1-0/+22
2013-05-28amixer: fix print_dB for -0.99 .. -0.01 rangeJaroslav Kysela1-1/+5
2013-05-27amixer: Fix the hctl elem search bugJaroslav Kysela1-0/+1
2013-05-27alsactl: return back the udevrules_DATA rule for 90-alsa-restore.rulesJaroslav Kysela1-0/+3
2013-05-27alsactl init: ca0106 file was omittedGabriel M. Beddingfield1-1/+1
2013-05-23Require alsa-lib 1.0.27.Jordi Mallach1-1/+1
2013-05-21Release v1.0.27.1v1.0.27.1Jaroslav Kysela1-1/+1
2013-05-21alsactl: remove 90-alsa-restore.rules from the tar ballJaroslav Kysela1-3/+0
2013-05-16Add AM_MAINTAINER_MODE([enable]) to configure.in.Jordi Mallach1-0/+2
2013-05-16Fix a build failure due to a misused format string.Jordi Mallach1-1/+1
2013-05-16Several formatting fixes for manpages.Jordi Mallach5-63/+63
2013-05-16Fix several typos in manpage and help strings.Elimar Riesebieter4-4/+4
2013-05-06alsactl: sprintf to snprintf prevent buffer overflowDoug Goldstein1-2/+2
2013-04-17arecord: add a missing break to the capture loopJaroslav Kysela1-0/+3
2013-04-15alsactl: Fix the string size for the lock file contentsJaroslav Kysela1-1/+1
2013-04-15alsactl: Fix a typo in systemd alsa-restore.serviceTakashi Iwai1-1/+1
2013-04-11Release v1.0.27v1.0.27Jaroslav Kysela1-1/+1
2013-04-10alsactl: add --with-alsactl-daemonswitch=FILE to the global configure.inJaroslav Kysela6-6/+14
2013-04-10alsactl: revert back old systemd static units with the /etc/alsa/state-daemon...Jaroslav Kysela6-5/+64
2013-04-10alsactl: add --nice and --sched-idle optionsJaroslav Kysela4-3/+49
2013-04-09amixer: Use the alsa-lib functions for id print and parse and value parseJaroslav Kysela1-263/+26
2013-04-09alsactl: daemon mode - remove disconnected cardsJaroslav Kysela1-1/+3
2013-04-08alsactl: move systemd config to the daemon modeJaroslav Kysela8-36/+33
2013-04-08speaker-test: change the interrupt handling logic to follow aplay/arecordJaroslav Kysela1-12/+20
2013-04-08aplay/arecord: change the interrupt handling using snd_pcm_abort()Jaroslav Kysela1-24/+15
2013-04-08alsactl: add event filter and cache for the daemon modeJaroslav Kysela2-7/+132
2013-04-05alsactl: Improved command line argument handling...Jaroslav Kysela3-65/+141
2013-04-05alsactl: add the daemon modeJaroslav Kysela8-77/+671
2013-04-03alsactl: small code reorder to avoid memory leaksJaroslav Kysela1-1/+1
2013-04-03alsactl: safe state store and memory allocation cleanupsJaroslav Kysela2-20/+55
2013-03-22aplay/arecord: added isatty() check (interactive mode)Jaroslav Kysela1-0/+4
2013-03-22speaker-test: try to call snd_pcm_close() when a signal is receivedJaroslav Kysela1-14/+37
2013-03-22alsamixer: Use isatty() to check the terminal (interactive) availabilityJaroslav Kysela1-0/+3
2013-01-31amixer: Fix dB value outputs in amixer contentsTakashi Iwai1-4/+4
2013-01-17speaker-test: increase the maximum supported rate to 384000Antonio Ospite1-1/+1
2013-01-16configure: Fix obsolete AM_CONFIG_HEADER macroMarko Lindqvist1-1/+1
2012-12-13aplay: Add the support for big-endian WAV format (RIFX)Takashi Iwai2-29/+73
2012-11-30alsaloop: Fix missing #endifTakashi Iwai1-1/+1
2012-11-30alsaloop: Make alsaloop working without libsamplerateTakashi Iwai1-5/+4
2012-11-26amixer: Fix parsing container TLV entriesTakashi Iwai1-1/+1
2012-11-13amixer: fix rounding of relative changesClemens Ladisch1-2/+2
2012-11-13aplay: Show usage if no parameter is passedFabio Estevam1-0/+8
2012-10-19alsamixer: fix handling of removed controlsClemens Ladisch4-14/+17
2012-09-24aplay: fix typo & silence warning..Jaroslav Kysela1-4/+6
2012-09-20speaker-test: Update man page for chmap optionTakashi Iwai1-0/+9
2012-09-20aplay: More support for channel map optionTakashi Iwai2-11/+149
2012-09-17aplay: Add support for channel mappingTakashi Iwai1-2/+38
2012-09-17speaker-test: Add support for channel mapping APITakashi Iwai1-15/+124