Lines Matching +full:sub +full:- +full:components
1 // SPDX-License-Identifier: GPL-2.0+
8 #include <sound/soc-dapm.h>
35 struct snd_soc_component *component = asoc_rtd_to_codec(rtd, 0)->component; in lowland_wm5100_init()
46 /* Clock OPCLK, used by the other audio components. */ in lowland_wm5100_init()
54 ret = snd_soc_card_jack_new_pins(rtd->card, "Headset", in lowland_wm5100_init()
69 struct snd_soc_component *component = asoc_rtd_to_codec(rtd, 0)->component; in lowland_wm9081_init()
71 snd_soc_dapm_nc_pin(&rtd->card->dapm, "LINEOUT"); in lowland_wm9081_init()
87 DAILINK_COMP_ARRAY(COMP_CPU("samsung-i2s.0")),
88 DAILINK_COMP_ARRAY(COMP_CODEC("wm5100.1-001a", "wm5100-aif1")),
89 DAILINK_COMP_ARRAY(COMP_PLATFORM("samsung-i2s.0")));
92 DAILINK_COMP_ARRAY(COMP_CPU("wm5100-aif2")),
93 DAILINK_COMP_ARRAY(COMP_CODEC("wm1250-ev1.1-0027", "wm1250-ev1")));
96 DAILINK_COMP_ARRAY(COMP_CPU("wm5100-aif3")),
97 DAILINK_COMP_ARRAY(COMP_CODEC("wm9081.1-006c", "wm9081-hifi")));
117 .name = "Sub Speaker",
118 .stream_name = "Sub Speaker",
130 .dlc = COMP_CODEC_CONF("wm9081.1-006c"),
131 .name_prefix = "Sub",
155 { "Sub IN1", NULL, "HPOUT2L" },
156 { "Sub IN2", NULL, "HPOUT2R" },
158 { "Main Speaker", NULL, "Sub SPKN" },
159 { "Main Speaker", NULL, "Sub SPKP" },
184 card->dev = &pdev->dev; in lowland_probe()
186 ret = devm_snd_soc_register_card(&pdev->dev, card); in lowland_probe()
188 dev_err_probe(&pdev->dev, ret, "snd_soc_register_card() failed\n"); in lowland_probe()