7 Jan
2008
7 Jan
'08
10:47 a.m.
Adrian McMenamin wrote:
$ aplay -D hw:0,0 /aine-email.wav Playing WAVE '/aine-email.wav' : Unsigned 8 bit, Rate 8000 Hz, Mono aplay: set_params:895: Access type not available
This error message indicates that: 1) the "hw" plugin was found, i.e., the configuration files are installed correctly and are found by alsa-lib; and 2) the driver apparently didn't set the SNDRV_PCM_INFO_INTERLEAVED flag.
HTH Clemens