VIA_CHAN_BUFFER_INIT

Section: (9)
Updated: 06 August 2003
Index Return to Main Contents

 

NAME

via_chan_buffer_init - Initialize PCM channel buffer  

SYNOPSIS

int via_chan_buffer_init (struct via_info * card, struct via_channel * chan);  

ARGUMENTS

card
Private audio chip info
chan
Channel to be initialized
 

DESCRIPTION

Performs some of the preparations necessary to begin using a PCM channel.

Currently the preparations include allocating the scatter-gather DMA table and buffers, and passing the address of the DMA table to the hardware.

Note that special care is taken when passing the DMA table address to hardware, because it was found during driver development that the hardware did not always ``take'' the address.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 08:41:35 GMT, April 09, 2004