summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'fallback'Takashi Iwai2011-07-295-1/+53
|\
| * Add snd_{ctl|pcm}_open_fallback() functionsTakashi Iwai2011-07-274-0/+50
| * Define "sysdefault" PCM and controlTakashi Iwai2011-07-271-1/+3
* | Add RME RPM to HDSP_IO_Type.Adrian Knoth2011-07-291-0/+1
|/
* UCM: get: Implement 'exact' value retrievalStephen Warren2011-06-082-36/+104
* UCM: snd_use_case_get: Don't segfault when no current verbStephen Warren2011-06-081-0/+3
* UCM: Allow querying of {Supported,Conflicting}DevicesStephen Warren2011-06-082-14/+97
* UCM: Disallow gets of undefined system propertiesStephen Warren2011-06-081-1/+14
* UCM: Implement ConflictingDevices, add device list to devicesStephen Warren2011-06-084-55/+167
* UCM: Deprecate index on Section{Device,Modifier}Stephen Warren2011-06-082-85/+114
* Fix missing error code in snd_ctl_hw_open()Takashi Iwai2011-06-031-0/+1
* UCM: Fix deadlock following failed get _verbStephen Warren2011-06-031-2/+4
* UCM: Fix typo in error messageStephen Warren2011-06-031-1/+1
* ctlparse: Respect softfloat configure optionAlexander Stein2011-05-201-0/+9
* emu10k1.conf - Fix no sound problem when using SB Live! PlatinumRaymond Yau2011-05-161-127/+140
* Specficy subdevice 0 for front/surround* of HDA-Intel.confTakashi Iwai2011-05-091-0/+1
* UCM: fix memory leak when executing cset commandsBaek Chang2011-05-041-1/+10
* Add test/lsb/config to .gitignoreTakashi Iwai2011-05-041-0/+1
* Fix printf for size_tTakashi Iwai2011-05-041-4/+4
* Fix compile warningsTakashi Iwai2011-05-041-2/+2
* alsa-lib: fixed coverity reported issues under "FORWARD_NULL" checker.Sudarshan Bisht2011-05-047-5/+11
* HDA-Intel.conf - Fix low mic volume due to pulseaudio using "front" device fo...Raymond Yau2011-04-261-6/+13
* EMU10K1.conf: Don't lock hook controlsTakashi Iwai2011-04-201-10/+10
* test/latency: print error message when 2 periods per buffer not supportedRaymond Yau2011-04-201-3/+15
* Fix typo in comment in surround71.confDavid Henningsson2011-04-191-2/+2
* Mark Heaphone {Center|LFE} control of emu10k1 conf as optionalTakashi Iwai2011-04-061-0/+2
* configure: Fail when the user attempts to compile shared and static libsJaroslav Kysela2011-03-301-0/+10
* UCM: Fix LGPL licence ("how to receive" part referred GPL instead LGPL)Jaroslav Kysela2011-03-284-12/+12
* Conf: Fix channels of ICE1712 to 10/12David Henningsson2011-03-281-6/+22
* UCM: Fix empty get_list - initialize returned pointer to NULLJaroslav Kysela2011-03-191-2/+4
* UCM: comment fixes and fix myvalue initialization fix in add_values()Jaroslav Kysela2011-03-192-20/+30
* alsa-lib: ucm: allow values to be read from devicesMargarita Olaya2011-03-181-7/+14
* alsa-lib: add LaCie Firewire Speakers/Griffin FireWave Surround driverClemens Ladisch2011-03-153-0/+78
* Fix alsa-lib to regard 3D control - Depth as Playback ControlsRaymond Yau2011-02-281-1/+6
* Release v1.0.24.1v1.0.24.1Jaroslav Kysela2011-01-311-1/+1
* ucm: add more error messages for cdev and cset commandsJaroslav Kysela2011-01-311-2/+6
* ucm: allow bind modifier to specific instances, other fixesJaroslav Kysela2011-01-315-17/+67
* ucm: make verb comments optionalPierre-Louis Bossart2011-01-291-3/+8
* Release v1.0.24v1.0.24Jaroslav Kysela2011-01-271-1/+1
* real fix for the UCM code compilation issueJaroslav Kysela2011-01-271-0/+3
* Fix UCM component handling in configure.inJaroslav Kysela2011-01-271-0/+3
* Update hdspm.h file from Adrian Knoth - final versionJaroslav Kysela2011-01-271-171/+1
* Update hdspm.h file from Adrian KnothJaroslav Kysela2011-01-262-43/+308
* Add hdspm.h kernel header to include/alsa/sound tree for the hdspmixer appJaroslav Kysela2011-01-261-0/+134
* Merge branch 'ucm'Jaroslav Kysela2011-01-2418-5/+3840
|\
| * ucm: fix switch device & modifier when no transition is founducmLiam Girdwood2011-01-111-3/+3
| * ucm: add snd_use_case_verb_list() inline functionJaroslav Kysela2011-01-111-1/+12
| * ucm: ctlparse - always terminate cset bufferLiam Girdwood2010-12-221-1/+1
| * ucm: fix handling of cset with spaces in the control nameLiam Girdwood2010-12-221-1/+1
| * ucm: only select modifier when supported device is enabledLiam Girdwood2010-12-221-10/+44