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: 22 characters, left alignment. Current longest PCM name is 'Deepbuffer HDA Analog', 21 characters. We can modify later. - 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 <mengdong.lin@intel.com>
- Loading branch information