summaryrefslogtreecommitdiffstats
path: root/bsp/meta-rcar/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/0112-ARM64-dts-renesas-ulcb-Make-AK4613-sound-device-name.patch
blob: aa56e1720a86fd13d904fcb5de6b2819b7c7ec98 (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
From 3d10977e9e9811efe110d90b725f3132f80112ae Mon Sep 17 00:00:00 2001
From: Valentine Barshak <valentine.barshak@cogentembedded.com>
Date: Fri, 18 Jan 2019 23:24:15 +0300
Subject: [PATCH 056/122] ARM64: dts: renesas: ulcb: Make AK4613 sound device
 name consistent

This makes AK4613 sound device name consistent throughout all
ULCB boards. This helps to avoid naming issues when pulseaudio
fails to start because the device has different names on
infotainment and starter boards. For example, "ak4613"
on Kingfisher vs "rsnd-sound" on Starter Kit.
Pulseaudio is expecting "ak4613" name.

Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com>
---
 arch/arm64/boot/dts/renesas/ulcb.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/renesas/ulcb.dtsi b/arch/arm64/boot/dts/renesas/ulcb.dtsi
index b60fd45..7e546d3 100644
--- a/arch/arm64/boot/dts/renesas/ulcb.dtsi
+++ b/arch/arm64/boot/dts/renesas/ulcb.dtsi
@@ -97,7 +97,7 @@
 	sound_card: sound {
 		compatible = "audio-graph-card";
 
-		label = "rcar-sound";
+		label = "ak4613";
 
 		dais = <&rsnd_port0>;
 	};
-- 
2.7.4