summaryrefslogtreecommitdiff
blob: 7145accea809909b99f0132d848f90829d05a4ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Load pipewire configuration at conf hook processing time. This allows to
# override pulseaudio defaults configuration which is also applied via hook.
#
# Note since hooks are run after @GENTOO_PORTAGE_EPREFIX@/etc/asound.conf and ~/.asoundrc are applied,
# we load these again here make sure that user configuration takes precedence.

@hooks [
	{
		func load
		files [
			"@GENTOO_PORTAGE_EPREFIX@/usr/share/alsa/alsa.conf.d/99-pipewire-default.conf"
			"@GENTOO_PORTAGE_EPREFIX@/etc/asound.conf"
			"~/.asoundrc"
		]
		errors false
	}
]