aboutsummaryrefslogtreecommitdiffstats
path: root/Alsa-afb/Alsa-Ucm.c
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-08-23 10:54:30 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-08-23 10:54:30 +0200
commitd0dae04c2ae6e4219e0ebac205dd05fa7e9427cf (patch)
tree80c6fc84f56afedc4fb02a097ae3e464bd792828 /Alsa-afb/Alsa-Ucm.c
parent606ccd2405a55eab4c909160c951c083bccd825d (diff)
Format: remove blank space at EOL
Change-Id: I786ac8d5be68bdf09d5bb6c883959d6e1963c1fe Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'Alsa-afb/Alsa-Ucm.c')
-rw-r--r--Alsa-afb/Alsa-Ucm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Alsa-afb/Alsa-Ucm.c b/Alsa-afb/Alsa-Ucm.c
index 016fe10..0bfffc9 100644
--- a/Alsa-afb/Alsa-Ucm.c
+++ b/Alsa-afb/Alsa-Ucm.c
@@ -19,8 +19,8 @@
https://www.alsa-project.org/main/index.php/DAPM
http://alsa-lib.sourcearchive.com/documentation/1.0.24.1-2/group__Use_ga4332c6bb50481bbdaf21be11551fb930.html
https://android.googlesource.com/platform/hardware/qcom/audio/+/jb-mr1-dev/libalsa-intf/alsa_ucm.h
-
- Sample alsaucm commands using /usr/share/alsa/ucm/PandaBoard
+
+ Sample alsaucm commands using /usr/share/alsa/ucm/PandaBoard
- alsaucm -c PandaBoard list _verbs
- alsaucm -c PandaBoard list _devices/HiFi
- alsaucm -c PandaBoard list _modifiers/HiFi #need to uncomment modifiers section
@@ -49,7 +49,7 @@ typedef struct {
static ucmHandleT ucmHandles[MAX_SND_CARD];
-// Cache opened UCM handles
+// Cache opened UCM handles
STATIC int alsaUseCaseOpen(struct afb_req request, queryValuesT *queryValues, int allowNewMgr) {
snd_ctl_t *ctlDev;