diff options
author | Arnaud Pouliquen <arnaud.pouliquen@st.com> | 2016-11-04 11:44:00 +0100 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2016-11-10 09:52:49 +0100 |
commit | 64783ea7de0bff3de77cfdff1ed76428c288faac (patch) | |
tree | f461617018c1a731b49967e51241af9de049673d | |
parent | 486d379cc3740f9f882b9035035a4d1616ec30f6 (diff) | |
download | blackbird-op-linux-64783ea7de0bff3de77cfdff1ed76428c288faac.tar.gz blackbird-op-linux-64783ea7de0bff3de77cfdff1ed76428c288faac.zip |
ARM: dts: STiHxxx-b2120: change sound card name
Rename sound card to differentiate B2120 and B2260 sound card.
Sound card name is used by alsa-lib to load associated card
configuration file.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
-rw-r--r-- | arch/arm/boot/dts/stihxxx-b2120.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stihxxx-b2120.dtsi b/arch/arm/boot/dts/stihxxx-b2120.dtsi index 313c1f8686d4..4b8f62f89664 100644 --- a/arch/arm/boot/dts/stihxxx-b2120.dtsi +++ b/arch/arm/boot/dts/stihxxx-b2120.dtsi @@ -155,7 +155,7 @@ sound { compatible = "simple-audio-card"; - simple-audio-card,name = "sti audio card"; + simple-audio-card,name = "STI-B2120"; status = "okay"; simple-audio-card,dai-link@0 { |