aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-14ALSA: pcm: oss: Unlock mutex temporarily for sleeping at read/writeTakashi Iwai1-0/+4
2020-02-14ALSA: usb-audio: Don't create a mixer element with bogus volume rangeTakashi Iwai1-0/+10
2020-02-12ALSA: hda_codec: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-12ALSA: hda/ca0132 - Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-12ALSA: usb-midi: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-12ALSA: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-10ALSA: info: remove redundant assignment to variable cColin Ian King1-1/+1
2020-02-10ALSA: ali5451: remove redundant variable capture_flagColin Ian King1-4/+2
2020-02-10ALSA: hda: remove redundant assignment to variable timeoutColin Ian King1-1/+1
2020-02-10ALSA: hdsp: remove redundant assignment to variable errColin Ian King1-1/+2
2020-02-10ALSA: pcm: Minor refactoringTakashi Iwai1-6/+11
2020-02-10ALSA: pcm_dmaengine: Use pcm_for_each_format() macro for PCM format iterationTakashi Iwai1-1/+1
2020-02-10ALSA: pcm: Use a macro for parameter masks to reduce the needed castTakashi Iwai1-14/+18
2020-02-10ALSA: pcm: Use standard macros for fixing PCM format castTakashi Iwai2-18/+16
2020-02-10ALSA: dummy: Use standard macros for fixing PCM format castTakashi Iwai1-3/+3
2020-02-10ALSA: usb-audio: Use pcm_for_each_format() macro for PCM format iterationsTakashi Iwai1-1/+1
2020-02-10ALSA: aloop: Fix PCM format assignmentTakashi Iwai1-3/+3
2020-02-10ALSA: emu8000: Fix the cast to __user pointerTakashi Iwai1-2/+2
2020-02-10ALSA: emu10k1: Fix endianness annotationsTakashi Iwai1-1/+3
2020-02-10ALSA: via82xx: Fix endianness annotationsTakashi Iwai2-4/+8
2020-02-10ALSA: hda/hdmi: Move ELD parse and jack reporting into update_eld()Takashi Iwai1-62/+48
2020-02-10ALSA: hda/hdmi: Move runtime PM resume into hdmi_present_sense_via_verbs()Takashi Iwai1-11/+9
2020-02-10ALSA: hda/hdmi: Don't use standard hda_jack for generic HDMI jacksTakashi Iwai1-162/+57
2020-02-10ALSA: hda/hdmi: Reduce hda_jack_tbl lookup at unsol event handlingTakashi Iwai1-15/+3
2020-02-06Merge tag 'sound-fix-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds36-357/+485
2020-02-06Merge tag 'asoc-v5.6-3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-1/+1
2020-02-06ALSA: hda: Clear RIRB status before reading WPMohan Kumar1-2/+9
2020-02-06ALSA: hda/realtek - Fixed one of HP ALC671 platform Headset Mic supportedKailang Yang1-0/+1
2020-02-05Merge tag 'asoc-v5.6-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai24-122/+118
2020-02-05ASoC: wcd934x: Add missing COMMON_CLK dependency to SND_SOC_ALL_CODECSGeert Uytterhoeven1-1/+1
2020-02-04ALSA: hda - Fix DP-MST support for NVIDIA codecsNikhil Mahale1-31/+63
2020-02-04ASoC: wcd934x: Add missing COMMON_CLK dependencySrinivas Kandagatla1-0/+1
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada4-9/+5
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-19/+17
2020-02-02ASoC: tegra: Revert 24 and 32 bit supportJon Hunter1-20/+5
2020-02-02ASoC: SOF: Intel: add PCI ID for JasperLakeYong Zhi1-0/+2
2020-02-02ALSA: hdsp: Make the firmware loading ioctl a bit more readableTakashi Iwai1-4/+3
2020-02-02ALSA: emu10k1: Fix annotation and cast for the recent uapi header changeTakashi Iwai1-79/+101
2020-02-01ALSA: dummy: Fix PCM format loop in proc outputTakashi Iwai1-1/+1
2020-02-01ALSA: usb-audio: Annotate endianess in Scarlett gen2 quirkTakashi Iwai1-23/+23
2020-02-01ALSA: usb-audio: Fix endianess in descriptor validationTakashi Iwai1-3/+3
2020-02-01ALSA: hda: Add JasperLake PCI ID and codec vidYong Zhi2-0/+3
2020-01-31ALSA: pcm: Fix sparse warnings wrt snd_pcm_state_tTakashi Iwai2-70/+125
2020-01-29ALSA: pcm: Fix memory leak at closing a stream without hw_freeTakashi Iwai1-9/+15
2020-01-29ASoC: rt715: Add __maybe_unused to PM callbacksTakashi Iwai1-2/+2
2020-01-29ASoC: rt711: Add __maybe_unused to PM callbacksTakashi Iwai1-2/+2
2020-01-29ASoC: rt700: Add __maybe_unused to PM callbacksTakashi Iwai1-2/+2
2020-01-29ASoC: rt1308-sdw: Add __maybe_unused to PM callbacksTakashi Iwai1-2/+2
2020-01-29ASoC: amd: Fix simultaneous playback and captureAkshu Agrawal1-5/+7
2020-01-28Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds568-7872/+26556