Lines Matching +full:sub +full:- +full:components
1 // SPDX-License-Identifier: GPL-2.0+
8 #include <sound/soc-dapm.h>
39 struct snd_soc_component *component = snd_soc_rtd_to_codec(rtd, 0)->component; in lowland_wm5100_init()
50 /* Clock OPCLK, used by the other audio components. */ in lowland_wm5100_init()
58 ret = snd_soc_card_jack_new_pins(rtd->card, "Headset", in lowland_wm5100_init()
73 struct snd_soc_component *component = snd_soc_rtd_to_codec(rtd, 0)->component; in lowland_wm9081_init()
75 snd_soc_dapm_nc_pin(&rtd->card->dapm, "LINEOUT"); in lowland_wm9081_init()
91 DAILINK_COMP_ARRAY(COMP_CPU("samsung-i2s.0")),
92 DAILINK_COMP_ARRAY(COMP_CODEC("wm5100.1-001a", "wm5100-aif1")),
93 DAILINK_COMP_ARRAY(COMP_PLATFORM("samsung-i2s.0")));
96 DAILINK_COMP_ARRAY(COMP_CPU("wm5100-aif2")),
97 DAILINK_COMP_ARRAY(COMP_CODEC("wm1250-ev1.1-0027", "wm1250-ev1")));
100 DAILINK_COMP_ARRAY(COMP_CPU("wm5100-aif3")),
101 DAILINK_COMP_ARRAY(COMP_CODEC("wm9081.1-006c", "wm9081-hifi")));
121 .name = "Sub Speaker",
122 .stream_name = "Sub Speaker",
135 .dlc = COMP_CODEC_CONF("wm9081.1-006c"),
136 .name_prefix = "Sub",
162 { "Sub IN1", NULL, "HPOUT2L" },
163 { "Sub IN2", NULL, "HPOUT2R" },
165 { "Main Speaker", NULL, "Sub SPKN" },
166 { "Main Speaker", NULL, "Sub SPKP" },
191 card->dev = &pdev->dev; in lowland_probe()
193 ret = devm_snd_soc_register_card(&pdev->dev, card); in lowland_probe()
195 dev_err_probe(&pdev->dev, ret, "snd_soc_register_card() failed\n"); in lowland_probe()