[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v6 0/5] coreaudio fixes
From: |
Akihiko Odaki |
Subject: |
[PATCH v6 0/5] coreaudio fixes |
Date: |
Fri, 24 Jan 2025 13:47:10 +0900 |
This series contains two fixes for coreaudio. See each one for details.
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
Changes in v6:
- Added patch "coreaudio: Remove unnecessary explicit casts".
- Link to v5:
20250123-coreaudio-v5-0-6873df4215a0@daynix.com">https://lore.kernel.org/qemu-devel/20250123-coreaudio-v5-0-6873df4215a0@daynix.com
Changes in v5:
- Added patch "coreaudio: Improve naming", removing verbose names like
outputDeviceID and audioDevicePropertyBufferFrameSize altogether.
- Link to v4:
20250117-coreaudio-v4-0-f8d4fa4cb5f4@daynix.com">https://lore.kernel.org/r/20250117-coreaudio-v4-0-f8d4fa4cb5f4@daynix.com
Changes in v4:
- Splitted patch "audio: Add functions to initialize buffers" from
patch "coreaudio: Initialize the buffer for device change".
- Changed the message of patch "coreaudio: Commit the result of init in
the end" to tell that early returns happen when there is a fatal error
or the device gets unplugged.
- Link to v3:
20250115-coreaudio-v3-0-bdb6bcb5bf9f@daynix.com">https://lore.kernel.org/r/20250115-coreaudio-v3-0-bdb6bcb5bf9f@daynix.com
---
Akihiko Odaki (5):
coreaudio: Remove unnecessary explicit casts
coreaudio: Improve naming
coreaudio: Commit the result of init in the end
audio: Add functions to initialize buffers
coreaudio: Initialize the buffer for device change
audio/audio_int.h | 2 +
audio/audio.c | 24 +++++--
audio/coreaudio.m | 206 ++++++++++++++++++++++++++++--------------------------
3 files changed, 127 insertions(+), 105 deletions(-)
---
base-commit: 7433709a147706ad7d1956b15669279933d0f82b
change-id: 20250109-coreaudio-c984607e1d8c
Best regards,
--
Akihiko Odaki <akihiko.odaki@daynix.com>
- [PATCH v6 0/5] coreaudio fixes,
Akihiko Odaki <=
- [PATCH v6 1/5] coreaudio: Remove unnecessary explicit casts, Akihiko Odaki, 2025/01/23
- [PATCH v6 2/5] coreaudio: Improve naming, Akihiko Odaki, 2025/01/23
- [PATCH v6 3/5] coreaudio: Commit the result of init in the end, Akihiko Odaki, 2025/01/23
- [PATCH v6 4/5] audio: Add functions to initialize buffers, Akihiko Odaki, 2025/01/23
- [PATCH v6 5/5] coreaudio: Initialize the buffer for device change, Akihiko Odaki, 2025/01/23