Re: [Qemu-devel] [PATCH 10/11] audio: remove read and write pcm_ops

2019-07-11 Thread Zoltán Kővágó
On 2019-07-10 21:57, Marc-André Lureau wrote: > On Tue, Jul 9, 2019 at 10:57 PM Kővágó, Zoltán wrote: >> >> They just called audio_pcm_sw_read/write anyway, so it makes no sense >> to have them too. (The noaudio's read is the only exception, but it >> should work with the generic code too.) > >

Re: [Qemu-devel] [PATCH 10/11] audio: remove read and write pcm_ops

2019-07-10 Thread Marc-André Lureau
On Tue, Jul 9, 2019 at 10:57 PM Kővágó, Zoltán wrote: > > They just called audio_pcm_sw_read/write anyway, so it makes no sense > to have them too. (The noaudio's read is the only exception, but it > should work with the generic code too.) It works with the generic code, but wouldn't it be more

[Qemu-devel] [PATCH 10/11] audio: remove read and write pcm_ops

2019-07-09 Thread Kővágó, Zoltán
They just called audio_pcm_sw_read/write anyway, so it makes no sense to have them too. (The noaudio's read is the only exception, but it should work with the generic code too.) Signed-off-by: Kővágó, Zoltán --- audio/audio_int.h | 5 - audio/alsaaudio.c | 12 audio/audio.