Page MenuHomeFreeBSD

sound: Remove PCM_DETACHING(), SD_F_DETACHING and SD_F_DYING
Needs ReviewPublic

Authored by christos on Tue, Nov 5, 9:27 PM.

Details

Summary

Since SD_F_REGISTERED is cleared at the same time SD_F_DETACHING and
SD_F_DYING are set, and since PCM_DETACHING() is always used in
conjuction with PCM_REGISTERED()/DSP_REGISTERED(), it is enough to just
check SD_F_REGISTERED.

Sponsored by: The FreeBSD Foundation
MFC after: 2 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 60416
Build 57300: arc lint + arc unit