Author: hselasky
Date: Sat Jun 20 14:16:24 2020
New Revision: 362437
URL: https://svnweb.freebsd.org/changeset/base/362437

Log:
  Improve debug message to be more precise and clear.
  
  For the sake of the record, this is the last use of the words master and slave
  in the FreeBSD's USB stack, drivers and subsystems.
  
  MFC after:    1 week
  Sponsored by: Mellanox Technologies

Modified:
  head/sys/dev/sound/usb/uaudio.c

Modified: head/sys/dev/sound/usb/uaudio.c
==============================================================================
--- head/sys/dev/sound/usb/uaudio.c     Sat Jun 20 11:27:59 2020        
(r362436)
+++ head/sys/dev/sound/usb/uaudio.c     Sat Jun 20 14:16:24 2020        
(r362437)
@@ -1163,7 +1163,7 @@ uaudio_attach_sub(device_t dev, kobj_class_t mixer_cla
        if (sc->sc_play_chan[i].num_alt > 0 &&
            (sc->sc_child[i].mix_info & SOUND_MASK_PCM) == 0) {
 
-               DPRINTF("emulating master volume\n");
+               DPRINTF("software controlled main volume\n");
 
                /*
                 * Emulate missing pcm mixer controller
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to