Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
wq# Please enter the commit message for your changes. Lines starting
  • Loading branch information
bondagit committed Dec 16, 2021
1 parent 3359098 commit a518d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion driver/manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ void* get_live_out_jitter_buffer(void* user, uint32_t ulChannelId)
{
struct TManager* self = (struct TManager*)user;
unsigned char* outputBuffer = nullptr;
uint32_t bufferLength = self->m_alsa_driver_frontend->get_playback_buffer_size_in_frames(self->m_pALSAChip);
uint32_t bufferLength = RINGBUFFERSIZE;

outputBuffer = (unsigned char*)(self->m_alsa_driver_frontend->get_playback_buffer(self->m_pALSAChip));
if(outputBuffer == nullptr || ulChannelId >= self->m_NumberOfOutputs)
Expand Down
2 changes: 1 addition & 1 deletion driver/module_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Merging Technologies <alsa@merging.com>");
MODULE_DESCRIPTION("Merging Technologies RAVENNA ALSA driver"); // see modinfo
MODULE_VERSION("bondagit-1.3");
MODULE_VERSION("bondagit-1.4-issue55");
//MODULE_SUPPORTED_DEVICE("{{ALSA,Merging RAVENNA}}");


Expand Down

0 comments on commit a518d77

Please sign in to comment.