All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] PATCH] dev-audio.c: provide better description of audio device
@ 2015-08-04 16:56 Programmingkid
  0 siblings, 0 replies; only message in thread
From: Programmingkid @ 2015-08-04 16:56 UTC (permalink / raw)
  To: qemu-devel qemu-devel; +Cc: Gerd Hoffmann

[-- Attachment #1: Type: text/plain, Size: 881 bytes --]

Provides a better description of the audio device to the
guest operating system. 

Signed-off-by: John Arbuckle <programmingkidx@gmail.com>

---
 hw/usb/dev-audio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/usb/dev-audio.c b/hw/usb/dev-audio.c
index f092bb8..4e151db 100644
--- a/hw/usb/dev-audio.c
+++ b/hw/usb/dev-audio.c
@@ -70,7 +70,7 @@ static const USBDescStrings usb_audio_stringtable = {
     [STRING_PRODUCT]            = "QEMU USB Audio",
     [STRING_SERIALNUMBER]       = "1",
     [STRING_CONFIG]             = "Audio Configuration",
-    [STRING_USBAUDIO_CONTROL]   = "Audio Device",
+    [STRING_USBAUDIO_CONTROL]   = "USB Sound Card",
     [STRING_INPUT_TERMINAL]     = "Audio Output Pipe",
     [STRING_FEATURE_UNIT]       = "Audio Output Volume Control",
     [STRING_OUTPUT_TERMINAL]    = "Audio Output Terminal",
-- 
1.7.5.4


[-- Attachment #2: Type: text/html, Size: 4893 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-04 16:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-04 16:56 [Qemu-devel] PATCH] dev-audio.c: provide better description of audio device Programmingkid

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.