Skip to content

Commit

Permalink
ASoC: hdac_hda: Add missing select for HDA_CODEC_HDMI
Browse files Browse the repository at this point in the history
As snd_hda_device_is_hdmi is now used in hdac_hda.c an additional
select is required to ensure the function is built into the
kernel.

Fixes: 9c0dfcd ("ASoC: hdac_hda: Conditionally register dais for HDMI and Analog")
Signed-off-by: Charles Keepax <[email protected]>
  • Loading branch information
charleskeepax committed Oct 27, 2023
1 parent 9c0dfcd commit 4bf7ae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,7 @@ config SND_SOC_HDAC_HDMI

config SND_SOC_HDAC_HDA
tristate
select SND_HDA_CODEC_HDMI
select SND_HDA

config SND_SOC_HDA
Expand Down

0 comments on commit 4bf7ae9

Please sign in to comment.