Timur Tabi wrote:
I'm developing a new ASOC driver, and I get this error message:
ALSA lib pcm_plug.c:729:(snd_pcm_plug_hw_refine_schange) Unable to find an usable access for 'default'
Can someone tell me what this means?
It means that the plug plugin (that the ALSA lib uses to automatically convert between sample formats) was not able to find any combination of format/rate/channels/access that would work with your hardware.
It is possible that some entries in the snd_pcm_hardware struct are set in an inconsistent way. Please show the code of the driver.
This is on an embedded system, so I don't know if my ALSA installation is correct. Am I missing some kind of configuration file?
No, when the plug plugin being executed means that the configuration files for this have been found.
Regards, Clemens