aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Margiolis <christos@FreeBSD.org>2025-03-10 21:16:08 +0000
committerChristos Margiolis <christos@FreeBSD.org>2025-03-10 21:16:08 +0000
commit717adecbbb5293d8386caa866c21421ef9eeb22c (patch)
tree8faaaa49dc13eb819dd302802e5ef9327b71fb11
parentc824383b269d8abe175ea4751194660716d5600e (diff)
sound: Make feed_mixer_apply() __always_inline
Reported by: mav Fixes: 4021fa32d92d ("sound: Simplify pcm/feeder_mixer.c") MFC after: 1 week Sponsored by: The FreeBSD Foundation
-rw-r--r--sys/dev/sound/pcm/feeder_mixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/feeder_mixer.c b/sys/dev/sound/pcm/feeder_mixer.c
index 935ef933004b..1d3b7e31d055 100644
--- a/sys/dev/sound/pcm/feeder_mixer.c
+++ b/sys/dev/sound/pcm/feeder_mixer.c
@@ -52,7 +52,7 @@ struct feed_mixer_info {
int bps;
};
-static void
+__always_inline static void
feed_mixer_apply(uint8_t *src, uint8_t *dst, uint32_t count, const uint32_t fmt)
{
intpcm32_t z;