diff mbox series

[1/8] ALSA: usb-audio: scarlett2: Remove incorrect S/PDIF comment

Message ID 9706655aeb5c357c8e7fe4f9549404013c6c86c5.1622999147.git.g@b4.vu (mailing list archive)
State New, archived
Headers show
Series ALSA: usb-audio: scarlett2: cleanup | expand

Commit Message

Geoffrey D. Bennett June 6, 2021, 5:45 p.m. UTC
The 18i8 Gen 2 S/PDIF outputs are available at 192kHz, unlike
the 18i20 Gen 2. Remove the comment that says otherwise.

Signed-off-by: Geoffrey D. Bennett <g@b4.vu>
---
 sound/usb/mixer_scarlett_gen2.c | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/sound/usb/mixer_scarlett_gen2.c b/sound/usb/mixer_scarlett_gen2.c
index 48cf3e1954e0..54d7ac9b0c66 100644
--- a/sound/usb/mixer_scarlett_gen2.c
+++ b/sound/usb/mixer_scarlett_gen2.c
@@ -338,10 +338,6 @@  static const struct scarlett2_device_info s18i8_gen2_info = {
 		},
 		[SCARLETT2_PORT_TYPE_SPDIF] = {
 			.id = 0x180,
-			/* S/PDIF outputs aren't available at 192kHz
-			 * but are included in the USB mux I/O
-			 * assignment message anyway
-			 */
 			.num = { 2, 2, 2, 2, 2 },
 			.src_descr = "S/PDIF %d",
 			.src_num_offset = 1,