Uh oh!
There was an error while loading. Please reload this page.
Test-case: Enhance "amixer" card selection - #1249
Conversation
sofci
commented
Jan 13, 2025
Can one of the admins verify this patch?
|
ae665c6 to
2722df4CompareThere was a problem hiding this comment.
The commit message is empty.
Avoid vague words like "update" or "Enhance". Try to be as specific as possible, for instance "select the first card by name because it's not always numbered 0" (assuming I'm guessing correctly)
Note the review already started in #1245.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
kv2019i
left a comment
There was a problem hiding this comment.
Code good, but git commit message needs to follow repository style (and have a signed off).
Uh oh!
There was an error while loading. Please reload this page.
fba0b90 to
9969f61CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Select the first card by name because it is not always numbered 0 Signed-off-by: Hariprasad, Rajendra <hariprasad.rajendra@intel.com>
9969f61 to
a4dc166Comparemarc-hb
commented
Jan 16, 2025
Again, no Jenkins testing :-( |
| (set -x | ||
| # name= is hardcoded in /usr/share/alsa/ucm2/* | ||
| # - https://github.com/thesofproject/sof-test/issues/1244 | ||
| first_card_name=$(aplay -l | awk 'NR == 2 {print $3}') |
There was a problem hiding this comment.
you could do the same with arecord and probably verify that the name starts with sof
Added Enhancement for "amixer" card selection: support card identification by name