Home
last modified time | relevance | path

Searched refs:broxton_audio_card (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/intel/boards/
H A Dbxt_da7219_max98357a.c759 static struct snd_soc_card broxton_audio_card = { variable
793 broxton_audio_card.dev = &pdev->dev; in broxton_audio_probe()
794 snd_soc_card_set_drvdata(&broxton_audio_card, ctx); in broxton_audio_probe()
798 broxton_audio_card.name = "glkda7219max"; in broxton_audio_probe()
818 broxton_audio_card.name = "cml_max98390_da7219"; in broxton_audio_probe()
820 broxton_audio_card.codec_conf = max98390_codec_confs; in broxton_audio_probe()
821 broxton_audio_card.num_configs = ARRAY_SIZE(max98390_codec_confs); in broxton_audio_probe()
823 broxton_audio_card.name = "cmlda7219max"; in broxton_audio_probe()
851 ret = snd_soc_fixup_dai_links_platform_name(&broxton_audio_card, in broxton_audio_probe()
858 return devm_snd_soc_register_card(&pdev->dev, &broxton_audio_card); in broxton_audio_probe()