Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Naming convention change for sof_hda_dsp_generic #5163

Closed
wants to merge 2 commits into from

Conversation

brentlu
Copy link

@brentlu brentlu commented Aug 30, 2024

Since this machine driver is no longer being used by SKL devices, we replace all 'skl' strings in driver source code, makefile, and kconfig with 'sof'.

@@ -48,7 +48,7 @@ obj-$(CONFIG_SND_SOC_INTEL_BYT_CHT_CX2072X_MACH) += snd-soc-sst-byt-cht-cx2072x.
obj-$(CONFIG_SND_SOC_INTEL_BYT_CHT_DA7213_MACH) += snd-soc-sst-byt-cht-da7213.o
obj-$(CONFIG_SND_SOC_INTEL_BYT_CHT_ES8316_MACH) += snd-soc-sst-byt-cht-es8316.o
obj-$(CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH) += snd-soc-sst-byt-cht-nocodec.o
obj-$(CONFIG_SND_SOC_INTEL_SKL_HDA_DSP_GENERIC_MACH) += snd-soc-skl_hda_dsp.o
obj-$(CONFIG_SND_SOC_INTEL_SOF_HDA_DSP_GENERIC_MACH) += snd-soc-sof_hda_dsp.o
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not really worth the effort, this will make backports/fixes problematic and also break CI with different module names.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, let me close this PR. thanks~

Since this machine driver is no longer being used by SKL devices, we
replace all 'skl' strings in driver source code with 'sof'.

Signed-off-by: Brent Lu <[email protected]>
Rename source file and update makefile to follow new naming
convention.

Signed-off-by: Brent Lu <[email protected]>
@brentlu brentlu closed this Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants