arunkapale2

Results 4 comments of arunkapale2

aplay -D hw:2,0 xyz.wav ==> Working case(hw:2,0 + Alsa library) aplay -D pcm3 xyz.wav ==> not working case ( dshare case plugin case ( snd1_pcm_direct_check_xrun check) This additionally triggers SNDRV_PCM_TRIGGER_STOP...

@perexg, I have added new prints in alsa-lib to debug the issue. Actual with latest code with virtul pcm device (asound.conf) I'm getting following error message. ============================================= $ aplay -D...

@tiwai , @perexg , dshare plugin : If we use pcm instead of hw for aplay during suspend resume case always getting Failed and restarting stream is coming before playing...