summaryrefslogtreecommitdiffstats
path: root/MOST_UNICENS
AgeCommit message (Collapse)AuthorFilesLines
2018-10-104a-hal-unicens: add Fiberdyne Master VolumeTobias Jahnke12-218/+124
Bug-AGL: SPEC-1758 As preparation before introducing UNICENS 4a plugin: - Init volume library at first - Add fiberdyne master volume - Introduce commands sent by control messages - Removes outdated controls - Known issue: turn ALSA volume above "93" to hear some sound Change-Id: I591c6b109a51c9da602ad08514b67c2ec573e09c Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2017-12-20hal_most_unicens.c: Fix Master_Ramp init valueguppy_6.90.0guppy/6.90.0flounder_5.99.6flounder_5.99.5flounder_5.99.4flounder_5.99.3flounder_5.99.2flounder_5.99.1flounder/5.99.6flounder/5.99.5flounder/5.99.4flounder/5.99.3flounder/5.99.2flounder/5.99.16.90.05.99.65.99.55.99.45.99.35.99.25.99.1Tobias Jahnke1-3/+3
Bug-AGL: SPEC-1203 The initial value for Master_Playback_Volume was not set correctly to 80% and the initial value for Master_Ramp was missing. Fixes both issues. Change-Id: I5bc3000ac864d4d7a156f59d276992375ce3fbe0 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2017-12-19hal_most_unicens.c: Set amp volumes initiallyTobias Jahnke1-4/+10
Sets the default values for the amps to a predefined value of 80%. The previous implementation requested the values from ALSA mixer controls which may cause to be muted when someone has reduced the volume on a previous boot. We found this too risky for the current state and wanted to make sure that we find the same volume levels after each system boot. Change-Id: Id6434c2a3bea23d7c95918b2294fb7619c690695 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2017-12-18using alsa card name which remain stable over rebootDominig ar Foll Intel Open Source1-2/+2
Change-Id: I259ad43fae8a5eeeb788eca52b2b6cedc1c7fafe Signed-off-by: Dominig ar Foll Intel Open Source <dominig.arfoll@fridu.net>
2017-12-144a-hal-unicens: add missing audio roles for 4aTobias Jahnke1-1/+182
Bug-AGL: SPEC-1191 - Update utilities and templates - Add audio roles as shown in 4a-hal-reference Change-Id: I796efa0f28b0d8bfa08740e9018dfa3924eaa6a9 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2017-12-07MOST_UNICENS: hal_most_unicens.c: Remove superfluous initialization codeTobias Jahnke1-46/+18
Remove superfluous code to initialize the agl-service-unicens. Due to widget dependency this service is already initialized and the default network configuration is loaded. Remove trailing whitespaces. Contributes to SPEC-1167 Bug-AGL: SPEC-1167 Change-Id: Ie9af13589214c1cbad536720228d5942f5ea316e Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2017-12-07submodule: update submodules and fix CMakeLists.txtTobias Jahnke1-1/+1
Update of submodules used for utilities and app-templates. Contributes to SPEC-1167. Change-Id: I7b934c82b769537b8d129353470b00a4ef46c1ac Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2017-11-02Now supports initial request of sound card valuesTobias Jahnke1-29/+33
2017-10-24Initial Compiling version as independent repoFulup Ar Foll5-1297/+3
2017-10-24Extracted from Global afb-audio repoFulup Ar Foll20-0/+3105