Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tplgtool2: adjust print order and alignment of PCM attributes
print_pcm_info() will show pcm ID before its name. Also adjust alignment: - id: 2 characters, right alignment. - name: left alignment to the longest PCM name. - type (playback/capture/duplex): 8 characters, left alignment. - rate: 6 characters, right alignment, for highest rate '192000'. Strings longer than the alignment won't be cut. Signed-off-by: Mengdong Lin <[email protected]>
- Loading branch information