From e3459d24001e9c7db2f51aefef9c175f751190fd Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Tue, 14 Nov 2023 11:50:04 +0100 Subject: [PATCH] Update 2023-11-14 11:50:02 --- .../2023-11-14_OpenBSD_sndio_and_multiple_devices.draft.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posts/2023-11-14_OpenBSD_sndio_and_multiple_devices.draft.pm b/src/posts/2023-11-14_OpenBSD_sndio_and_multiple_devices.draft.pm index ce8002a..f4bc82d 100644 --- a/src/posts/2023-11-14_OpenBSD_sndio_and_multiple_devices.draft.pm +++ b/src/posts/2023-11-14_OpenBSD_sndio_and_multiple_devices.draft.pm @@ -4,7 +4,7 @@ OpenBSD automatically detects the system audio device. But often this is not enough. I want to plug in a USB headset and audio should automatically switch to it. -You can start sndiod with additional `-F` flags, which define additional devices, which are switched to in order when they appear. +You can start sndiod with additional `-F` flags to define additional devices, which are switched to when they appear. ``` # sndiod -f rsnd/0 -F rsnd/1 -F rsnd/2 -F rsnd/3