Lines Matching +full:hi +full:- +full:fi
1 // SPDX-License-Identifier: GPL-2.0+
6 // Copyright 2007 Wolfson Microelectronics PLC. - linux@wolfsonmicro.com
7 // Graeme Gregory - graeme.gregory@wolfsonmicro.com
89 .gpio = -1,
132 struct snd_soc_dapm_context *dapm = &rtd->card->dapm; in smartq_wm8987_init()
142 err = snd_soc_card_jack_new_pins(rtd->card, "Headphone Jack", in smartq_wm8987_init()
157 DAILINK_COMP_ARRAY(COMP_CPU("samsung-i2s.0")),
158 DAILINK_COMP_ARRAY(COMP_CODEC("wm8750.0-0x1a", "wm8750-hifi")),
159 DAILINK_COMP_ARRAY(COMP_PLATFORM("samsung-i2s.0")));
164 .stream_name = "SmartQ Hi-Fi",
195 gpio = devm_gpiod_get(&pdev->dev, "amplifiers shutdown", in smartq_probe()
198 dev_err(&pdev->dev, "Failed to register GPK12\n"); in smartq_probe()
204 ret = devm_snd_soc_register_card(&pdev->dev, &snd_soc_smartq); in smartq_probe()
206 dev_err(&pdev->dev, "Failed to register card\n"); in smartq_probe()
214 .name = "smartq-audio",