Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Feb 2018 23:37:52 -0500
From:      geheimnisse hier <geheimnisse.atl@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: How to set default pcm device?
Message-ID:  <CANUK9SH2DSyjEqjAeMwM7byB7J-hPJgtovPcdKZ3WXSTrf5u_Q@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
You'll need to edit /etc/sysctl.conf

hw.snd.default_unit=3

Where the number is the pcm device to be used by default. To have it take
affect without rebooting:

sysctl hw.snd.default_unit=3

Any programs using sound will need to be restarted.

-G



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANUK9SH2DSyjEqjAeMwM7byB7J-hPJgtovPcdKZ3WXSTrf5u_Q>