summaryrefslogtreecommitdiff
path: root/audio/pcm_bluetooth.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-15Report error if read failed in bluetooth_playback_poll_reventsSzymon Janc1-2/+2
2011-05-10Fix C++ style commentsSzymon Janc1-1/+1
2010-08-25Don't report error for EINTRColin Didier1-2/+4
2010-08-25Fix leftovers handling with bluetooth_a2dp_writeColin Didier1-2/+6
2010-06-30Fix the ALSA plugin to match the updated libsbc APIJohan Hedberg1-1/+1
2010-01-07Update Nokia copyrightsJohan Hedberg1-1/+1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-06-30Fix memory allocation failure check in ALSA initialization functionJohan Hedberg1-1/+2
2009-04-17Do some coding style cleanupsMarcel Holtmann1-7/+6
2009-04-17fix up sbc.h prototypes to use const/size_t wherever applicableLennart Poettering1-1/+2
2009-03-25Add specific codec types.Luiz Augusto von Dentz1-1/+1
2009-03-25Add lock flag for capabilities.Luiz Augusto von Dentz1-1/+2
2009-03-25Introduce BT_OPEN command to audio ipc.Luiz Augusto von Dentz1-10/+47
2009-03-25Add source and destination fields to audio ipc messages.Luiz Augusto von Dentz1-3/+3
2009-03-12Make use of size_t and ssize_t when possibleJohan Hedberg1-2/+3
2009-02-25Check for valid sk value before calling bt_audio_service_closeJohan Hedberg1-1/+2
2009-02-24Improve IPC message receivingJohan Hedberg1-7/+13
2009-02-01Fix setting revents in bluetooth_playback_poll_reventsJohan Hedberg1-2/+1
2009-01-30Fix another signed/unsigned comparison warningMarcel Holtmann1-1/+1
2009-01-30Fix signed/unsigned comparison of ALSA pluginMarcel Holtmann1-7/+9
2009-01-21Fix bug on alsa plugin when debug is active.Luiz Augusto von Dentz1-1/+2
2009-01-19Use native byte order for audio in GStreamer and ALSA pluginsSiarhei Siamashka1-2/+2
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-12-29Remove usage of MSG_WAITALL from pcm_bluetooth.c as wellJohan Hedberg1-1/+1
2008-12-23Need to declare plugin entry functions firstMarcel Holtmann1-0/+2
2008-12-20More coding style fixesJohan Hedberg1-12/+13
2008-12-20More length header fixesJohan Hedberg1-13/+16
2008-12-20Fix length header values in messagesJohan Hedberg1-37/+45
2008-12-16Fix alsa plugin to reflect the ipc changes.Luiz Augusto von Dentz1-88/+112
2008-09-08Use DBG instead of printf for debug printJohan Hedberg1-1/+1
2008-08-08Avoid memory copies in A2DP write routineMarcel Holtmann1-42/+68
2008-05-15Fix return value for snd_pcm_hw_params() callsMarcel Holtmann1-1/+5
2008-03-04Make alsa plugin to detect disconnection of devices.Luiz Augusto von Dentz1-4/+19
2008-02-19Fix alsa plugin to make use of sbc new API.Luiz Augusto von Dentz1-20/+21
2008-02-14Make use of parameters selected in alsa plugin and fix auto selection.Luiz Augusto von Dentz1-93/+113
2008-02-02Fix compilation issues with UCHAR_MAX, USHRT_MAX and UINT_MAXMarcel Holtmann1-0/+1
2008-02-02Update copyright informationMarcel Holtmann1-1/+1
2008-01-30Use snd_config_get_bool for autoconnectJohan Hedberg1-3/+5
2008-01-30Clean up unecessary variables from alsa config parsingJohan Hedberg1-31/+29
2008-01-30Add autoconnect config option to IPC and alsaJohan Hedberg1-1/+19
2008-01-23Add mpeg12 sep registration.Luiz Augusto von Dentz1-17/+22
2008-01-14coding styleBrad Midgley1-1/+1
2008-01-09Fix frame_size calculation when there already is data in the bufferJohan Hedberg1-2/+2
2008-01-05use correct variable to pick up alsa prefsBrad Midgley1-8/+8
2007-12-06Fixes for hsp.Luiz Augusto von Dentz1-9/+50
2007-12-04Fix error messages. (thanks to fchevalier for the patch)Luiz Augusto von Dentz1-22/+24
2007-12-03Handle new ipc messages properly and adapt the plugins.Luiz Augusto von Dentz1-7/+147
2007-11-26Mention Kai's contributionsMarcel Holtmann1-0/+1
2007-11-22Support multiple periodsJohan Hedberg1-8/+11
2007-11-22Get rid of struct timeval completelyJohan Hedberg1-19/+18