Commit 0ac74e3
committed
ASoC: SOF: nocodec: fix card prefix
The "sof-" prefix is added by the code, don't add it to the card name.
This helps make sure the card is named "sof-nocodec" instead of
"sof-sof-nocodec", e.g.
root@ubilinux4:~# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: sofnocodec [sof-nocodec], device 0: Port0 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>1 parent 8f42002 commit 0ac74e3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments