Searched refs:beep_buf (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound_awacs.c222 static short *beep_buf; variable
667 kfree(beep_buf);
1311 if (beep_buf == NULL)
1332 if (beep_playing || write_sq.active || beep_buf == NULL) {
1348 p = beep_buf;
1361 st_le32(&beep_dbdma_cmd->phy_addr, virt_to_bus(beep_buf));
2792 beep_buf = kmalloc(BEEP_BUFLEN * 4, GFP_KERNEL);
2793 if (beep_buf == NULL) {

Completed in 96 milliseconds