aboutsummaryrefslogtreecommitdiff
path: root/audio/pcm_bluetooth.c
AgeCommit message (Expand)Author
2009-04-17Do some coding style cleanupsMarcel Holtmann
2009-04-17fix up sbc.h prototypes to use const/size_t wherever applicableLennart Poettering
2009-03-25Add specific codec types.Luiz Augusto von Dentz
2009-03-25Add lock flag for capabilities.Luiz Augusto von Dentz
2009-03-25Introduce BT_OPEN command to audio ipc.Luiz Augusto von Dentz
2009-03-25Add source and destination fields to audio ipc messages.Luiz Augusto von Dentz
2009-03-12Make use of size_t and ssize_t when possibleJohan Hedberg
2009-02-25Check for valid sk value before calling bt_audio_service_closeJohan Hedberg
2009-02-24Improve IPC message receivingJohan Hedberg
2009-02-01Fix setting revents in bluetooth_playback_poll_reventsJohan Hedberg
2009-01-30Fix another signed/unsigned comparison warningMarcel Holtmann
2009-01-30Fix signed/unsigned comparison of ALSA pluginMarcel Holtmann
2009-01-21Fix bug on alsa plugin when debug is active.Luiz Augusto von Dentz
2009-01-19Use native byte order for audio in GStreamer and ALSA pluginsSiarhei Siamashka
2009-01-01Update copyright informationMarcel Holtmann
2008-12-29Remove usage of MSG_WAITALL from pcm_bluetooth.c as wellJohan Hedberg
2008-12-23Need to declare plugin entry functions firstMarcel Holtmann
2008-12-20More coding style fixesJohan Hedberg
2008-12-20More length header fixesJohan Hedberg
2008-12-20Fix length header values in messagesJohan Hedberg
2008-12-16Fix alsa plugin to reflect the ipc changes.Luiz Augusto von Dentz
2008-09-08Use DBG instead of printf for debug printJohan Hedberg
2008-08-08Avoid memory copies in A2DP write routineMarcel Holtmann
2008-05-15Fix return value for snd_pcm_hw_params() callsMarcel Holtmann
2008-03-04Make alsa plugin to detect disconnection of devices.Luiz Augusto von Dentz
2008-02-19Fix alsa plugin to make use of sbc new API.Luiz Augusto von Dentz
2008-02-14Make use of parameters selected in alsa plugin and fix auto selection.Luiz Augusto von Dentz
2008-02-02Fix compilation issues with UCHAR_MAX, USHRT_MAX and UINT_MAXMarcel Holtmann
2008-02-02Update copyright informationMarcel Holtmann
2008-01-30Use snd_config_get_bool for autoconnectJohan Hedberg
2008-01-30Clean up unecessary variables from alsa config parsingJohan Hedberg
2008-01-30Add autoconnect config option to IPC and alsaJohan Hedberg
2008-01-23Add mpeg12 sep registration.Luiz Augusto von Dentz
2008-01-14coding styleBrad Midgley
2008-01-09Fix frame_size calculation when there already is data in the bufferJohan Hedberg
2008-01-05use correct variable to pick up alsa prefsBrad Midgley
2007-12-06Fixes for hsp.Luiz Augusto von Dentz
2007-12-04Fix error messages. (thanks to fchevalier for the patch)Luiz Augusto von Dentz
2007-12-03Handle new ipc messages properly and adapt the plugins.Luiz Augusto von Dentz
2007-11-26Mention Kai's contributionsMarcel Holtmann
2007-11-22Support multiple periodsJohan Hedberg
2007-11-22Get rid of struct timeval completelyJohan Hedberg
2007-11-21Integrate new ipc API implementation.Luiz Augusto von Dentz
2007-11-20Revert commented lines of previous commit.Luiz Augusto von Dentz
2007-11-20Fix bug in alsa plugin.Luiz Augusto von Dentz
2007-11-12Make sbc codec to write directly in application buffers and so avoiding memcpys.Luiz Augusto von Dentz
2007-11-09Use clock_gettime instead of gettimeofdayJohan Hedberg
2007-11-09Use just one possible value in the period size list since multiple options se...Johan Hedberg
2007-11-09A2DP wakeup refactoring & cleanup (patch from Kai Vehmanen <kai.vehmanen@noki...Johan Hedberg
2007-10-24Revert buffer contraints patch (it wasn't doing what was intended and it actu...Johan Hedberg