aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/alsa/alsa-ucm-conf/0006-ucm2-DB845c-remove-cdev-which-is-already-present-in-.patch
blob: 6ed85d4b48d2f5b691cc3d4dfa27213eb638d2da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
From 604914c07ffb10946711c2e5ca95d3a9bb6ad399 Mon Sep 17 00:00:00 2001
From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Date: Mon, 1 Jun 2020 17:20:25 +0100
Subject: [PATCH 6/6] ucm2: DB845c: remove cdev which is already present in
 ucm2

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
 ucm2/DB845c/HDMI.conf | 2 --
 ucm2/DB845c/HiFi.conf | 4 ----
 2 files changed, 6 deletions(-)

diff --git a/ucm2/DB845c/HDMI.conf b/ucm2/DB845c/HDMI.conf
index fe1045c..5a0a933 100644
--- a/ucm2/DB845c/HDMI.conf
+++ b/ucm2/DB845c/HDMI.conf
@@ -3,12 +3,10 @@
 
 SectionVerb {
         EnableSequence [
-		cdev "hw:${CardId}"
 		cset "name='QUAT_MI2S_RX Audio Mixer MultiMedia1' 1"
         ]
 
         DisableSequence [
-		cdev "hw:${CardId}"
 		cset "name='QUAT_MI2S_RX Audio Mixer MultiMedia1' 0"
 	]
        Value {
diff --git a/ucm2/DB845c/HiFi.conf b/ucm2/DB845c/HiFi.conf
index f88e8ec..ef7c341 100644
--- a/ucm2/DB845c/HiFi.conf
+++ b/ucm2/DB845c/HiFi.conf
@@ -4,7 +4,6 @@
 SectionVerb {
 
 	EnableSequence [
-		cdev "hw:${CardId}"
 		cset "name='SLIMBUS_0_RX Audio Mixer MultiMedia2' 1"
 
 		<codecs/wcd934x/DefaultEnableSeq.conf>
@@ -12,7 +11,6 @@ SectionVerb {
 	]
 
 	DisableSequence [
-                cdev "hw:${CardId}"
 		<codecs/wcd934x/DefaultDisableSeq.conf>
 		cset "name='SLIMBUS_0_RX Audio Mixer MultiMedia2' 0"
 	]
@@ -26,13 +24,11 @@ SectionDevice."Speaker" {
 	Comment "Speaker playback"
 
 	EnableSequence [
-		cdev "hw:${CardId}"
 		<codecs/wcd934x/SpeakerEnableSeq.conf>
 		<codecs/wsa881x/SpeakerEnableSeq.conf>
 	]
 
 	DisableSequence [
-		cdev "hw:${CardId}"
 		<codecs/wsa881x/SpeakerDisableSeq.conf>
 		<codecs/wcd934x/SpeakerDisableSeq.conf>
 	]
-- 
2.27.0.rc0