summaryrefslogtreecommitdiff
path: root/gr-audio/lib/alsa/alsa_impl.cc
Commit message (Collapse)AuthorAgeFilesLines
* global: Replace stdio logging with loggerDavid Winter2021-10-211-6/+4
| | | | | | | This commit replaces many uses of std::c{out,err} and printf with the appropriate GR_LOG_* directives. Signed-off-by: David Winter <david.winter@analog.com>
* modules: include boost/format where usedMarcus Müller2021-09-071-0/+2
| | | | | | | | | | | | | | | | | | | in the classic modules: audio blocks digital dtv fec fft filter qtgui trellis/fsm uhd video-sdl vocoder/freedv_rx Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* audio: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-131-10/+13
| | | | | | | | | | | | This is a bit special, in that audio systems tend to have their own ways of going wrong, and there's platform-specific development debugging infrastructure in there, which I intentionally did not touch. I did touch a few commented lines of code in the intention of, if you enable that line of logging, it should be consistent with the rest. There's copious amounts of untouched stderr-logging in `#if 0`-disabled code in OSX's infrastructure.
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-132/+139
|
* cleanup: fix local includes in gr-audioAndrej Rode2019-02-011-1/+1
| | | | | | | Previously all directories were in the include path which breaks for local includes in pointy brackets. This commit uses quotes for local includes in gr-audio now.
* analog: wip: name changes for alsa, oss, jack files.Tom Rondeau2013-02-111-0/+175