summaryrefslogtreecommitdiffstats
path: root/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman2020-10-054-8/+18
|\
| * Merge tag 'sound-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-09-244-8/+18
| |\
| | * Revert "ALSA: usb-audio: Disable Lenovo P620 Rear line-in volume control"Kai-Heng Feng2020-09-221-1/+0
| | * Revert "ALSA: hda - Fix silent audio output and corrupted input on MSI X570-A...Takashi Iwai2020-09-211-1/+0
| | * ALSA: usb-audio: Add delay quirk for H570e USB headsetsJoakim Tjernlund2020-09-211-3/+4
| | * ALSA: hda/realtek: Enable front panel headset LED on Lenovo ThinkStation P520Kai-Heng Feng2020-09-211-0/+7
| | * ALSA: hda/realtek - Couldn't detect Mic if booting with headset pluggedHui Wang2020-09-211-1/+5
| | * ALSA: asihpi: fix iounmap in error handlerTom Rix2020-09-211-2/+2
* | | sound: hiface: move to use usb_control_msg_send()Greg Kroah-Hartman2020-09-251-8/+6
* | | sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-253-60/+44
* | | sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-251-25/+13
* | | sound: usx2y: move to use usb_control_msg_send()Greg Kroah-Hartman2020-09-251-34/+8
* | | Revert "sound: usx2y: move to use usb_control_msg_send()"Oliver Neukum2020-09-251-8/+34
* | | Revert "sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_...Oliver Neukum2020-09-251-13/+25
* | | Revert "sound: line6: move to use usb_control_msg_send() and usb_control_msg_...Oliver Neukum2020-09-253-37/+57
* | | Revert "sound: hiface: move to use usb_control_msg_send()"Oliver Neukum2020-09-251-6/+8
* | | Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman2020-09-2126-139/+280
|\| |
| * | Merge tag 'sound-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-09-1826-139/+280
| |\|
| | * Merge tag 'asoc-fix-v5.9-rc4' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2020-09-1125-139/+202
| | |\
| | | * ASoC: tlv320adcx140: Wake up codec before accessing registerCamel Guo2020-09-081-12/+12
| | | * ASoC: core: Do not cleanup uninitialized dais on soc_pcm_open failureCezary Rojewski2020-09-071-1/+1
| | | * ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN Converter9 2-in-1Hans de Goede2020-09-021-0/+10
| | | * ASoC: Intel: haswell: Fix power transition refactorCezary Rojewski2020-09-011-104/+81
| | | * ASoC: tlv320adcx140: Fix accessing uninitialized adcx140->devCamel Guo2020-09-011-1/+3
| | | * ASoC: wm8994: Ensure the device is resumed in wm89xx_mic_detect functionsSylwester Nawrocki2020-09-011-0/+8
| | | * ASoC: wm8994: Skip setting of the WM8994_MICBIAS register for WM1811Sylwester Nawrocki2020-09-013-0/+6
| | | * ASoC: meson: axg-toddr: fix channel order on g12 platformsJerome Brunet2020-08-281-1/+23
| | | * ASoC: soc-core: add snd_soc_find_dai_with_mutex()Kuninori Morimoto2020-08-282-2/+15
| | | * Merge series "ASoC: Fix return check for devm_regmap_init_sdw()" from Vinod K...Mark Brown2020-08-265-10/+10
| | | |\
| | | | * ASoC: rt700: Fix return check for devm_regmap_init_sdw()Vinod Koul2020-08-261-2/+2
| | | | * ASoC: rt715: Fix return check for devm_regmap_init_sdw()Vinod Koul2020-08-261-2/+2
| | | | * ASoC: rt711: Fix return check for devm_regmap_init_sdw()Vinod Koul2020-08-261-2/+2
| | | | * ASoC: rt1308-sdw: Fix return check for devm_regmap_init_sdw()Vinod Koul2020-08-261-2/+2
| | | | * ASoC: max98373: Fix return check for devm_regmap_init_sdw()Vinod Koul2020-08-261-2/+2
| | | * | ASoC: qcom: common: Fix refcount imbalance on errorDinghao Liu2020-08-261-2/+4
| | | |/
| | | * ASoC: ti: fixup ams_delta_mute() function nameKuninori Morimoto2020-08-251-2/+2
| | | * ASoC: pcm3168a: ignore 0 Hz settingsKuninori Morimoto2020-08-251-0/+7
| | | * Merge tag 'v5.9-rc2' into asoc-5.9Mark Brown2020-08-25144-986/+1837
| | | |\
| | | * | ASoC: Intel: tgl_max98373: fix a runtime pm issue in multi-thread caseRander Wang2020-08-241-3/+4
| | | * | ASoC: qcom: Set card->owner to avoid warningsStephan Gerhold2020-08-214-0/+4
| | | * | ASoC: intel: atom: Add period size constraintBrent Lu2020-08-211-0/+11
| | | * | ASoC: Intel: skl_hda_dsp_generic: Fix NULLptr dereference in autosuspend delayMateusz Gorski2020-08-191-1/+1
| | * | | ALSA: hda/realtek - The Mic on a RedmiBook doesn't workHui Wang2020-09-091-0/+13
| | * | | ALSA: hda: fixup headset for ASUS GX502 laptopLuke D Jones2020-09-071-0/+65
* | | | | ALSA: remove calls to usb_pipe_type_check for control endpointsGreg Kroah-Hartman2020-09-161-6/+0
* | | | | sound: hiface: move to use usb_control_msg_send()Greg Kroah-Hartman2020-09-161-8/+6
* | | | | sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-163-57/+37
* | | | | sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-161-25/+13
* | | | | sound: usx2y: move to use usb_control_msg_send()Greg Kroah-Hartman2020-09-161-34/+8
* | | | | USB: move snd_usb_pipe_sanity_check into the USB coreGreg Kroah-Hartman2020-09-164-23/+8
|/ / / /