--- linux-2.6.0-test6/sound/oss/via82cxxx_audio.c 2003-09-28 11:34:13.000000000 +0100 +++ linux/sound/oss/via82cxxx_audio.c 2003-10-02 17:20:30.271810416 +0100 @@ -696,7 +696,7 @@ /** * via_chan_init_defaults - Initialize a struct via_channel - * @card: Private audio chip info + * @card: Private info for specified board * @chan: Channel to be initialized * * Zero @chan, and then set all static defaults for the structure. @@ -742,15 +742,15 @@ } /** - * via_chan_init - Initialize PCM channel - * @card: Private audio chip info - * @chan: Channel to be initialized + * via_chan_init - Initialize PCM channel + * @card: Private info for specified board + * @chan: Channel to be initialized * - * Performs some of the preparations necessary to begin - * using a PCM channel. + * Performs some of the preparations necessary to begin + * using a PCM channel. * - * Currently the preparations consist of - * setting the PCM channel to a known state. + * Currently the preparations consist of + * setting the PCM channel to a known state. */ @@ -772,7 +772,7 @@ /** * via_chan_buffer_init - Initialize PCM channel buffer - * @card: Private audio chip info + * @card: Private info for specified board * @chan: Channel to be initialized * * Performs some of the preparations necessary to begin @@ -899,7 +899,7 @@ /** * via_chan_free - Release a PCM channel - * @card: Private audio chip info + * @card: Private info for specified board * @chan: Channel to be released * * Performs all the functions necessary to clean up @@ -1085,7 +1085,7 @@ /** * via_chan_clear - Stop DMA channel operation, and reset pointers - * @card: the chip to accessed + * @card: Private info for specified board * @chan: Channel to be cleared * * Call via_chan_stop to halt DMA operations, and then resets @@ -1844,6 +1844,7 @@ /** * via_intr_channel - handle an interrupt for a single channel + * @card: Private info for specified board * @chan: handle interrupt for this channel * * This is the "meat" of the interrupt handler,