ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset
authorWhaleChang <whalechang@google.com>
Fri, 6 Oct 2023 04:48:49 +0000 (12:48 +0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 6 Oct 2023 09:11:18 +0000 (11:11 +0200)
commit6a83d6f3bb3c329a73e3483651fb77b78bac1878
tree46d733e76bd4a58e8aa8927adbabf0c7a0c0096d
parent5d542b850d40cb08a38ad4bb2a944dbf1b7b0683
ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset

When a Opencomm2 Headset is connected to a Bluetooth USB dongle,
the audio playback functions properly, but the microphone does not work.

In the dmesg logs, there are messages indicating that the init_pitch
function fails when the capture process begins.

The microphone only functions when the ep pitch control is not set.

Toggling the pitch control off bypasses the init_piatch function
and allows the microphone to work.

Signed-off-by: WhaleChang <whalechang@google.com>
Link: https://lore.kernel.org/r/20231006044852.4181022-1-whalechang@google.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/quirks.c