.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "VIA_CHAN_SET_STEREO" "9" "09 October 2005" "" ""
.SH NAME
via_chan_set_stereo \- Enable or disable stereo for a DMA channel
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int via_chan_set_stereo (struct via_info * \fIcard\fB, struct via_channel * \fIchan\fB, int \fIval\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcard\fB\fR
Private info for specified board
.TP
\fB\fIchan\fB\fR
Channel whose stereo setting will be adjusted
.TP
\fB\fIval\fB\fR
New sample size, use the AFMT_xxx constants
.SH "DESCRIPTION"
.PP
Helper function for the SNDCTL_DSP_CHANNELS and SNDCTL_DSP_STEREO ioctls. OSS semantics
demand that all audio operations halt (if they are not already
halted) when SNDCTL_DSP_CHANNELS or SNDCTL_DSP_STEREO is given.
.PP
This function halts all audio operations for the given channel
\fIchan\fR, and then calls via_chan_pcm_fmt to set the audio hardware
to enable or disable stereo.