Date: Sat, 20 Jun 2020 14:16:24 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r362437 - head/sys/dev/sound/usb Message-ID: <202006201416.05KEGOnV002008@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006201416.05KEGOnV002008>