Page MenuHomeFreeBSD

sound: Move sndstat_register() call to pcm_setstatus()
ClosedPublic

Authored by christos on Oct 28 2024, 10:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 15, 8:18 AM
Unknown Object (File)
Mon, Oct 13, 8:14 PM
Unknown Object (File)
Mon, Oct 13, 8:14 PM
Unknown Object (File)
Mon, Oct 13, 8:14 PM
Unknown Object (File)
Mon, Oct 13, 6:45 AM
Unknown Object (File)
Wed, Sep 24, 11:25 AM
Unknown Object (File)
Thu, Sep 18, 9:32 AM
Unknown Object (File)
Sep 17 2025, 11:58 PM
Subscribers

Details

Summary

The d->status string is populated in pcm_setstatus() anyway, so call
sndstat_register() after we populate it, and are closer to finalizing
the device creation.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable