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
F167072495: D44840.diff
Tue, Aug 18, 8:41 PM
F167051674: D44840.id137363.diff
Tue, Aug 18, 8:01 PM
F167049259: D44840.id137337.diff
Tue, Aug 18, 7:59 PM
F167028216: D44840.diff
Tue, Aug 18, 4:08 PM
Unknown Object (File)
Mon, Aug 17, 2:11 AM
Unknown Object (File)
Mon, Aug 10, 2:43 PM
Unknown Object (File)
Mon, Aug 10, 2:42 PM
Unknown Object (File)
Mon, Aug 10, 2:42 PM
Subscribers

Diff Detail

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

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