summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2022-05-30ALSA: ctxfi: Add SB046x PCI IDEdward Matijevic2-1/+4
2022-05-25ALSA: hda/realtek: Add quirk for TongFang devices with pop noiseWerner Sembach1-0/+8
2022-05-25ALSA: wavefront: Proper check of get_user() errorTakashi Iwai1-1/+2
2022-05-25ALSA: usb-audio: Restore Rane SL-1 quirkTakashi Iwai1-0/+9
2022-05-25ALSA: hda/realtek: Enable headset mic on Lenovo P360Kai-Heng Feng1-0/+1
2022-05-18ASoC: ops: Validate input values in snd_soc_put_volsw_range()Mark Brown1-1/+17
2022-05-18ASoC: max98090: Generate notifications on changes for custom controlMark Brown1-1/+1
2022-05-18ASoC: max98090: Reject invalid values in custom control put()Mark Brown1-0/+3
2022-05-12ASoC: dmaengine: Restore NULL prepare_slave_config() callbackCodrin Ciubotariu1-3/+3
2022-05-12ASoC: meson: Fix event generation for AUI CODEC muxMark Brown1-1/+1
2022-05-12ASoC: meson: Fix event generation for G12A tohdmi muxMark Brown1-1/+1
2022-05-12ASoC: meson: Fix event generation for AUI ACODEC muxMark Brown1-1/+1
2022-05-12ASoC: wm8958: Fix change notifications for DSP controlsMark Brown1-4/+4
2022-05-12ASoC: da7219: Fix change notifications for tone generator frequencyMark Brown1-4/+10
2022-05-12ALSA: fireworks: fix wrong return count shorter than expected by 4 bytesTakashi Sakamoto1-0/+1
2022-05-12ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakersZihao Wang1-0/+1
2022-05-09ASoC: wm8731: Disable the regulator when probing failsZheyu Ma1-8/+11
2022-05-09ASoC: Intel: soc-acpi: correct device endpoints for max98373Chao Song1-2/+2
2022-04-27ASoC: soc-dapm: fix two incorrect uses of list iteratorXiaomeng Tong1-4/+2
2022-04-27ALSA: usb-audio: Fix undefined behavior due to shift overflowing the constantBorislav Petkov1-1/+1
2022-04-27ASoC: codecs: wcd934x: do not switch off SIDO Buck when codec is in useSrinivas Kandagatla1-25/+1
2022-04-27ASoC: msm8916-wcd-digital: Check failure for devm_snd_soc_register_componentMiaoqian Lin1-1/+8
2022-04-27ASoC: atmel: Remove system clock tree configuration for at91sam9g20ekMark Brown1-61/+0
2022-04-27ALSA: hda/realtek: Add quirk for Clevo NP70PNPTim Crawford1-0/+1
2022-04-27ALSA: usb-audio: Clear MIDI port active flag after drainingTakashi Iwai1-0/+1
2022-04-20ALSA: pcm: Test for "silence" field in struct "pcm_format_data"Fabio M. De Francesco1-1/+1
2022-04-20ALSA: hda/realtek: add quirk for Lenovo Thinkpad X12 speakersTao Jin1-0/+1
2022-04-20ALSA: hda/realtek: Add quirk for Clevo PD50PNTTim Crawford1-0/+1
2022-04-08ASoC: topology: Allow TLV control to be either read or writeAmadeusz Sławiński1-1/+2
2022-04-08ASoC: soc-compress: Change the check for codec_daiJiasheng Jiang1-8/+11
2022-04-08ASoC: mediatek: mt6358: add missing EXPORT_SYMBOLsJiaxin Yu1-0/+4
2022-04-08ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEMAmmar Faizi1-5/+6
2022-04-08ALSA: hda/realtek: Add alc256-samsung-headphone fixupMatt Kramer1-0/+11
2022-04-08ASoC: soc-core: skip zero num_dai component in searching dai nameShengjiu Wang1-1/+1
2022-04-08ASoC: madera: Add dependencies on MFDCharles Keepax1-0/+5
2022-04-08ASoC: codecs: wcd934x: Add missing of_node_put() in wcd934x_codec_parse_dataMiaoqian Lin1-0/+1
2022-04-08ASoC: msm8916-wcd-analog: Fix error handling in pm8916_wcd_analog_spmi_probeMiaoqian Lin1-6/+16
2022-04-08ASoC: atmel: Fix error handling in sam9x5_wm8731_driver_probeMiaoqian Lin1-6/+7
2022-04-08ASoC: atmel: sam9x5_wm8731: use devm_snd_soc_register_card()Yang Yingliang1-2/+1
2022-04-08ASoC: msm8916-wcd-digital: Fix missing clk_disable_unprepare() in msm8916_wcd...Miaoqian Lin1-1/+4
2022-04-08ASoC: imx-es8328: Fix error return code in imx_es8328_probe()Wang Wensheng1-0/+1
2022-04-08ASoC: fsl_spdif: Disable TX clock when stopShengjiu Wang1-0/+2
2022-04-08ASoC: mxs: Fix error handling in mxs_sgtl5000_probeMiaoqian Lin1-0/+3
2022-04-08ASoC: dmaengine: do not use a NULL prepare_slave_config() callbackCodrin Ciubotariu1-3/+3
2022-04-08ASoC: SOF: Add missing of_node_put() in imx8m_probeMiaoqian Lin1-0/+1
2022-04-08ASoC: rockchip: i2s: Fix missing clk_disable_unprepare() in rockchip_i2s_probeMiaoqian Lin1-5/+10
2022-04-08ASoC: rockchip: i2s: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2022-04-08ASoC: fsi: Add check for clk_enableJiasheng Jiang1-3/+16
2022-04-08ASoC: wm8350: Handle error for wm8350_register_irqJiasheng Jiang1-4/+24
2022-04-08ASoC: atmel: Add missing of_node_put() in at91sam9g20ek_audio_probeMiaoqian Lin1-0/+1