[Sound-open-firmware] [PATCH] topology: byt-da7213: fix topology file name.

reef-byt-da7212 -> reef-byt->da7213
Signed-off-by: Liam Girdwood liam.r.girdwood@linux.intel.com --- topology/Makefile.am | 4 ++-- topology/{reef-byt-da7212.m4 => reef-byt-da7213.m4} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename topology/{reef-byt-da7212.m4 => reef-byt-da7213.m4} (97%)
diff --git a/topology/Makefile.am b/topology/Makefile.am index a62aa78..f161ba2 100644 --- a/topology/Makefile.am +++ b/topology/Makefile.am @@ -26,7 +26,7 @@ MACHINES = \ reef-byt-rt5640.tplg \ reef-byt-rt5645.tplg \ reef-byt-rt5651.tplg \ - reef-byt-da7212.tplg \ + reef-byt-da7213.tplg \ reef-cnl-rt274.tplg \ reef-hsw-rt5640.tplg
@@ -56,6 +56,6 @@ EXTRA_DIST = \ reef-byt-rt5640.m4 \ reef-byt-rt5645.m4 \ reef-byt-rt5651.m4 \ - reef-byt-da7212.m4 \ + reef-byt-da7213.m4 \ reef-cnl-rt274.m4 \ reef-hsw-rt5640.m4 diff --git a/topology/reef-byt-da7212.m4 b/topology/reef-byt-da7213.m4 similarity index 97% rename from topology/reef-byt-da7212.m4 rename to topology/reef-byt-da7213.m4 index a9789c6..1e77e7e 100644 --- a/topology/reef-byt-da7212.m4 +++ b/topology/reef-byt-da7213.m4 @@ -1,5 +1,5 @@ # -# Topology for generic Baytrail board with no codec. +# Topology for generic Baytrail board with DA7213 codec. #
# Include topology builder

On 03/15/2018 11:56 AM, Liam Girdwood wrote:
reef-byt-da7212 -> reef-byt->da7213
ack for the name change, but using this topology file gives me tons of IPC issues when starting playback (topology load seems fine).
0x0 [13.876966] delta [13.876966] ipc eF1 0x10 [13.878050] delta [0.001085] ipc eA1 0x20 [13.878271] delta [0.000220] ipc eF1
[ 208.268008] sof-audio sof-audio: error: ipc error for 0x60010000 size 0x14 [ 208.268030] sof-audio sof-audio: ASoC: sof-audio hw params failed: -22 [ 208.268043] Low Latency: ASoC: hw_params FE failed -22 [ 208.268885] sof-audio sof-audio: error: ipc error for 0x60030000 size 0xc [ 208.270179] sof-audio sof-audio: error: ipc error for 0x60010000 size 0x14 [ 208.270196] sof-audio sof-audio: ASoC: sof-audio hw params failed: -22 [ 208.270207] Low Latency: ASoC: hw_params FE failed -22 [ 208.270446] sof-audio sof-audio: error: ipc error for 0x60030000 size 0xc [ 208.272217] sof-audio sof-audio: error: ipc error for 0x60010000 size 0x14 [ 208.272236] sof-audio sof-audio: ASoC: sof-audio hw params failed: -22
The topology looks very similar to reef-byt-rt5651.m4, and when I use the same exact values I still get the issues. wondering if I am the first to test those files here? It looks like a generic issue with those more complicated pipelines?
no issues with test/test-ssp2-volume-s16le-s16le-48k-codec.tplg (copied as reef-byt_7213.tplg)
Signed-off-by: Liam Girdwood liam.r.girdwood@linux.intel.com
topology/Makefile.am | 4 ++-- topology/{reef-byt-da7212.m4 => reef-byt-da7213.m4} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename topology/{reef-byt-da7212.m4 => reef-byt-da7213.m4} (97%)
diff --git a/topology/Makefile.am b/topology/Makefile.am index a62aa78..f161ba2 100644 --- a/topology/Makefile.am +++ b/topology/Makefile.am @@ -26,7 +26,7 @@ MACHINES = \ reef-byt-rt5640.tplg \ reef-byt-rt5645.tplg \ reef-byt-rt5651.tplg \
- reef-byt-da7212.tplg \
- reef-byt-da7213.tplg \ reef-cnl-rt274.tplg \ reef-hsw-rt5640.tplg
@@ -56,6 +56,6 @@ EXTRA_DIST = \ reef-byt-rt5640.m4 \ reef-byt-rt5645.m4 \ reef-byt-rt5651.m4 \
- reef-byt-da7212.m4 \
- reef-byt-da7213.m4 \ reef-cnl-rt274.m4 \ reef-hsw-rt5640.m4
diff --git a/topology/reef-byt-da7212.m4 b/topology/reef-byt-da7213.m4 similarity index 97% rename from topology/reef-byt-da7212.m4 rename to topology/reef-byt-da7213.m4 index a9789c6..1e77e7e 100644 --- a/topology/reef-byt-da7212.m4 +++ b/topology/reef-byt-da7213.m4 @@ -1,5 +1,5 @@ # -# Topology for generic Baytrail board with no codec. +# Topology for generic Baytrail board with DA7213 codec. #
# Include topology builder
participants (2)
-
Liam Girdwood
-
Pierre-Louis Bossart