11#include "libsnd2_internal.h"
13void SsGetSerialVol(
char s_num,
SndVolume *s_vol)
17 SpuGetCommonAttr(&spu_attr);
21 s_vol->left = spu_attr.cd.volume.left / 258;
22 s_vol->right = (u16)spu_attr.cd.volume.right / 258;
25 s_vol->left = spu_attr.ext.volume.left / 258;
26 s_vol->right = (u16)spu_attr.ext.volume.right / 258;