#!/bin/bash

# omarchy:summary=Detect an Intel SOF-capable audio DSP

lspci | grep -qiE '(Multimedia audio controller|Audio device).*Intel'
