summaryrefslogtreecommitdiff
path: root/gr-audio/lib/alsa/audio_alsa_sink.cc
AgeCommit message (Collapse)Author
2011-10-03audio_alsa_sink : Fix warning on 32 bit builds.Philip Balister
On machines where sizeof(long) = sizeof(int) the code for calculating scale factors produced an overflow warning. This change simplifies the code by eliminating the shift. The compiler should calculate the constant at compile time anyway. Signed-off-by: Philip Balister <philip@opensdr.com>
2011-03-28audio: cleanup audio source/sink with virtual inheritanceJosh Blum
The audio implementations now inherit from sync block (as they used to). And the redundant constructor in audio source/sink has been removed.
2011-03-09audio: register arches with priorities, ex: prefer alsa over ossJosh Blum
2011-03-09audio: moved alsa support files into subdirectoryJosh Blum