This patch adds Microchip as vendor to the audio card's shortname to
be displayed, when playback and capture devices are queried.

Signed-off-by: Christian Gromm <christian.gr...@microchip.com>
---
 drivers/staging/most/aim-sound/sound.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/most/aim-sound/sound.c 
b/drivers/staging/most/aim-sound/sound.c
index 88221f0..c9b62c3 100644
--- a/drivers/staging/most/aim-sound/sound.c
+++ b/drivers/staging/most/aim-sound/sound.c
@@ -629,7 +629,7 @@ static int audio_probe_channel(struct most_interface 
*iface, int channel_id,
        channel->id = channel_id;
 
        snprintf(card->driver, sizeof(card->driver), "%s", DRIVER_NAME);
-       snprintf(card->shortname, sizeof(card->shortname), "MOST:%d",
+       snprintf(card->shortname, sizeof(card->shortname), "Microchip MOST:%d",
                 card->number);
        snprintf(card->longname, sizeof(card->longname), "%s at %s, ch %d",
                 card->shortname, iface->description, channel_id);
-- 
1.7.9.5

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to