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
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