mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:05:41 +01:00
alsa-info.sh: add audio keyword to the dmesg filter
Example: sof-audio-pci 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
b8a1e95773
commit
8cd781be74
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ withdmesg() {
|
|||
echo "!!ALSA/HDA dmesg" >> $FILE
|
||||
echo "!!--------------" >> $FILE
|
||||
echo "" >> $FILE
|
||||
dmesg | grep -C1 -E 'ALSA|HDA|HDMI|snd[_-]|sound|hda.codec|hda.intel' >> $FILE
|
||||
dmesg | grep -C1 -E 'ALSA|HDA|HDMI|snd[_-]|sound|audio|hda.codec|hda.intel' >> $FILE
|
||||
echo "" >> $FILE
|
||||
echo "" >> $FILE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue