Re: [PATCH v4 3/3] coreaudio: Initialize the buffer for device change

2025-01-22 Thread Christian Schoenebeck
On Friday, January 17, 2025 7:47:02 AM CET Akihiko Odaki wrote: > Reallocate buffers when the active device change as the required buffer > size may differ. > > Signed-off-by: Akihiko Odaki OTOH it also re-allocates the buffer when the size did not change, but Ok. Acked-by: Christian Schoenebec

Re: [PATCH v4 3/3] coreaudio: Initialize the buffer for device change

2025-01-17 Thread Phil Dennis-Jordan
On Fri, 17 Jan 2025 at 07:48, Akihiko Odaki wrote: > Reallocate buffers when the active device change as the required buffer > size may differ. Signed-off-by: Akihiko Odaki > Reviewed-by: Phil Dennis-Jordan --- > audio/coreaudio.m | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/audi

[PATCH v4 3/3] coreaudio: Initialize the buffer for device change

2025-01-16 Thread Akihiko Odaki
Reallocate buffers when the active device change as the required buffer size may differ. Signed-off-by: Akihiko Odaki --- audio/coreaudio.m | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/coreaudio.m b/audio/coreaudio.m index b9e1a952ed37..72a6df0f75ee 100644 --- a/audio/coreaudio.m ++