| From 3655ef8201f162cb9106846f709c37d6826e1a59 Mon Sep 17 00:00:00 2001 |
| From: =?UTF-8?q?Bart=C5=82omiej=20Bujak?= <bbujak@google.com> |
| Date: Wed, 21 Feb 2024 22:52:31 +0000 |
| Subject: [PATCH] FIXUP: NOUPSTREAM: ANDROID: usb: gadget: f_audio_source: New |
| gadget driver for audio output |
| MIME-Version: 1.0 |
| Content-Type: text/plain; charset=UTF-8 |
| Content-Transfer-Encoding: 8bit |
| |
| Change-Id: I68fd67a67418b453c6864f8db24a951d537a2ba8 |
| Signed-off-by: Bartłomiej Bujak <bbujak@google.com> |
| Kcr-depends-on-sha: waived |
| --- |
| drivers/usb/gadget/function/f_audio_source.c | 3 +++ |
| 1 file changed, 3 insertions(+) |
| |
| diff --git a/drivers/usb/gadget/function/f_audio_source.c b/drivers/usb/gadget/function/f_audio_source.c |
| index a83be8136024283ae89e9c4636fc7feb29cd7584..be30c5db91f6205c230752764c76458545d2113c 100644 |
| --- a/drivers/usb/gadget/function/f_audio_source.c |
| +++ b/drivers/usb/gadget/function/f_audio_source.c |
| @@ -860,6 +860,9 @@ static struct snd_pcm_ops audio_playback_ops = { |
| .pointer = audio_pcm_pointer, |
| }; |
| |
| +int audio_source_bind_config(struct usb_configuration *c, |
| + struct audio_source_config *config); |
| + |
| int audio_source_bind_config(struct usb_configuration *c, |
| struct audio_source_config *config) |
| { |
| -- |
| 2.44.0.rc0.258.g7320e95886-goog |
| |