Are you using HDMI Port? I yes, then you need to force the sound into Audio jack.
Install seeed-voicecard
Get the seeed voice card source code. and install all linux kernel drivers </s><i>
</i>git clone https://github.com/respeaker/seeed-voicecard
cd seeed-voicecard
sudo ./install.sh
sudo reboot<e>
The problem doesn’t seem to related seeed voice card. it due to broken aplay . if you are using the HDMI the audio will force via HDMI, in order to use the 3.5 mm jack you should set to 3.5mm audio jack.
The following command, entered in the command line, will switch the audio output to HDMI: </s><i>
</i>amixer cset numid=3 1
<e>
Setting the output to 1 switches to analogue (headphone jack). The default setting is 0 which is automatic.
raspi-config
Open up raspi-config by entering the following into the command line:
</s>sudo raspi-config<e>
This will open the configuration screen:
[attachment=1]raspi-config.png[/attachment]
Select Advanced Options (here shown as Option 7, but yours may be different) and press Enter .
Now select the Option named, Audio (here shown as A6, but yours may be different) and press Enter: [attachment=0]raspi-config-audio.png[/attachment]
Now you are presented with the two modes explained above as an alternative to the default Auto option. Select a mode, press Enter and press the right arrow key to exit the options list, then select Finish to exit the configuration tool.
Note: After you have finished modifying your audio settings, you need to restart your Raspberry Pi in order for your changes to take effect.