參考資訊: http://www.4front-tech.com/pguide/audio.html 修改前
dsp_fd = open("/dev/dsp", O_RDWR);
修改後
dsp_fd = open("/dev/dsp", O_WRONLY);