Skip to content

Commit

Permalink
Allow direct access to our pseudo ring buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq committed Nov 23, 2016
1 parent e3bb192 commit 8a240c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/asound/bluealsa-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ static int bluealsa_set_hw_constraint(struct bluealsa_pcm *pcm) {
snd_pcm_ioplug_t *io = &pcm->io;

static const snd_pcm_access_t accesses[] = {
SND_PCM_ACCESS_MMAP_INTERLEAVED,
SND_PCM_ACCESS_RW_INTERLEAVED,
};
static const unsigned int formats[] = {
Expand Down

0 comments on commit 8a240c9

Please sign in to comment.