From: "Gabriel Ivăncescu (@insn)" Subject: Re: [PATCH v2 0/3] MR337: winepulse: Return device-specific values for GetMixFormat and GetDevicePeriod Message-Id: Date: Wed, 29 Jun 2022 15:08:13 +0000 In-Reply-To: References: I don't think you have to add two new unix calls for what's essentially something you can return in one. Just return all the necessary info from one unix call (say, call it get_device_info) and then take what you need at the caller. Well, or maybe there's a better idea to integrate this into an existing unix call. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/337#note_2962