Home
last modified time | relevance | path

Searched refs:play_stereo (Results 1 – 2 of 2) sorted by relevance

/dports/audio/libmikmod/libmikmod-3.3.11.1/drivers/
H A Ddrv_sun.c214 int play_stereo, play_rate; in Sun_Init() local
240 play_stereo = (md_mode & DMODE_STEREO) ? 2 : 1; in Sun_Init()
259 play_stereo = 1; in Sun_Init()
271 play_stereo = 1; in Sun_Init()
286 play_stereo = 1; in Sun_Init()
299 play_stereo = 1; in Sun_Init()
313 play_stereo = 1; in Sun_Init()
324 play_stereo = 2; in Sun_Init()
333 if ((play_precision == 8) && (play_stereo == 1) && in Sun_Init()
357 audioinfo.play.channels = play_stereo; in Sun_Init()
[all …]
H A Ddrv_oss.c182 int play_stereo,play_rate; in OSS_Init_internal() local
237 orig_stereo=play_stereo=(md_mode&DMODE_STEREO)?2:1; in OSS_Init_internal()
238 if((ioctl(sndfd,SNDCTL_DSP_CHANNELS,&play_stereo)<0)|| in OSS_Init_internal()
239 (orig_stereo!=play_stereo)) { in OSS_Init_internal()
244 orig_stereo=play_stereo=(md_mode&DMODE_STEREO)?1:0; in OSS_Init_internal()
245 if((ioctl(sndfd,SNDCTL_DSP_STEREO,&play_stereo)<0)|| in OSS_Init_internal()
246 (orig_stereo!=play_stereo)) { in OSS_Init_internal()