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)
Fri, May 22, 12:48 AM
Unknown Object (File)
Sun, May 17, 8:34 AM
Unknown Object (File)
Sun, May 17, 5:24 AM
Unknown Object (File)
Thu, May 14, 8:50 PM
Unknown Object (File)
Thu, May 14, 8:50 PM
Unknown Object (File)
Thu, May 14, 8:50 PM
Unknown Object (File)
Thu, May 14, 8:49 PM
Unknown Object (File)
Mon, May 11, 4:10 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