]> sigrok.org Git - libsigrok.git/history - hardware/alsa/alsa.c
sr: Fix/document probe names.
[libsigrok.git] / hardware / alsa / alsa.c
2012-02-28 Uwe Hermannsr: Fix/document probe names.
2012-02-18 Uwe Hermannsr: Consistent ctx name for per-dev-inst context.
2012-02-18 Uwe Hermannsr: s/config_set/dev_config_set/.
2012-02-18 Uwe Hermannsr: s/acquisition_*/dev_acquisition_*/.
2012-02-18 Uwe Hermannsr: opendev/closedev -> dev_open/dev_close.
2012-02-18 Uwe Hermannsr: s/st*_acquisition/acquisition_st*/.
2012-02-18 Uwe Hermannsr/cli/gtk/qt: s/get_dev_info/dev_info_get/.
2012-02-17 Uwe Hermannsr/cli/gtk/qt: s/configuration/config/.
2012-02-17 Uwe Hermannsr/cli/gtk: s/capability/hwcap/.
2012-02-17 Uwe Hermannsr/cli/gtk: A few more s/instance/inst/.
2012-02-17 Uwe Hermannsr/cli/gtk/qt: s/device/dev/ in many places.
2012-02-17 Uwe Hermannsr: Some more s/device_instance/dev_inst/.
2012-02-17 Uwe Hermannsr: Prefix log messages with subsystem string.
2012-02-14 Bert Vermeulensr: don't free driver-specific per-device struct in...
2012-02-13 Bert Vermeulensr: rename more functions to sr_thing_action format
2012-02-13 Bert Vermeulensr: rename all sr_device_instance_* functions to sr_dev...
2012-02-13 Uwe Hermannsr: cleanup callback: Return int.
2012-02-13 Uwe Hermannsr: stop_acquisition callback: Return int.
2012-02-11 Uwe HermannUse g_try_malloc/g_free/g_strdup consistently.
2012-02-02 Uwe Hermannsr: Make more symbols private via static/SR_PRIV.
2012-02-01 Uwe Hermannsr: Mark API functions with SR_API/SR_PRIV.
2012-01-28 Uwe Hermannsr: Drop analog left-overs from sigrok.h.
2011-12-29 Uwe Hermannprobe names: Fix cosmetics, add docs, fix off-by-one.
2011-12-29 Kristoffer SjöbergMove the probe naming to the creator of the device...
2011-12-28 Uwe Hermannlibsigrok: Fix #includes.
2011-05-05 Uwe Hermannlibsigrok: closedev() now has a return code.
2011-05-05 Uwe Hermannlibsigrok: Rename open/close to opendev/closedev.
2011-04-18 Uwe HermannHardware drivers: Use names for struct entries.
2011-04-16 Uwe Hermannalsa: Always use glib's memory allocation functions.
2011-04-14 Uwe Hermannlibsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err.
2011-02-20 Uwe HermannConstify some more 'char *' parameters.
2011-02-20 Uwe HermannAdd sr_ prefix for analog stuff some structs.
2011-02-20 Uwe HermannAdd sr_ prefix to session_{add,remove}.
2011-02-08 Uwe HermannAdd sr_ prefix to session related API functions.
2011-01-30 Uwe HermannSR_ prefix for all public enums.
2011-01-30 Uwe HermannPrefix device structs with sr_.
2011-01-30 Uwe HermannAdd a field for the full name of a device.
2011-01-30 Uwe HermannPrefix datafeed structs with sr_.
2011-01-30 Uwe Hermannget_sr_device_instance() -> sr_get_device_instance().
2011-01-30 Uwe HermannChange all sigrok_ prefixes to sr_.
2011-01-30 Uwe HermannChange SIGROK_ prefix to SR_.
2011-01-23 Uwe HermannBuild fix.
2011-01-22 Daniel Ribeiroalsa: hide a few compiler warnings
2011-01-22 Daniel Ribeirofinish alsa driver implementation
2011-01-22 Daniel Ribeiroinitial version of alsa plugin.