Re: [PATCH v2 3/5] usb: gadget: u_audio: factorize ssize to alsa fmt conversion

2021-01-07 Thread Felipe Balbi
Jerome Brunet writes: > Factorize format related code common to the capture and playback path. > > Signed-off-by: Jerome Brunet It's never a good idea to send fixes and cleanups/refactors in the same series as that can confuse the person applying your changes. In any case: Acked-by: Felipe

[PATCH v2 3/5] usb: gadget: u_audio: factorize ssize to alsa fmt conversion

2021-01-06 Thread Jerome Brunet
Factorize format related code common to the capture and playback path. Signed-off-by: Jerome Brunet --- drivers/usb/gadget/function/u_audio.c | 43 +-- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/drivers/usb/gadget/function/u_audio.c