Lines Matching +full:audio +full:- +full:tx
1 // SPDX-License-Identifier: GPL-2.0-only
2 // Copyright(c) 2017-18 Intel Corporation.
23 #define KBL_DIALOG_CODEC_DAI "da7219-hifi"
56 struct snd_soc_dapm_context *dapm = w->dapm; in platform_clock_control()
57 struct snd_soc_card *card = dapm->card; in platform_clock_control()
63 dev_err(card->dev, "Codec dai not found; Unable to set/unset codec pll\n"); in platform_clock_control()
64 return -EIO; in platform_clock_control()
71 dev_err(card->dev, "failed to stop PLL: %d\n", ret); in platform_clock_control()
76 dev_err(card->dev, "failed to start PLL: %d\n", ret); in platform_clock_control()
129 {"HDMI1", NULL, "hif5-0 Output"},
130 {"HDMI2", NULL, "hif6-0 Output"},
131 {"HDMI3", NULL, "hif7-0 Output"},
134 { "HiFi Playback", NULL, "ssp0 Tx" },
135 { "ssp0 Tx", NULL, "codec0_out" },
137 { "Playback", NULL, "ssp1 Tx" },
138 { "ssp1 Tx", NULL, "codec1_out" },
147 { "hifi1", NULL, "iDisp1 Tx" },
148 { "iDisp1 Tx", NULL, "iDisp1_out" },
149 { "hifi2", NULL, "iDisp2 Tx" },
150 { "iDisp2 Tx", NULL, "iDisp2_out" },
151 { "hifi3", NULL, "iDisp3 Tx"},
152 { "iDisp3 Tx", NULL, "iDisp3_out"},
169 rate->min = rate->max = 48000; in kabylake_ssp_fixup()
170 chan->min = chan->max = DUAL_CHANNEL; in kabylake_ssp_fixup()
181 struct kbl_codec_private *ctx = snd_soc_card_get_drvdata(rtd->card); in kabylake_da7219_codec_init()
182 struct snd_soc_component *component = asoc_rtd_to_codec(rtd, 0)->component; in kabylake_da7219_codec_init()
191 dev_err(rtd->dev, "can't set codec sysclk configuration\n"); in kabylake_da7219_codec_init()
202 &ctx->kabylake_headset, in kabylake_da7219_codec_init()
206 dev_err(rtd->dev, "Headset Jack creation failed: %d\n", ret); in kabylake_da7219_codec_init()
210 jack = &ctx->kabylake_headset; in kabylake_da7219_codec_init()
212 snd_jack_set_key(jack->jack, SND_JACK_BTN_0, KEY_PLAYPAUSE); in kabylake_da7219_codec_init()
213 snd_jack_set_key(jack->jack, SND_JACK_BTN_1, KEY_VOLUMEUP); in kabylake_da7219_codec_init()
214 snd_jack_set_key(jack->jack, SND_JACK_BTN_2, KEY_VOLUMEDOWN); in kabylake_da7219_codec_init()
215 snd_jack_set_key(jack->jack, SND_JACK_BTN_3, KEY_VOICECOMMAND); in kabylake_da7219_codec_init()
216 snd_soc_component_set_jack(component, &ctx->kabylake_headset, NULL); in kabylake_da7219_codec_init()
218 ret = snd_soc_dapm_ignore_suspend(&rtd->card->dapm, "SoC DMIC"); in kabylake_da7219_codec_init()
220 dev_err(rtd->dev, "SoC DMIC - Ignore suspend failed %d\n", ret); in kabylake_da7219_codec_init()
227 struct kbl_codec_private *ctx = snd_soc_card_get_drvdata(rtd->card); in kabylake_hdmi_init()
231 pcm = devm_kzalloc(rtd->card->dev, sizeof(*pcm), GFP_KERNEL); in kabylake_hdmi_init()
233 return -ENOMEM; in kabylake_hdmi_init()
235 pcm->device = device; in kabylake_hdmi_init()
236 pcm->codec_dai = dai; in kabylake_hdmi_init()
238 list_add_tail(&pcm->head, &ctx->hdmi_pcm_list); in kabylake_hdmi_init()
261 struct snd_soc_component *component = asoc_rtd_to_cpu(rtd, 0)->component; in kabylake_da7219_fe_init()
301 struct snd_pcm_runtime *runtime = substream->runtime; in kbl_fe_startup()
307 * 16 bit audio in kbl_fe_startup()
310 runtime->hw.channels_max = DUAL_CHANNEL; in kbl_fe_startup()
314 runtime->hw.formats = SNDRV_PCM_FMTBIT_S16_LE; in kbl_fe_startup()
338 chan->min = chan->max = 2; in kabylake_dmic_fixup()
340 chan->min = chan->max = 4; in kabylake_dmic_fixup()
347 struct snd_pcm_runtime *runtime = substream->runtime; in kabylake_dmic_startup()
349 runtime->hw.channels_min = runtime->hw.channels_max = QUAD_CHANNEL; in kabylake_dmic_startup()
353 return snd_pcm_hw_constraint_list(substream->runtime, 0, in kabylake_dmic_startup()
381 substream->runtime->hw.channels_max = 1; in kabylake_refcap_startup()
382 snd_pcm_hw_constraint_list(substream->runtime, 0, in kabylake_refcap_startup()
386 return snd_pcm_hw_constraint_list(substream->runtime, 0, in kabylake_refcap_startup()
425 DAILINK_COMP_ARRAY(COMP_CODEC("i2c-DLGS7219:00",
431 DAILINK_COMP_ARRAY(COMP_CODEC("dmic-codec", "dmic-hifi")));
437 "intel-hdmi-hifi1")));
442 DAILINK_COMP_ARRAY(COMP_CODEC("ehdaudio0D2", "intel-hdmi-hifi2")));
447 DAILINK_COMP_ARRAY(COMP_CODEC("ehdaudio0D2", "intel-hdmi-hifi3")));
452 /* kabylake digital audio interface glue - connects codec <--> CPU */
456 .name = "Kbl Audio Port",
457 .stream_name = "Audio",
468 .name = "Kbl Audio Capture Port",
469 .stream_name = "Audio Record",
479 .name = "Kbl Audio Reference cap",
489 .name = "Kbl Audio DMIC cap",
534 /* SSP0 - Codec */
535 .name = "SSP0-Codec",
547 /* SSP1 - Codec */
548 .name = "SSP1-Codec",
604 list_for_each_entry(pcm, &ctx->hdmi_pcm_list, head) { in kabylake_card_late_probe()
605 component = pcm->codec_dai->component; in kabylake_card_late_probe()
607 "HDMI/DP, pcm=%d Jack", pcm->device); in kabylake_card_late_probe()
614 err = hdac_hdmi_jack_init(pcm->codec_dai, pcm->device, in kabylake_card_late_probe()
624 return -EINVAL; in kabylake_card_late_probe()
626 return hdac_hdmi_jack_port_init(component, &card->dapm); in kabylake_card_late_probe()
629 /* kabylake audio machine driver for SPT + DA7219 */
650 ctx = devm_kzalloc(&pdev->dev, sizeof(*ctx), GFP_KERNEL); in kabylake_audio_probe()
652 return -ENOMEM; in kabylake_audio_probe()
654 INIT_LIST_HEAD(&ctx->hdmi_pcm_list); in kabylake_audio_probe()
657 (struct snd_soc_card *)pdev->id_entry->driver_data; in kabylake_audio_probe()
659 kabylake_audio_card->dev = &pdev->dev; in kabylake_audio_probe()
661 return devm_snd_soc_register_card(&pdev->dev, kabylake_audio_card); in kabylake_audio_probe()
686 MODULE_DESCRIPTION("Audio Machine driver-DA7219 & MAX98357A in I2S mode");