/* * linux/arch/m68k/amiga/amisound.c * * amiga sound driver for Linux/m68k * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive * for more details.
*/
/* turn on DMA for audio channel 2 */
custom.dmacon = DMAF_SETCLR | DMAF_AUD2;
} else
nosound( 0 );
local_irq_restore(flags);
}
staticvoid nosound(struct timer_list *unused)
{ /* turn off DMA for audio channel 2 */
custom.dmacon = DMAF_AUD2; /* restore period to previous value after beeping */
custom.aud[2].audper = amiga_audio_period;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.