Page MenuHomeFreeBSD

sound: Call chn_kill() in chn_init() failure
ClosedPublic

Authored by christos on Feb 12 2025, 4:04 PM.
Tags
None
Referenced Files
F134347184: D48966.id.diff
Sat, Nov 1, 2:20 PM
F134279523: D48966.id.diff
Sat, Nov 1, 2:53 AM
Unknown Object (File)
Wed, Oct 29, 7:54 AM
Unknown Object (File)
Sun, Oct 26, 9:08 PM
Unknown Object (File)
Sun, Oct 26, 1:40 PM
Unknown Object (File)
Sat, Oct 25, 3:11 PM
Unknown Object (File)
Sat, Oct 25, 1:47 PM
Unknown Object (File)
Sun, Oct 12, 3:37 PM
Subscribers

Diff Detail

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

Event Timeline

sys/dev/sound/pcm/channel.c
1326

I removed this and moved these increments inside the switch at the top of chn_init(). This is to avoid inconsistencies since chn_kill() decrements these counters.

sys/dev/sound/pcm/channel.c
1188–1190

The FALLTHROUGH comment has to appear at the end of the case.

1192

This comment doesn't seem very useful?

christos added inline comments.
sys/dev/sound/pcm/channel.c
1192

This was a leftover I forgot to correct. Thank you.

This revision was not accepted when it landed; it landed in state Needs Review.Feb 25 2025, 11:49 AM
This revision was automatically updated to reflect the committed changes.