summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
...
* ASoC: topology: Allow TLV control to be either read or writeAmadeusz Sławiński2022-04-201-1/+2
* ASoC: soc-core: skip zero num_dai component in searching dai nameShengjiu Wang2022-04-201-1/+1
* ASoC: msm8916-wcd-digital: Fix missing clk_disable_unprepare() in msm8916_wcd...Miaoqian Lin2022-04-201-1/+4
* ASoC: imx-es8328: Fix error return code in imx_es8328_probe()Wang Wensheng2022-04-201-0/+1
* ASoC: mxs: Fix error handling in mxs_sgtl5000_probeMiaoqian Lin2022-04-201-0/+3
* ASoC: dmaengine: do not use a NULL prepare_slave_config() callbackCodrin Ciubotariu2022-04-201-3/+3
* ASoC: fsi: Add check for clk_enableJiasheng Jiang2022-04-201-3/+16
* ASoC: wm8350: Handle error for wm8350_register_irqJiasheng Jiang2022-04-201-4/+24
* ASoC: atmel: Add missing of_node_put() in at91sam9g20ek_audio_probeMiaoqian Lin2022-04-201-0/+1
* ALSA: firewire-lib: fix uninitialized flag for AV/C deferred transactionTakashi Sakamoto2022-04-201-3/+1
* ASoC: atmel_ssc_dai: Handle errors for clk_enableJiasheng Jiang2022-04-201-1/+4
* ASoC: mxs-saif: Handle errors for clk_enableJiasheng Jiang2022-04-201-1/+4
* ALSA: spi: Add check for clk_enable()Jiasheng Jiang2022-04-201-6/+21
* ASoC: ti: davinci-i2s: Add check for clk_enable()Jiasheng Jiang2022-04-201-1/+4
* ALSA: cs4236: fix an incorrect NULL check on list iteratorXiaomeng Tong2022-04-201-3/+5
* ALSA: pci: fix reading of swapped values from pcmreg in AC97 codecGiacomo Guiduzzi2022-03-281-2/+2
* ALSA: cmipci: Restore aux vol on suspend/resumeJonathan Teh2022-03-281-2/+1
* ALSA: usb-audio: Add mute TLV for playback volumes on RODE NT-USBLars-Peter Clausen2022-03-281-3/+4
* ALSA: pcm: Add stream lock during PCM reset ioctl operationsTakashi Iwai2022-03-281-0/+4
* ASoC: ops: Shift tested values in snd_soc_put_volsw() by +minMarek Vasut2022-03-081-2/+2
* ALSA: intel_hdmi: Fix reference to PCM buffer addressZhen Ni2022-03-081-1/+1
* ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range()Mark Brown2022-02-231-5/+10
* ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw()Mark Brown2022-02-231-4/+10
* ALSA: hda: Fix missing codec probe on Shenker Dock 15Takashi Iwai2022-02-231-0/+1
* ALSA: hda: Fix regression on forced probe mask optionTakashi Iwai2022-02-231-2/+2
* ASoC: fsl: Add missing error handling in pcm030_fabric_probeMiaoqian Lin2022-02-081-3/+8
* ASoC: ops: Reject out of bounds values in snd_soc_put_xr_sx()Mark Brown2022-02-081-0/+2
* ASoC: ops: Reject out of bounds values in snd_soc_put_volsw_sx()Mark Brown2022-02-081-1/+8
* ASoC: ops: Reject out of bounds values in snd_soc_put_volsw()Mark Brown2022-02-081-2/+16
* ASoC: mediatek: mt8173: fix device_node leakTzung-Bi Shih2022-01-274-0/+9
* ALSA: seq: Set upper limit of processed eventsTakashi Iwai2022-01-271-2/+12
* ASoC: samsung: idma: Check of ioremap return valueJiasheng Jiang2022-01-271-0/+2
* ALSA: oss: fix compile error when OSS_DEBUG is enabledBixuan Cui2022-01-271-1/+1
* ALSA: hda: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai2022-01-271-0/+3
* ALSA: PCM: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai2022-01-271-1/+5
* ALSA: jack: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai2022-01-271-0/+3
* ALSA: drivers: opl3: Fix incorrect use of vp->stateColin Ian King2021-12-291-1/+1
* ALSA: jack: Check the return value of kstrdup()Xiaoke Wang2021-12-291-0/+4
* ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai2021-12-141-2/+9
* ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai2021-12-141-1/+1
* ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai2021-12-141-9/+15
* ALSA: ctl: Fix copy of updated id with element read/writeAlan Young2021-12-141-0/+3
* ASoC: topology: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai2021-12-081-0/+3
* ALSA: ctxfi: Fix out-of-range accessTakashi Iwai2021-12-085-26/+22
* ASoC: DAPM: Cover regression by kctl change notification fixTakashi Iwai2021-11-261-6/+23
* ALSA: gus: fix null pointer dereference on pointer blockChengfeng Ye2021-11-261-0/+2
* ASoC: cs42l42: Defer probe if request_threaded_irq() returns EPROBE_DEFERRichard Fitzgerald2021-11-261-2/+3
* ASoC: cs42l42: Correct some register default valuesRichard Fitzgerald2021-11-261-2/+2
* ALSA: hda: Reduce udelay() at SKL+ position reportingTakashi Iwai2021-11-261-5/+23
* ALSA: mixer: fix deadlock in snd_mixer_oss_set_volumePavel Skripkin2021-11-261-1/+1