SDL: Clarify that SDL_GetAudioStreamDevice() returns the logical device. (07996)

From 079967afa5661cc2232715f84053beceed3b6057 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Fri, 20 Jun 2025 14:01:16 -0700
Subject: [PATCH] Clarify that SDL_GetAudioStreamDevice() returns the logical
 device.

(cherry picked from commit c19ad189dca61c30f0e74e540c184a55d01d8891)
---
 include/SDL3/SDL_audio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL3/SDL_audio.h b/include/SDL3/SDL_audio.h
index c6acf885f42a8..ad2ece02abd6f 100644
--- a/include/SDL3/SDL_audio.h
+++ b/include/SDL3/SDL_audio.h
@@ -1021,7 +1021,7 @@ extern SDL_DECLSPEC void SDLCALL SDL_UnbindAudioStream(SDL_AudioStream *stream);
 /**
  * Query an audio stream for its currently-bound device.
  *
- * This reports the audio device that an audio stream is currently bound to.
+ * This reports the logical audio device that an audio stream is currently bound to.
  *
  * If not bound, or invalid, this returns zero, which is not a valid device
  * ID.