Mathieu Rondonneau wrote:
> I'm writting an audio driver and i have some trouble.
>
> when i use:
> dd if=file.wav of=/dev/audio0
> the oss part of the ALSA driver seams to be used and some sound (not good
> sound but noise) are coming out. (the playback_pointer operator is called)
>
> but when i
Hi all,
I'm writting an audio driver and i have some trouble.
when i use:
dd if=file.wav of=/dev/audio0
the oss part of the ALSA driver seams to be used and some sound (not good
sound but noise) are coming out. (the playback_pointer operator is called)
but when i use aplay:
aplay file.wav
noth