Searched hist:"254 cb1e0d78cfa2c189171cacb88fc85d915bc84" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/usb/gadget/function/ |
H A D | f_uac1.c | diff 254cb1e0d78cfa2c189171cacb88fc85d915bc84 Mon Mar 01 12:49:35 CET 2021 Ruslan Bilovol <ruslan.bilovol@gmail.com> usb: gadget: f_uac1: disable IN/OUT ep if unused
User can configure f_uac1 function via p_chmask/c_chmask whether uac1 shall support playback and/or capture, but it has only effect on the created ALSA device, but not on the USB descriptor.
This patch adds playback/capture descriptors dependent on that parameter. It is similar to the same conversion done earlier for f_uac2
Signed-off-by: Ruslan Bilovol <ruslan.bilovol@gmail.com> Link: https://lore.kernel.org/r/1614599375-8803-6-git-send-email-ruslan.bilovol@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|