Page MenuHomeFreeBSD

sound: Call device_get_name() and device_get_unit() only once in mixer_init()
ClosedPublic

Authored by christos on Apr 18 2024, 5:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 15, 1:15 PM
Unknown Object (File)
Tue, May 14, 4:13 AM
Unknown Object (File)
Thu, May 9, 11:25 PM
Unknown Object (File)
Fri, Apr 26, 3:19 AM
Unknown Object (File)
Apr 21 2024, 5:22 PM
Unknown Object (File)
Apr 18 2024, 10:30 PM
Unknown Object (File)
Apr 18 2024, 8:50 PM
Subscribers

Diff Detail

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

Event Timeline

sys/dev/sound/pcm/mixer.c
736–740

probably swap the order here just for consistency (we think of <name><unit>)

christos marked an inline comment as done.

Address Ed's comment.

This revision is now accepted and ready to land.Apr 18 2024, 6:16 PM