]> sigrok.org Git - libsigrok.git/history - hardware/alsa/api.c
Replace 'probe' with 'channel' in most places.
[libsigrok.git] / hardware / alsa / api.c
2014-03-25 Uwe HermannReplace 'probe' with 'channel' in most places.
2014-03-25 Uwe HermannConsistently use 'cg' for channel group variables.
2014-03-25 Uwe HermannReplace 'probe group' with 'channel group' everywhere.
2013-11-08 Martin Lingprobe_groups: API changes required to implement probe...
2013-08-07 Uwe Hermannalsa: Fix double-free issue.
2013-06-02 Uwe Hermanns/clear_instances/dev_clear/.
2013-06-02 Uwe Hermannstd: Drop hw_ from function names.
2013-06-02 Uwe Hermannalsa: Use std_dev_clear().
2013-05-10 Uwe HermannUse consistent API callback function names.
2013-05-10 Uwe HermannDrop some lines that are no longer needed.
2013-05-03 Uwe Hermanns/DRIVER_LOG_DOMAIN/LOG_PREFIX/.
2013-04-24 Bert VermeulenEnforce open device before config_set()/dev_acquisition...
2013-04-16 Bert Vermeulendrivers: return SR_ERR_NA on unsupported config key
2013-04-11 Bert Vermeulenalsa: Adjust to GVariant-based sr_config_* functions
2013-02-07 Uwe HermannAdd and use std_session_send_df_header().
2013-02-05 Uwe Hermannhw_dev_close(): Move common checks to wrapper.
2013-02-05 Uwe HermannShorten/simplify hw_dev_list() implementations.
2013-01-29 Uwe HermannFactor out common hw_init() driver code.
2013-01-25 Bert VermeulenDeprecate SR_DI_HWCAPS.
2013-01-25 Bert VermeulenDeprecate SR_DI_CUR_SAMPLERATE.
2013-01-25 Bert Vermeulendeprecate SR_DI_SAMPLERATES
2013-01-25 Bert Vermeulendrivers: implement config_list()
2013-01-24 Bert Vermeulendrivers: rename and reorganize config get/set
2013-01-21 Bert VermeulenRename SR_HWOPT_* and SR_HWCAP_* to SR_CONF_*
2013-01-21 Bert Vermeulendrivers: use new sr_config struct
2013-01-20 Uwe HermannRemove non-error hw_info_get() messages.
2013-01-15 Uwe Hermannalsa: Silence ALSA scanning process.
2013-01-15 Bert VermeulenGet rid of obsolete SR_DI_NUM_PROBES and SR_DI_PROBE_NAMES.
2012-12-31 Uwe Hermannalsa: Improved error reporting.
2012-12-31 Uwe Hermannalsa: Cosmetics, coding style, typos.
2012-12-31 Alexandru Gagniucalsa: Find supported samplerates during device scan
2012-12-31 Alexandru Gagniucalsa: Fix sample acquisition and send normalized values
2012-12-31 Alexandru Gagniucalsa: Scan all soundcards and create a sigrok device...
2012-12-31 Alexandru Gagniucalsa: Do not use snd_pcm_hw_params_set_rate_near()
2012-12-25 Uwe HermannShorten probe_names[] arrays everywhere.
2012-12-23 Alexandru Gagniucalsa: Split into api.c and protocol.c