Searched refs:mac_special_bell (Results 1 - 1 of 1) sorted by path

/linux-master/arch/m68k/mac/
H A Dmacboing.c48 static void ( *mac_special_bell )( unsigned int, unsigned int, unsigned int ); variable
85 mac_special_bell = mac_quadra_start_bell;
116 mac_special_bell = mac_av_start_bell;
126 mac_special_bell = NULL;
132 mac_special_bell = NULL;
163 if ( mac_special_bell == NULL )
172 if ( mac_special_bell )
174 mac_special_bell( freq, length, 128 );

Completed in 192 milliseconds