summaryrefslogtreecommitdiff
path: root/src/mixer
AgeCommit message (Expand)AuthorFilesLines
2002-05-02fixed the detection of playback switch.Takashi Iwai1-1/+2
2002-03-12Corrections by Kevin Conder <kconder@interaccess.com>Jaroslav Kysela1-26/+26
2002-03-12fixed handling of capture switch / volume:Takashi Iwai1-2/+7
2001-12-30Updated GNU GPL license (address).Jaroslav Kysela4-20/+20
2001-11-30Added snd_*_poll_descriptors_revents functions.Jaroslav Kysela1-0/+22
2001-08-27Fixed typoJaroslav Kysela1-1/+1
2001-07-30Another fix - switch behaviourJaroslav Kysela1-1/+20
2001-07-26Mixer behaviour fixesJaroslav Kysela1-28/+74
2001-07-25Small fixes (capture & switch read)Jaroslav Kysela1-18/+18
2001-07-23Added snd_mixer_selem_is_active function.Jaroslav Kysela1-52/+56
2001-07-18More documentation updates.Jaroslav Kysela2-1/+3
2001-07-11Added documentation for instrument and midi event functions.Jaroslav Kysela1-2/+2
2001-06-20New async notification API. Removed obsolete surround. CleaningAbramo Bagnara1-1/+0
2001-05-14Added more Tone Control items to the sort tablesJaroslav Kysela1-0/+6
2001-05-14Updated the sorting tables and functions.Jaroslav Kysela1-17/+59
2001-05-08Added 'Center' and 'LFE' to the sort tableJaroslav Kysela1-0/+2
2001-04-18Fixed capture source handlingJaroslav Kysela1-1/+3
2001-03-30Documentation generation fixesAbramo Bagnara2-4/+7
2001-03-30More documentation. Tiny change for simple mixer element API (get_range)Abramo Bagnara5-356/+779
2001-03-29Lot of cleanings with the help of gcc3Abramo Bagnara3-23/+25
2001-03-27Added I2S to sort tables.Jaroslav Kysela1-0/+2
2001-03-26Added mode argument to open functions where it was missing. First part of CTL...Abramo Bagnara1-2/+2
2001-03-16Added more sort rulesJaroslav Kysela1-1/+9
2001-02-20Added mixer_local.h to noinst_HEADERSJaroslav Kysela1-0/+2
2001-02-18Changed descriptors_countAbramo Bagnara1-7/+5
2001-02-18Added range specification to simple mixer. Fixes to alsamixer. Added mixer su...Abramo Bagnara1-4/+53
2001-02-15New simple mixer implementationAbramo Bagnara4-541/+778
2001-02-14Removed snd_mixer_elem_count.Jaroslav Kysela1-6/+0
2001-02-14Changed behaviour of poll_descriptors function (returns the filled count of f...Jaroslav Kysela1-2/+27
2001-02-13Changed control to use events mask. Added subscribe ioctlAbramo Bagnara3-60/+47
2001-02-13My bogus assumption on add_tail semanticAbramo Bagnara1-2/+2
2001-02-13One more fixes to sortingAbramo Bagnara1-2/+2
2001-02-13Definitely fixed the sorting/find problems for hcontrol & mixer.Jaroslav Kysela2-11/+12
2001-02-13Added the safe version of the list_for_each function.Jaroslav Kysela4-25/+24
2001-02-13Removed Capture Source exceptions. Renamed snd_hctl_elem_get_handleAbramo Bagnara1-18/+0
2001-02-13Moved the detach code to the more appropriate place.Jaroslav Kysela2-6/+7
2001-02-13Fixed free bug (added missing hctl detach call).Jaroslav Kysela1-0/+7
2001-02-12More generic support for poll descriptorsAbramo Bagnara1-7/+36
2001-02-12More bugfixes (sort, compare, mixer, hcontrol).Jaroslav Kysela1-11/+17
2001-02-12Improved mixer sort/compare interface.Jaroslav Kysela2-17/+67
2001-02-12Added sort & compare functions to the mixer API.Jaroslav Kysela3-49/+137
2001-02-11Fixed handle_eventsAbramo Bagnara2-2/+5
2001-02-11Fixed thinkoAbramo Bagnara1-1/+1
2001-02-11Completed mixer API. Improved iterators. Renamed control values struct. Rewri...Abramo Bagnara5-815/+1136
2001-02-09Updated the hctl interface (the more independent way).Jaroslav Kysela3-31/+29
2001-02-09FixesAbramo Bagnara3-45/+46
2001-02-09Completed control and mixer APIAbramo Bagnara6-475/+856
2001-02-07Better names for control APIAbramo Bagnara3-111/+111
2001-02-06Control API encapsulation. Better names for kernel API. Simpler PCM hw_params...Abramo Bagnara3-43/+41
2001-02-05Missing enum changeAbramo Bagnara1-18/+19