mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
ASoC: sdw_utils: Add missed component_name strings for speaker amps
Several speaker amp was missed when the compoennt_name was added, which
results missing " spk:" from the components string, confusing UCM.
Fixes: f792733e08 ("ASoC: sdw_utils: add component_name string to dai_info")
Cc: stable@vger.kernel.org
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://patch.msgid.link/20250709025745.1285788-1-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
192595a60a
commit
c61da55412
@@ -218,6 +218,7 @@ struct asoc_sdw_codec_info codec_info_list[] = {
|
|||||||
{
|
{
|
||||||
.direction = {true, false},
|
.direction = {true, false},
|
||||||
.dai_name = "rt1308-aif",
|
.dai_name = "rt1308-aif",
|
||||||
|
.component_name = "rt1308",
|
||||||
.dai_type = SOC_SDW_DAI_TYPE_AMP,
|
.dai_type = SOC_SDW_DAI_TYPE_AMP,
|
||||||
.dailink = {SOC_SDW_AMP_OUT_DAI_ID, SOC_SDW_UNUSED_DAI_ID},
|
.dailink = {SOC_SDW_AMP_OUT_DAI_ID, SOC_SDW_UNUSED_DAI_ID},
|
||||||
.init = asoc_sdw_rt_amp_init,
|
.init = asoc_sdw_rt_amp_init,
|
||||||
@@ -238,6 +239,7 @@ struct asoc_sdw_codec_info codec_info_list[] = {
|
|||||||
{
|
{
|
||||||
.direction = {true, true},
|
.direction = {true, true},
|
||||||
.dai_name = "rt1316-aif",
|
.dai_name = "rt1316-aif",
|
||||||
|
.component_name = "rt1316",
|
||||||
.dai_type = SOC_SDW_DAI_TYPE_AMP,
|
.dai_type = SOC_SDW_DAI_TYPE_AMP,
|
||||||
.dailink = {SOC_SDW_AMP_OUT_DAI_ID, SOC_SDW_AMP_IN_DAI_ID},
|
.dailink = {SOC_SDW_AMP_OUT_DAI_ID, SOC_SDW_AMP_IN_DAI_ID},
|
||||||
.init = asoc_sdw_rt_amp_init,
|
.init = asoc_sdw_rt_amp_init,
|
||||||
@@ -257,6 +259,7 @@ struct asoc_sdw_codec_info codec_info_list[] = {
|
|||||||
{
|
{
|
||||||
.direction = {true, true},
|
.direction = {true, true},
|
||||||
.dai_name = "rt1318-aif",
|
.dai_name = "rt1318-aif",
|
||||||
|
.component_name = "rt1318",
|
||||||
.dai_type = SOC_SDW_DAI_TYPE_AMP,
|
.dai_type = SOC_SDW_DAI_TYPE_AMP,
|
||||||
.dailink = {SOC_SDW_AMP_OUT_DAI_ID, SOC_SDW_AMP_IN_DAI_ID},
|
.dailink = {SOC_SDW_AMP_OUT_DAI_ID, SOC_SDW_AMP_IN_DAI_ID},
|
||||||
.init = asoc_sdw_rt_amp_init,
|
.init = asoc_sdw_rt_amp_init,
|
||||||
@@ -370,6 +373,7 @@ struct asoc_sdw_codec_info codec_info_list[] = {
|
|||||||
{
|
{
|
||||||
.direction = {true, false},
|
.direction = {true, false},
|
||||||
.dai_name = "rt721-sdca-aif2",
|
.dai_name = "rt721-sdca-aif2",
|
||||||
|
.component_name = "rt721",
|
||||||
.dai_type = SOC_SDW_DAI_TYPE_AMP,
|
.dai_type = SOC_SDW_DAI_TYPE_AMP,
|
||||||
/* No feedback capability is provided by rt721-sdca codec driver*/
|
/* No feedback capability is provided by rt721-sdca codec driver*/
|
||||||
.dailink = {SOC_SDW_AMP_OUT_DAI_ID, SOC_SDW_UNUSED_DAI_ID},
|
.dailink = {SOC_SDW_AMP_OUT_DAI_ID, SOC_SDW_UNUSED_DAI_ID},
|
||||||
@@ -596,6 +600,7 @@ struct asoc_sdw_codec_info codec_info_list[] = {
|
|||||||
{
|
{
|
||||||
.direction = {true, false},
|
.direction = {true, false},
|
||||||
.dai_name = "cs42l43-dp6",
|
.dai_name = "cs42l43-dp6",
|
||||||
|
.component_name = "cs42l43",
|
||||||
.dai_type = SOC_SDW_DAI_TYPE_AMP,
|
.dai_type = SOC_SDW_DAI_TYPE_AMP,
|
||||||
.dailink = {SOC_SDW_AMP_OUT_DAI_ID, SOC_SDW_UNUSED_DAI_ID},
|
.dailink = {SOC_SDW_AMP_OUT_DAI_ID, SOC_SDW_UNUSED_DAI_ID},
|
||||||
.init = asoc_sdw_cs42l43_spk_init,
|
.init = asoc_sdw_cs42l43_spk_init,
|
||||||
|
|||||||
Reference in New Issue
Block a user