Skip to content

Commit 74a2a7d

Browse files
marcantiwai
authored andcommitted
ALSA: usb-audio: Update documentation comment for MS2109 quirk
As the recent fix addressed the channel swap problem more properly, update the comment as well. Fixes: 1b7ecc2 ("ALSA: usb-audio: work around streaming quirk for MacroSilicon MS2109") Signed-off-by: Hector Martin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent f5d0f82 commit 74a2a7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sound/usb/quirks-table.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3744,8 +3744,8 @@ ALC1220_VB_DESKTOP(0x26ce, 0x0a01), /* Asrock TRX40 Creator */
37443744
* they pretend to be 96kHz mono as a workaround for stereo being broken
37453745
* by that...
37463746
*
3747-
* They also have swapped L-R channels, but that's for userspace to deal
3748-
* with.
3747+
* They also have an issue with initial stream alignment that causes the
3748+
* channels to be swapped and out of phase, which is dealt with in quirks.c.
37493749
*/
37503750
{
37513751
.match_flags = USB_DEVICE_ID_MATCH_DEVICE |

0 commit comments

Comments
 (0)