listusb: Fix typo in usb_audio descriptor printing.
This commit is contained in:
@@ -429,7 +429,7 @@ DumpASFormatTypeI(const usb_audio_format_descriptor* descriptor)
|
|||||||
descriptor->typeI.nr_channels);
|
descriptor->typeI.nr_channels);
|
||||||
printf(" Subframe size ..... %u\n",
|
printf(" Subframe size ..... %u\n",
|
||||||
descriptor->typeI.subframe_size);
|
descriptor->typeI.subframe_size);
|
||||||
printf(" Bit resoultion .... %u\n",
|
printf(" Bit resolution .... %u\n",
|
||||||
descriptor->typeI.bit_resolution);
|
descriptor->typeI.bit_resolution);
|
||||||
|
|
||||||
DumpSamplingFrequencies(descriptor->typeI.sam_freq_type,
|
DumpSamplingFrequencies(descriptor->typeI.sam_freq_type,
|
||||||
@@ -448,7 +448,7 @@ DumpASFormatTypeIII(const usb_audio_format_descriptor* descriptor)
|
|||||||
descriptor->typeIII.nr_channels);
|
descriptor->typeIII.nr_channels);
|
||||||
printf(" Subframe size ..... %u\n",
|
printf(" Subframe size ..... %u\n",
|
||||||
descriptor->typeIII.subframe_size);
|
descriptor->typeIII.subframe_size);
|
||||||
printf(" Bit resoultion .... %u\n",
|
printf(" Bit resolution .... %u\n",
|
||||||
descriptor->typeIII.bit_resolution);
|
descriptor->typeIII.bit_resolution);
|
||||||
|
|
||||||
DumpSamplingFrequencies(descriptor->typeIII.sam_freq_type,
|
DumpSamplingFrequencies(descriptor->typeIII.sam_freq_type,
|
||||||
|
|||||||
Reference in New Issue
Block a user