>         ALSA lib pcm_hw.c:579: (snd_pcm_hw_open)
>SNDRV_PCM_IOCTL_PVERSION failed:  Inappropriate ioctl
>for device
>          failed to open audio device default
>(Inappropriate ioctl for device)
> 
>snd_pcm_hw_open is looks like this:
>     snd_pcm_hw_open(pcmp, name, card, device,
>subdevice, stream, mode)
>          pcmp = 0x4022465e
>          name = 0x0
>          card = 0 
>          device = 0 
>          subdevice = -1
>          stream = SND_PCM_STREAM_CAPTURE
>          mode = 0
> 
>the line inside snd_pcm_hw_open that is failing
>contains this function call:
>     ioctl(fd, SNDRV_PCM_IOCTL_PVERSION, &ver)
>         fd = 7
>         &ver = 6

sounds to me as though you have ended up with a mixed up installation
of ALSA: you have linked against one version of alsa-lib, but are
using a non-matching version of the alsa-drivers.

--p


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to