summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2020-03-06ALSA: firewire: use KBUILD_MODNAME for struct driver.name instead of stringTakashi Sakamoto
2020-03-06ALSA: usb-audio: Fix missing braces in some struct initsTakashi Iwai
2020-03-06ALSA: usb-audio: Add support for MOTU MicroBook IIcAlexander Tsoy
2020-03-06ALSA: korg1212: fix if-statement empty body warningsRandy Dunlap
2020-02-17Merge branch 'topic/usb-uac2-effect-unit' into for-nextTakashi Iwai
2020-02-17ALSA: usb-audio: Parse source ID of UAC2 effect unitTakashi Iwai
2020-02-15ALSA: usb-audio: Add support for Presonus Studio 1810cNick Kossifidis
2020-02-14ALSA: pcm: oss: Unlock mutex temporarily for sleeping at read/writeTakashi Iwai
2020-02-14ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai
2020-02-14ALSA: seq: Avoid concurrent access to queue flagsTakashi Iwai
2020-02-14ALSA: usb-audio: Don't create a mixer element with bogus volume rangeTakashi Iwai
2020-02-13ALSA: pcm: Fix double hw_free callsTakashi Iwai
2020-02-13ALSA: usb-audio: Add clock validity quirk for Denon MC7000/MCX8000Alexander Tsoy
2020-02-12ALSA: hda/realtek - Fix silent output on MSI-GL73Takashi Iwai
2020-02-12ALSA: hda/realtek - Add more codec supported Headset ButtonKailang Yang
2020-02-12ALSA: hda_codec: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-12ALSA: hda/ca0132 - Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-12ALSA: usb-midi: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-12ALSA: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-11ALSA: usb-audio: Apply sample rate quirk for Audioengine D1Arvind Sankar
2020-02-11ALSA: usb-audio: Fix UAC2/3 effect unit parsingTakashi Iwai
2020-02-11ALSA: usb-audio: Apply 48kHz fixed rate playback for Jabra Evolve 65 headsetTakashi Iwai
2020-02-10ALSA: info: remove redundant assignment to variable cColin Ian King
2020-02-10ALSA: ali5451: remove redundant variable capture_flagColin Ian King
2020-02-10ALSA: hda: remove redundant assignment to variable timeoutColin Ian King
2020-02-10ALSA: hdsp: remove redundant assignment to variable errColin Ian King
2020-02-10ALSA: pcm: Minor refactoringTakashi Iwai
2020-02-10ALSA: pcm_dmaengine: Use pcm_for_each_format() macro for PCM format iterationTakashi Iwai
2020-02-10ALSA: pcm: Use a macro for parameter masks to reduce the needed castTakashi Iwai
2020-02-10ALSA: pcm: Use standard macros for fixing PCM format castTakashi Iwai
2020-02-10ALSA: dummy: Use standard macros for fixing PCM format castTakashi Iwai
2020-02-10ALSA: usb-audio: Use pcm_for_each_format() macro for PCM format iterationsTakashi Iwai
2020-02-10ALSA: aloop: Fix PCM format assignmentTakashi Iwai
2020-02-10ALSA: emu8000: Fix the cast to __user pointerTakashi Iwai
2020-02-10ALSA: emu10k1: Fix endianness annotationsTakashi Iwai
2020-02-10ALSA: via82xx: Fix endianness annotationsTakashi Iwai
2020-02-10ALSA: hda/hdmi: Move ELD parse and jack reporting into update_eld()Takashi Iwai
2020-02-10ALSA: hda/hdmi: Move runtime PM resume into hdmi_present_sense_via_verbs()Takashi Iwai
2020-02-10ALSA: hda/hdmi: Don't use standard hda_jack for generic HDMI jacksTakashi Iwai
2020-02-10ALSA: hda/hdmi: Reduce hda_jack_tbl lookup at unsol event handlingTakashi Iwai
2020-02-06Merge tag 'sound-fix-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-02-06Merge tag 'asoc-v5.6-3' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai
2020-02-06ALSA: hda: Clear RIRB status before reading WPMohan Kumar
2020-02-06ALSA: hda/realtek - Fixed one of HP ALC671 platform Headset Mic supportedKailang Yang
2020-02-05Merge tag 'asoc-v5.6-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai
2020-02-05ASoC: wcd934x: Add missing COMMON_CLK dependency to SND_SOC_ALL_CODECSGeert Uytterhoeven
2020-02-04ALSA: hda - Fix DP-MST support for NVIDIA codecsNikhil Mahale
2020-02-04ASoC: wcd934x: Add missing COMMON_CLK dependencySrinivas Kandagatla
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan