Hello all,
I have an Edirol UA-25 USB soundcard, which is my default and only
soundcard:

[EMAIL PROTECTED]:~$ aplay -l                     
**** List of PLAYBACK Hardware Devices ****
card 0: UA25 [UA-25], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

If there is no .asoundrc neither /etc/asound.conf aplay segfaults:

[EMAIL PROTECTED]:~$ aplay test.wav
Playing WAVE 'test.wav' : Unsigned 8 bit, Rate 22050 Hz, Mono
Segmentation fault

However, specifying the device does work:

[EMAIL PROTECTED]:~$ aplay -D plughw:UA25 test.wav 
Playing WAVE 'test.wav' : Unsigned 8 bit, Rate 22050 Hz, Mono

Is this the expected behaviour? If I write this to .asoundrc
pcm.!default {
        type plug
        slave {
                pcm "hw:0,0"
        }
}
then aplay works without the -D option.






-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to