Re: [PATCH 09/15] audio: revert tests for pcm_ops table

2022-01-13 Thread Gerd Hoffmann
On Thu, Jan 06, 2022 at 10:23:26AM +0100, Volker Rümelin wrote: > From: Volker Rümelin > > With previous commit every audio backend has a pcm_ops function > table. It's no longer necessary to test if the table is > available. This reverts commit cbaf25d1f5: "audio: fix > wavcapture segfault" You

[PATCH 09/15] audio: revert tests for pcm_ops table

2022-01-06 Thread Volker Rümelin
From: Volker Rümelin With previous commit every audio backend has a pcm_ops function table. It's no longer necessary to test if the table is available. This reverts commit cbaf25d1f5: "audio: fix wavcapture segfault" Signed-off-by: Volker Rümelin --- audio/audio.c | 4 ++-- 1 file changed, 2 i