Re: [PATCH v3] ALSA: ctxfi: Simplify dao_clear_{left,right}_input() functions
From: Takashi Iwai
Date: Mon Jan 20 2025 - 03:27:20 EST
On Mon, 20 Jan 2025 02:10:30 +0100,
Ethan Carter Edwards wrote:
>
> There was a lote of code duplication in the dao_clear_left_input() and
> dao_clear_right_input() functions. A new function, dao_clear_input(),
> was created and now the left and right functions call it instead of
> repeating themselves.
>
> Link: https://lore.kernel.org/lkml/NyKCr2VHK_xCQDwNxFKKx2LVd2d_AC2f2j4eAvnD9uRPtb50i2AruCLOp6mHxsGiyYJ0Tgd3Z50Oy1JTi5gPhjd2WQM2skrv7asp3fLl8HU=@ethancedwards.com/
> Signed-off-by: Ethan Carter Edwards <ethan@xxxxxxxxxxxxxxxxx>
Thanks, applied.
Takashi