Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mariux64
/
linux
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
2
Pull requests
0
Actions
Projects
0
Wiki
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Files
c8f7dbd
Documentation
LICENSES
arch
block
certs
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
ac97
aoa
arm
atmel
core
drivers
firewire
hda
i2c
isa
mips
oss
parisc
pci
pcmcia
ppc
sh
soc
adi
amd
atmel
au1x
bcm
cirrus
codecs
dwc
fsl
generic
hisilicon
img
intel
atom
baytrail
boards
Kconfig
Makefile
bdw-rt5650.c
bdw-rt5677.c
broadwell.c
bxt_da7219_max98357a.c
bxt_rt298.c
byt-max98090.c
byt-rt5640.c
bytcht_cx2072x.c
bytcht_da7213.c
bytcht_es8316.c
bytcht_nocodec.c
bytcr_rt5640.c
bytcr_rt5651.c
cht_bsw_max98090_ti.c
cht_bsw_nau8824.c
cht_bsw_rt5645.c
cht_bsw_rt5672.c
cml_rt1011_rt5682.c
ehl_rt5660.c
glk_rt5682_max98357a.c
haswell.c
hda_dsp_common.c
hda_dsp_common.h
kbl_da7219_max98357a.c
kbl_da7219_max98927.c
kbl_rt5660.c
kbl_rt5663_max98927.c
kbl_rt5663_rt5514_max98927.c
skl_hda_dsp_common.c
skl_hda_dsp_common.h
skl_hda_dsp_generic.c
skl_nau88l25_max98357a.c
skl_nau88l25_ssm4567.c
skl_rt286.c
sof_da7219_max98373.c
sof_maxim_common.c
sof_maxim_common.h
sof_pcm512x.c
sof_rt5682.c
sof_sdw.c
sof_sdw_common.h
sof_sdw_dmic.c
sof_sdw_hdmi.c
sof_sdw_rt1308.c
sof_sdw_rt5682.c
sof_sdw_rt700.c
sof_sdw_rt711.c
sof_sdw_rt715.c
sof_wm8804.c
common
haswell
skylake
Kconfig
Makefile
jz4740
kirkwood
mediatek
meson
mxs
pxa
qcom
rockchip
samsung
sh
sirf
sof
spear
sprd
sti
stm
sunxi
tegra
ti
txx9
uniphier
ux500
xilinx
xtensa
zte
Kconfig
Makefile
soc-ac97.c
soc-acpi.c
soc-card.c
soc-component.c
soc-compress.c
soc-core.c
soc-dai.c
soc-dapm.c
soc-devres.c
soc-generic-dmaengine-pcm.c
soc-io.c
soc-jack.c
soc-link.c
soc-ops.c
soc-pcm.c
soc-topology.c
soc-utils.c
sparc
spi
synth
usb
x86
xen
Kconfig
Makefile
ac97_bus.c
last.c
sound_core.c
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Breadcrumbs
linux
/
sound
/
soc
/
intel
/
boards
/
skl_hda_dsp_generic.c
Blame
Blame
Latest commit
History
History
260 lines (212 loc) · 7.09 KB
Breadcrumbs
linux
/
sound
/
soc
/
intel
/
boards
/
skl_hda_dsp_generic.c
Top
File metadata and controls
Code
Blame
260 lines (212 loc) · 7.09 KB
Raw
// SPDX-License-Identifier: GPL-2.0-only // Copyright(c) 2015-18 Intel Corporation. /* * Machine Driver for SKL+ platforms with DSP and iDisp, HDA Codecs */ #include <linux/module.h> #include <linux/platform_device.h> #include <sound/core.h> #include <sound/jack.h> #include <sound/pcm.h> #include <sound/pcm_params.h> #include <sound/soc.h> #include <sound/soc-acpi.h> #include "../../codecs/hdac_hdmi.h" #include "skl_hda_dsp_common.h" static const struct snd_soc_dapm_widget skl_hda_widgets[] = { SND_SOC_DAPM_HP("Analog Out", NULL), SND_SOC_DAPM_MIC("Analog In", NULL), SND_SOC_DAPM_HP("Alt Analog Out", NULL), SND_SOC_DAPM_MIC("Alt Analog In", NULL), SND_SOC_DAPM_SPK("Digital Out", NULL), SND_SOC_DAPM_MIC("Digital In", NULL), SND_SOC_DAPM_MIC("SoC DMIC", NULL), }; static const struct snd_soc_dapm_route skl_hda_map[] = { { "hifi3", NULL, "iDisp3 Tx"}, { "iDisp3 Tx", NULL, "iDisp3_out"}, { "hifi2", NULL, "iDisp2 Tx"}, { "iDisp2 Tx", NULL, "iDisp2_out"}, { "hifi1", NULL, "iDisp1 Tx"}, { "iDisp1 Tx", NULL, "iDisp1_out"}, { "Analog Out", NULL, "Codec Output Pin1" }, { "Digital Out", NULL, "Codec Output Pin2" }, { "Alt Analog Out", NULL, "Codec Output Pin3" }, { "Codec Input Pin1", NULL, "Analog In" }, { "Codec Input Pin2", NULL, "Digital In" }, { "Codec Input Pin3", NULL, "Alt Analog In" }, /* digital mics */ {"DMic", NULL, "SoC DMIC"}, /* CODEC BE connections */ { "Analog Codec Playback", NULL, "Analog CPU Playback" }, { "Analog CPU Playback", NULL, "codec0_out" }, { "Digital Codec Playback", NULL, "Digital CPU Playback" }, { "Digital CPU Playback", NULL, "codec1_out" }, { "Alt Analog Codec Playback", NULL, "Alt Analog CPU Playback" }, { "Alt Analog CPU Playback", NULL, "codec2_out" }, { "codec0_in", NULL, "Analog CPU Capture" }, { "Analog CPU Capture", NULL, "Analog Codec Capture" }, { "codec1_in", NULL, "Digital CPU Capture" }, { "Digital CPU Capture", NULL, "Digital Codec Capture" }, { "codec2_in", NULL, "Alt Analog CPU Capture" }, { "Alt Analog CPU Capture", NULL, "Alt Analog Codec Capture" }, }; SND_SOC_DAILINK_DEF(dummy_codec, DAILINK_COMP_ARRAY(COMP_CODEC("snd-soc-dummy", "snd-soc-dummy-dai"))); static int skl_hda_card_late_probe(struct snd_soc_card *card) { return skl_hda_hdmi_jack_init(card); } static int skl_hda_add_dai_link(struct snd_soc_card *card, struct snd_soc_dai_link *link) { struct skl_hda_private *ctx = snd_soc_card_get_drvdata(card); int ret = 0; dev_dbg(card->dev, "%s: dai link name - %s\n", __func__, link->name); link->platforms->name = ctx->platform_name; link->nonatomic = 1; if (!ctx->idisp_codec) return 0; if (strstr(link->name, "HDMI")) { ret = skl_hda_hdmi_add_pcm(card, ctx->pcm_count); if (ret < 0) return ret; ctx->dai_index++; } ctx->pcm_count++; return ret; } static struct snd_soc_card hda_soc_card = { .name = "hda-dsp", .owner = THIS_MODULE, .dai_link = skl_hda_be_dai_links, .dapm_widgets = skl_hda_widgets, .dapm_routes = skl_hda_map, .add_dai_link = skl_hda_add_dai_link, .fully_routed = true, .late_probe = skl_hda_card_late_probe, }; static char hda_soc_components[30]; #define IDISP_DAI_COUNT 3 #define HDAC_DAI_COUNT 2 #define DMIC_DAI_COUNT 2 /* there are two routes per iDisp output */ #define IDISP_ROUTE_COUNT (IDISP_DAI_COUNT * 2) #define IDISP_CODEC_MASK 0x4 #define HDA_CODEC_AUTOSUSPEND_DELAY_MS 1000 static int skl_hda_fill_card_info(struct snd_soc_acpi_mach_params *mach_params) { struct snd_soc_card *card = &hda_soc_card; struct skl_hda_private *ctx = snd_soc_card_get_drvdata(card); struct snd_soc_dai_link *dai_link; u32 codec_count, codec_mask; int i, num_links, num_route; codec_mask = mach_params->codec_mask; codec_count = hweight_long(codec_mask); ctx->idisp_codec = !!(codec_mask & IDISP_CODEC_MASK); if (!codec_count || codec_count > 2 || (codec_count == 2 && !ctx->idisp_codec)) return -EINVAL; if (codec_mask == IDISP_CODEC_MASK) { /* topology with iDisp as the only HDA codec */ num_links = IDISP_DAI_COUNT + DMIC_DAI_COUNT; num_route = IDISP_ROUTE_COUNT; /* * rearrange the dai link array and make the * dmic dai links follow idsp dai links for only * num_links of dai links need to be registered * to ASoC. */ for (i = 0; i < DMIC_DAI_COUNT; i++) { skl_hda_be_dai_links[IDISP_DAI_COUNT + i] = skl_hda_be_dai_links[IDISP_DAI_COUNT + HDAC_DAI_COUNT + i]; } } else { /* topology with external and iDisp HDA codecs */ num_links = ARRAY_SIZE(skl_hda_be_dai_links); num_route = ARRAY_SIZE(skl_hda_map); card->dapm_widgets = skl_hda_widgets; card->num_dapm_widgets = ARRAY_SIZE(skl_hda_widgets); if (!ctx->idisp_codec) { for (i = 0; i < IDISP_DAI_COUNT; i++) { skl_hda_be_dai_links[i].codecs = dummy_codec; skl_hda_be_dai_links[i].num_codecs = ARRAY_SIZE(dummy_codec); } } } card->num_links = num_links; card->num_dapm_routes = num_route; for_each_card_prelinks(card, i, dai_link) dai_link->platforms->name = mach_params->platform; return 0; } static void skl_set_hda_codec_autosuspend_delay(struct snd_soc_card *card) { struct snd_soc_pcm_runtime *rtd; struct hdac_hda_priv *hda_pvt; struct snd_soc_dai *dai; for_each_card_rtds(card, rtd) { if (!strstr(rtd->dai_link->codecs->name, "ehdaudio")) continue; dai = asoc_rtd_to_codec(rtd, 0); hda_pvt = snd_soc_component_get_drvdata(dai->component); if (hda_pvt) { /* * all codecs are on the same bus, so it's sufficient * to look up only the first one */ snd_hda_set_power_save(hda_pvt->codec.bus, HDA_CODEC_AUTOSUSPEND_DELAY_MS); break; } } } static int skl_hda_audio_probe(struct platform_device *pdev) { struct snd_soc_acpi_mach *mach; struct skl_hda_private *ctx; int ret; dev_dbg(&pdev->dev, "%s: entry\n", __func__); ctx = devm_kzalloc(&pdev->dev, sizeof(*ctx), GFP_KERNEL); if (!ctx) return -ENOMEM; INIT_LIST_HEAD(&ctx->hdmi_pcm_list); mach = pdev->dev.platform_data; if (!mach) return -EINVAL; snd_soc_card_set_drvdata(&hda_soc_card, ctx); ret = skl_hda_fill_card_info(&mach->mach_params); if (ret < 0) { dev_err(&pdev->dev, "Unsupported HDAudio/iDisp configuration found\n"); return ret; } ctx->pcm_count = hda_soc_card.num_links; ctx->dai_index = 1; /* hdmi codec dai name starts from index 1 */ ctx->platform_name = mach->mach_params.platform; ctx->common_hdmi_codec_drv = mach->mach_params.common_hdmi_codec_drv; hda_soc_card.dev = &pdev->dev; if (mach->mach_params.dmic_num > 0) { snprintf(hda_soc_components, sizeof(hda_soc_components), "cfg-dmics:%d", mach->mach_params.dmic_num); hda_soc_card.components = hda_soc_components; } ret = devm_snd_soc_register_card(&pdev->dev, &hda_soc_card); if (!ret) skl_set_hda_codec_autosuspend_delay(&hda_soc_card); return ret; } static struct platform_driver skl_hda_audio = { .probe = skl_hda_audio_probe, .driver = { .name = "skl_hda_dsp_generic", .pm = &snd_soc_pm_ops, }, }; module_platform_driver(skl_hda_audio) /* Module information */ MODULE_DESCRIPTION("SKL/KBL/BXT/APL HDA Generic Machine driver"); MODULE_AUTHOR("Rakesh Ughreja <rakesh.a.ughreja@intel.com>"); MODULE_LICENSE("GPL v2"); MODULE_ALIAS("platform:skl_hda_dsp_generic");
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
You can’t perform that action at this time.