summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-09-11Define channel map position enum in pcm.hTakashi Iwai1-1/+27
2012-09-11Implement get_chmap/set_chmap for PCM extplug/ioplug pluginsTakashi Iwai2-3/+27
2012-09-11Implement the channel mapping APITakashi Iwai3-0/+44
2012-06-25Fix the binary compatibility of ext-ctl plugin with protocol 1.0.0Takashi Iwai1-4/+5
2012-04-16control_external: Add ability to specify TLV data.Dylan Reid1-1/+16
2012-01-19Improve hw_params documentationAndrew Eikum1-1/+16
2011-10-07control: add snd_ctl_elem_add_enumerated()Clemens Ladisch2-2/+5
2011-10-05asound.h: cosmetic changes for consistency with kernel asound.hClemens Ladisch1-25/+25
2011-10-05asound.h: update for latest kernelClemens Ladisch1-18/+11
2011-07-29Merge branch 'fallback'Takashi Iwai2-0/+4
2011-07-29Add RME RPM to HDSP_IO_Type.Adrian Knoth1-0/+1
2011-07-27Add snd_{ctl|pcm}_open_fallback() functionsTakashi Iwai2-0/+4
2011-06-08UCM: get: Implement 'exact' value retrievalStephen Warren1-6/+24
2011-06-08UCM: Allow querying of {Supported,Conflicting}DevicesStephen Warren1-0/+5
2011-03-19UCM: comment fixes and fix myvalue initialization fix in add_values()Jaroslav Kysela1-20/+29
2011-01-27Update hdspm.h file from Adrian Knoth - final versionJaroslav Kysela1-171/+1
2011-01-26Update hdspm.h file from Adrian KnothJaroslav Kysela2-43/+308
2011-01-26Add hdspm.h kernel header to include/alsa/sound tree for the hdspmixer appJaroslav Kysela1-0/+134
2011-01-24Merge branch 'ucm'Jaroslav Kysela4-1/+365
2011-01-11ucm: add snd_use_case_verb_list() inline functionJaroslav Kysela1-1/+12
2010-11-15support for period wakeup disablingClemens Ladisch2-0/+5
2010-11-04control: add ASCII parsers from amixerJaroslav Kysela1-0/+7
2010-10-12ucm: unify snd_use_case_geti(), add snd_use_case_card_list() templateJaroslav Kysela1-3/+20
2010-10-01ucm: cosmetic fixJaroslav Kysela1-1/+1
2010-09-22ucm: Introduce "Value {}" section, more implementation workJaroslav Kysela1-26/+19
2010-09-15ucm: Moved ucm to src/ucm subdirectoryJaroslav Kysela2-7/+23
2010-08-25ucm: Recode header to be more universalJaroslav Kysela1-200/+93
2010-08-23ucm: build - add build support for Use Case ManagerLiam Girdwood1-1/+1
2010-08-23ucm: header - ALSA Use Case ManagerLiam Girdwood1-0/+427
2010-08-23general: recoded snd_dlobj_ functionsJaroslav Kysela1-6/+6
2010-01-22modem.conf Off-hook improve behaviorDavid Fries1-0/+1
2010-01-18add atomic operations for Blackfin partsMike Frysinger1-0/+23
2009-11-08Open device nodes with close-on-exec flagRĂ©mi Denis-Courmont1-12/+18
2009-11-08Defined symbols exposing the hrtimer to applications.Pedro Lopez-Cabanillas2-0/+3
2009-08-10snd_pcm_scope_set_ops: make ops parameter constClemens Ladisch1-1/+2
2009-08-04fix doc errorsClemens Ladisch2-4/+4
2009-08-04remove unimplemented functions from headersClemens Ladisch2-4/+0
2009-07-27conf.c: more documentationClemens Ladisch1-7/+16
2009-06-16Add the support of TLV_DB_MINMAX typesTakashi Iwai1-0/+4
2009-06-02Query the supported rate ranges from rate pluginsTakashi Iwai1-1/+37
2009-01-28Fix off_t in kernel structTakashi Iwai1-1/+1
2008-10-23Merge branch 'master' of git@git.alsa-project.org:alsa-libJaroslav Kysela1-3/+2
2008-10-23Add snd_pcm_avail() and snd_pcm_avail_delay() prototypesJaroslav Kysela1-0/+4
2008-10-07Increase the components array sizeTakashi Iwai1-3/+2
2008-08-31alsa-lib: Don't call the simple mixer interface "legacy"Lennart Poettering1-2/+2
2008-08-01IEC958 definition for consumer status channel updatePawel MOLL1-21/+70
2008-05-09Implemented snd_pcm_sw_params_(set|get)_period_event for interrupt wakeup lik...Jaroslav Kysela2-1/+4
2008-04-21implemented snd_pcm_rewindable() and snd_pcm_forwardable(), removed can_rewin...Jaroslav Kysela1-0/+2
2008-04-21implemented integer volume <-> dB volume conversion functions for simple mixerJaroslav Kysela2-0/+6
2008-04-11added snd_pcm_hw_params_is_monotonic/can_forward/can_rewind functionsJaroslav Kysela1-0/+3