The microphone doesn’t show up in the Plasma applet. pactl list
doesn’t list it either, but I can see in /usr/share/wireplumber/wireplumber.conf.d/99-asahi.conf
that it is mentioned:
// ...
node.software-dsp.rules = [
# J293 (MacBook Pro 13", M1, 2020)
{
matches = [
{ api.alsa.path = "hw:AppleJ293,1" }
]
actions = {
create-filter = {
filter-path = "/usr/share/asahi-audio/j293/graph.json"
hide-parent = true
}
}
}
{
matches = [
{ api.alsa.path = "hw:AppleJ293HPAI,0" }
]
actions = {
create-filter = {
filter-path = "/usr/share/asahi-audio/j293/mic.json"
hide-parent = true
}
}
}
// ...
J293 is indeed the model of my machine, and the microphone works on macOS.