Lines Matching +full:speaker +full:- +full:codecs
1 // SPDX-License-Identifier: GPL-2.0-only
4 * Driver for Intel platforms with Nuvoton Codecs.
24 { "Spk", NULL, "Speaker" },
36 struct snd_soc_card *card = rtd->card; in nau8318_init()
39 ret = snd_soc_dapm_new_controls(&card->dapm, nau8318_widgets, in nau8318_init()
42 dev_err(rtd->dev, "fail to add nau8318 widgets, ret %d\n", ret); in nau8318_init()
49 dev_err(rtd->dev, "fail to add nau8318 kcontrols, ret %d\n", ret); in nau8318_init()
53 ret = snd_soc_dapm_add_routes(&card->dapm, nau8318_routes, in nau8318_init()
57 dev_err(rtd->dev, "fail to add nau8318 routes, ret %d\n", ret); in nau8318_init()
66 link->codecs = nau8318_components; in nau8318_set_dai_link()
67 link->num_codecs = ARRAY_SIZE(nau8318_components); in nau8318_set_dai_link()
68 link->init = nau8318_init; in nau8318_set_dai_link()