Thread (40 messages) 40 messages, 3 authors, 2022-01-07

Re: [PATCH v2 05/11] usb: gadget: f_uac2: Renaming Clock Sources to fixed names

From: Pavel Hofman <hidden>
Date: 2021-12-22 10:11:17

Dne 21. 12. 21 v 13:02 John Keeping napsal(a):
The subject should be "Rename ...".
OK
On Mon, Dec 20, 2021 at 10:11:24PM +0100, Pavel Hofman wrote:
quoted
From: Julian Scheel <redacted>

The gadget no longer supports only one frequency. Therefore USB strings
corresponding to the clock sources are renamed from specific Hz value to
general names Input clock/Output clock.

Signed-off-by: Julian Scheel <redacted>
Signed-off-by: Pavel Hofman <redacted>
---
  drivers/usb/gadget/function/f_uac2.c | 10 ++--------
  1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/drivers/usb/gadget/function/f_uac2.c b/drivers/usb/gadget/function/f_uac2.c
index 74e32bb146c7..ef8e39e80523 100644
--- a/drivers/usb/gadget/function/f_uac2.c
+++ b/drivers/usb/gadget/function/f_uac2.c
@@ -105,14 +105,11 @@ enum {
  	STR_AS_IN_ALT1,
  };
  
-static char clksrc_in[8];
-static char clksrc_out[8];
-
  static struct usb_string strings_fn[] = {
  	[STR_ASSOC].s = "Source/Sink",
  	[STR_IF_CTRL].s = "Topology Control",
-	[STR_CLKSRC_IN].s = clksrc_in,
-	[STR_CLKSRC_OUT].s = clksrc_out,
+	[STR_CLKSRC_IN].s = "Input clock",
+	[STR_CLKSRC_OUT].s = "Output clock",
Other values here use title case, so "Input Clock", "Output Clock".
OK
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help