Re: [PATCH v2] coreaudio: Notify error in coreaudio_init_out

2022-03-28 Thread Philippe Mathieu-Daudé
On 26/2/22 12:59, Akihiko Odaki wrote: Otherwise, the audio subsystem tries to use the voice and eventually aborts due to the maximum number of samples in the buffer is not set. Signed-off-by: Akihiko Odaki Reviewed-by: Christian Schoenebeck --- audio/coreaudio.c | 2 ++ 1 file changed, 2 i

Re: [PATCH v2] coreaudio: Notify error in coreaudio_init_out

2022-02-28 Thread Philippe Mathieu-Daudé
On 26/2/22 12:59, Akihiko Odaki wrote: Otherwise, the audio subsystem tries to use the voice and eventually aborts due to the maximum number of samples in the buffer is not set. Signed-off-by: Akihiko Odaki Reviewed-by: Christian Schoenebeck --- audio/coreaudio.c | 2 ++ 1 file changed, 2 i

[PATCH v2] coreaudio: Notify error in coreaudio_init_out

2022-02-26 Thread Akihiko Odaki
Otherwise, the audio subsystem tries to use the voice and eventually aborts due to the maximum number of samples in the buffer is not set. Signed-off-by: Akihiko Odaki Reviewed-by: Christian Schoenebeck --- audio/coreaudio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/coreaudio.