Home
last modified time | relevance | path

Searched hist:cbebc90de091580d09e536c54b3507e8ae20700f (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dsound.cdiff cbebc90de091580d09e536c54b3507e8ae20700f Tue Jun 07 19:01:52 CEST 2011 Alexander Motin <mav@FreeBSD.org> Make automatic hw.snd.default_unit choice a bit more intelligent. Instead
of just setting it to the first registered device, reevaluate it for each
device registered, trying to choose best candidate, unless one was forced.
For now use such preference order: play&rec, play, rec.

As side effect, this should workaround the situation when HDMI audio output
of the video card, usually not connected to anything, becomes default, that
requires manual user intervention to make sound working. If at some point
this won't be enough, we can try to fetch some additional priority flags
from the device driver.