summaryrefslogtreecommitdiffstats
path: root/meta-pipewire/recipes-multimedia/wireplumber/wireplumber-board-config-agl/40-microchip-mic.endpoint
blob: bbfcd43a5885c07e27cb72f97e794225e2f6ec90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[match-node]
priority = 40
properties = [
  { name = "media.class", value = "Audio/Source" },
  { name = "api.alsa.card.id", value = "ep811ch" },
]

[endpoint]
type = "pw-audio-softdsp-endpoint"
direction = "source"
streams = "capture.streams"
priority = 40
_CONFIG_FRAGMENTS_append = " ${WORKDIR}/cfg80211.cfg" # Turn off a couple of things enabled by default by Freescale # (lock debugging and userspace firmware loader fallback) SRC_URI_append = " file://fixups.cfg" KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/fixups.cfg" do_install_append_cubox-i() { # Add symlink to work with default Hummingboard 2 u-boot configuration ln -sf imx6q-hummingboard2.dtb ${D}/boot/imx6q-hummingboard2-emmc.dtb }