[alsa-devel] ASoC: asound.conf
Hi all,
I have a custom built ASoC CODEC driver for twl4030. I am integrating my kernel (ASoC driver) with the application. The application expects a /etc/asound.conf file
is there any utility to build or restore the asound.conf for my ASoC driver. I have checked the "alsactl" which can give me the state/controls information.
Do i need to make a asound.conf file.If so, can any one help my with some information (a sample asound.conf) with details of the driver in it.
Sorry, if this the wrong place to raise this issue.
On Thu, Dec 11, 2008 at 07:25:07PM +0530, naveen krishna ch wrote:
Do i need to make a asound.conf file.If so, can any one help my with some information (a sample asound.conf) with details of the driver in it.
A missing /etc/asound.conf should be fine - ALSA provides defaults for everything which normally work fine for embedded devices. Most systems use alsactl restore to do the initial configuration of the controls at startup and rely on the default ALSA configuration for everything else.
Some documentation on .asoundrc can be found here:
http://www.alsa-project.org/main/index.php/Asoundrc
and the examples in /usr/share/alsa/cards are in this format.
participants (2)
-
Mark Brown
-
naveen krishna ch