snd_uaudio.4: Move non-uaudio-specific BUGS paragraph to pcm.4

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D49019
This commit is contained in:
Christos Margiolis 2025-02-25 13:44:43 +02:00
parent bc7e65e950
commit cfdee707fb
2 changed files with 9 additions and 9 deletions

View file

@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd December 4, 2024
.Dd February 15, 2025
.Dt SOUND 4
.Os
.Sh NAME
@ -673,3 +673,10 @@ It was then rewritten for
.Sh BUGS
Some features of your sound card (e.g., global volume control) might not
be supported on all devices.
.Pp
Some audio devices might refuse to work properly unless the sample rate is
configured the same for both recording and playback, even if only simplex is
used.
See the
.Va dev.pcm.%d.[play|rec].vchanrate
sysctls.

View file

@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd March 26, 2024
.Dd February 15, 2025
.Dt SND_UAUDIO 4
.Os
.Sh NAME
@ -156,13 +156,6 @@ and modified for
by
.An Hiten Pandya Aq Mt hmp@FreeBSD.org .
.Sh BUGS
Some USB audio devices might refuse to work properly unless the sample
rate is configured the same for both recording and playback, even if
only simplex is used.
See the
.Va dev.pcm.%d.[play|rec].vchanrate
sysctls.
.Pp
The PCM framework in
.Fx
currently does not support the full set of USB audio mixer controls.