aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/alsa-state/alsa-state/asound.conf
AgeCommit message (Collapse)Author
2019-08-28common: rename to meta-amd-bspArsalan H. Awan
This renames common layers to meta-amd-bsp as it is going to hold all the bsps in it in the following commits. This also changes the layer title in layer.conf from "amd" to "amd-bsp" Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2016-10-04ALSA: Use Pulseaudio as Default PCM DeviceAhsan Hussain
Unity3d apps need this to work. As per my investigation, there were previously the following issues with pulseaudio. 1. It would reset values for the controls across reboots 2. A toggle cycle for master control would turn the sound off 3. Mute state for mic or headphones were not saved across reboots All of these issues are not reproducible as per my testing. One thing to note is that the master volume is retained only when set with default pcm device (pulseaudio); all the other controls for the card, e.g. headphone, mic etc can be set by selecting the right card in alsamixer. Signed-off-by: Ahsan Hussain <ahsan_hussain@mentor.com>
2016-02-02alsa-state: set default to GenericMichael
Set the alsa card defaults to something other than '1' or '0' to avoid naming conflicts during load or unload. After the recent kernel update to 4.1.15, the ALC662 registers as 'Generic'. Signed-off-by: Michael Powell <michael_powell@mentor.com>
2015-05-05alsa-state: use generic naming for default deviceAwais Belal
Generic naming is used to address default device for alsa/audio. This helps in a manner that adding/removing devices from the system would not affect. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-04-14alsa-state: set default device for alsamixerAwais Belal
Card 1 is the default device on current AMD platforms. So we update asound.conf to reflect this and make the card 1 the default device for ctl nodes as default. This allows alsamixer to open the interface directly on this card by default. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-08-05alsa-state: Setup a better asound.conf fileDrew Moseley
This uses a combination of the asym, dmix and dsnoop plugins to allow concurrent access to the alsa device using the Default device. Primarily this is a convenience as it is a lowest common denominator but it makes things mostly "just work" out of the box. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-07-29amd: Setup default asound.conf for AMD boards.Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>