Skip to content

Commit 1149719

Browse files
Joachim Priesnertiwai
authored andcommitted
ALSA: usb-audio: Add second USB ID for Jabra Evolve 65 headset
There seem to be multiple USB device IDs used for these; the one I have reports as 0b0e:030c when powered on. (When powered off, it reports as 0b0e:0311.) Signed-off-by: Joachim Priesner <[email protected]> Cc: <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent be0c40d commit 1149719

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sound/usb/format.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ static int parse_audio_format_rates_v1(struct snd_usb_audio *chip, struct audiof
260260
}
261261

262262
/* Jabra Evolve 65 headset */
263-
if (chip->usb_id == USB_ID(0x0b0e, 0x030b)) {
263+
if (chip->usb_id == USB_ID(0x0b0e, 0x030b) ||
264+
chip->usb_id == USB_ID(0x0b0e, 0x030c)) {
264265
/* only 48kHz for playback while keeping 16kHz for capture */
265266
if (fp->nr_rates != 1)
266267
return set_fixed_rate(fp, 48000, SNDRV_PCM_RATE_48000);

0 commit comments

Comments
 (0)