2017-06-02 09:35:22

by Felipe Balbi

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


Hi,

Ruslan Bilovol <[email protected]> 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 <[email protected]>

this doesn't apply on testing/next, care to rebase?

--
balbi


Attachments:
signature.asc (832.00 B)

2017-06-02 21:11:58

by Ruslan Bilovol

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

Hi Felipe,

On Fri, Jun 2, 2017 at 12:34 PM, Felipe Balbi <[email protected]> wrote:
>
> Hi,
>
> Ruslan Bilovol <[email protected]> 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 <[email protected]>
>
> this doesn't apply on testing/next, care to rebase?
>

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

Regards,
Ruslan