Re: [PATCH v4 2/3] usb: gadget: f_uac2: split out audio core

From: Ruslan Bilovol
Date: Fri Jun 02 2017 - 17:12:00 EST


Hi Felipe,

On Fri, Jun 2, 2017 at 12:34 PM, Felipe Balbi <balbi@xxxxxxxxxx> wrote:
>
> Hi,
>
> Ruslan Bilovol <ruslan.bilovol@xxxxxxxxx> writes:
>> Abstract the peripheral side ALSA sound card code from
>> the f_uac2 function into a component that can be called
>> by various functions, so the various flavors can be split
>> apart and selectively reused.
>>
>> Visible changes:
>> - add uac_params structure to pass audio paramteres for
>> g_audio_setup
>> - make ALSA sound card's name configurable
>> - add [in/out]_ep_maxpsize
>> - allocate snd_uac_chip structure during g_audio_setup
>> - add u_audio_[start/stop]_[capture/playback] functions
>>
>> Signed-off-by: Ruslan Bilovol <ruslan.bilovol@xxxxxxxxx>
>
> this doesn't apply on testing/next, care to rebase?
>

sure, I'll rebase it and address comments from Jassi

Regards,
Ruslan