namespace Ryujinx.HLE.HOS.Services.Audio
{
[Service("audin:u")]
class IAudioInManager : IpcService
public IAudioInManager(ServiceCtx context) { }
}