We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097a791 commit c32bbf8Copy full SHA for c32bbf8
test-case/verify-kernel-boot-log.sh
@@ -116,7 +116,7 @@ dmic_switch_present()
116
# name= is hardcoded in /usr/share/alsa/ucm2/*
117
# This returns a non-zero error status on failure
118
switch=$(aplay -l | head -2 | tail -1 | awk '{print $3}')
119
- amixer -c $switch cget name='Dmic0 Capture Switch'
+ amixer -c "$switch" cget name='Dmic0 Capture Switch'
120
)
121
}
122
0 commit comments