Home
last modified time | relevance | path

Searched refs:UQ_AUDIO_SWAP_LR (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/usb/quirk/
H A Dusb_quirk.h42 UQ_AUDIO_SWAP_LR, /* left and right sound channels are swapped */ enumerator
H A Dusb_quirk.c173 USB_QUIRK_REV(TENX, UAUDIO0, 0x0101, 0x0101, UQ_AUDIO_SWAP_LR),
594 [UQ_AUDIO_SWAP_LR] = "UQ_AUDIO_SWAP_LR",
/freebsd/sys/dev/sound/usb/
H A Duaudio.c982 if (usb_test_quirk(uaa, UQ_AUDIO_SWAP_LR)) in uaudio_attach()