aboutsummaryrefslogtreecommitdiffstats
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2021-06-08ASoC: rt1316-sdw: use first_hw_init flag on resumePierre-Louis Bossart1-1/+1
2021-06-08ASoC: rt1308-sdw: use first_hw_init flag on resumePierre-Louis Bossart1-1/+1
2021-06-08ASoC: max98373-sdw: use first_hw_init flag on resumePierre-Louis Bossart2-7/+7
2021-06-08ASoC: max98373-sdw: add missing memory allocation checkPierre-Louis Bossart1-0/+2
2021-06-08ALSA: usb-audio: scarlett2: Read mux at init timeGeoffrey D. Bennett1-64/+106
2021-06-08ALSA: usb-audio: scarlett2: Read mixer volumes at init timeGeoffrey D. Bennett1-2/+55
2021-06-08Merge branch 'for-linus' into for-nextTakashi Iwai40-206/+366
2021-06-08ALSA: hda/realtek: fix mute/micmute LEDs for HP ZBook Power G8Jeremy Szu1-0/+1
2021-06-08ALSA: hda/realtek: headphone and mic don't work on an Acer laptopHui Wang1-0/+12
2021-06-07Merge series "ASoC: adds new .auto_selectable_formats support" from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:Mark Brown8-64/+420
2021-06-07ASoC: rk817: remove redundant assignment to pointer node, add missing of_node_putColin Ian King1-1/+3
2021-06-07ASoC: rk817: Remove unneeded semicolonJiapeng Chong1-1/+2
2021-06-07Merge tag 'tb-mfd-asoc-v5.14-1' of https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into asoc-5.14Mark Brown3-0/+546
2021-06-07ALSA: firewire-lib: delete unused kernel APITakashi Sakamoto2-35/+0
2021-06-07ALSA: fireface: cease from delayed card registrationTakashi Sakamoto2-65/+28
2021-06-07ALSA: firewire-motu: cease from delayed card registrationTakashi Sakamoto2-62/+25
2021-06-07ALSA: firewire-tascam: cease from delayed card registrationTakashi Sakamoto2-66/+28
2021-06-07ALSA: firewire-digi00x: cease from delayed card registrationTakashi Sakamoto2-75/+29
2021-06-07ALSA: dice: cease from delayed card registrationTakashi Sakamoto2-94/+48
2021-06-07ALSA: oxfw: cease from delayed card registrationTakashi Sakamoto2-86/+48
2021-06-07ALSA: fireworks: cease from delayed card registrationTakashi Sakamoto2-77/+33
2021-06-07ALSA: bebob: cease from delayed card registrationTakashi Sakamoto2-106/+57
2021-06-07ASoC: hdmi-codec: add .auto_selectable_formats supportKuninori Morimoto1-0/+21
2021-06-07ASoC: fsi: add .auto_selectable_formats supportKuninori Morimoto1-0/+15
2021-06-07ASoC: rsnd: add .auto_selectable_formats supportKuninori Morimoto1-2/+29
2021-06-07ASoC: pcm3168a: add .auto_selectable_formats supportKuninori Morimoto1-0/+26
2021-06-07ASoC: ak4613: add .auto_selectable_formats supportKuninori Morimoto1-0/+11
2021-06-07ASoC: soc-core: add snd_soc_runtime_get_dai_fmt()Kuninori Morimoto3-0/+256
2021-06-07ASoC: soc-core: move snd_soc_runtime_set_dai_fmt() to upsideKuninori Morimoto1-62/+62
2021-06-07ASoC: qcom: lpass-cpu: Fix pop noise during audio capture beginSrinivasa Rao Mandadapu2-0/+83
2021-06-06ALSA: firewire-motu: add support for hybrid model of MOTU Ultralite mk3Takashi Sakamoto2-0/+3
2021-06-06ALSA: firewire-lib: remove useless operations for kernel preemptionTakashi Sakamoto1-12/+2
2021-06-06ALSA: firewire-lib: fix error codes for allocation failureDan Carpenter1-2/+6
2021-06-05ALSA: firewire-lib: fix the context to call snd_pcm_stop_xrun()Takashi Sakamoto1-1/+1
2021-06-05ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook 840 Aero G8Jeremy Szu1-0/+1
2021-06-05ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP EliteBook x360 1040 G8Jeremy Szu1-0/+1
2021-06-05ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP Elite Dragonfly G2Jeremy Szu1-0/+1
2021-06-05ALSA: hda/realtek: Change device names for quirks to barebone namesWerner Sembach1-8/+8
2021-06-04Merge tag 'sound-5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds8-12/+45
2021-06-04Merge series "ASoC: codecs: wcd934x: add Headset and button detection support" from Srinivas Kandagatla <srinivas.kandagatla@linaro.org>:Mark Brown6-15/+2698
2021-06-04ASoC: qcom: sdm845: add jack support for WCD934xSrinivas Kandagatla1-0/+8
2021-06-04ASoC: codecs: wcd934x: add mbhc supportSrinivas Kandagatla2-15/+870
2021-06-04ASoC: codecs: wcd: add multi button Headset detection supportSrinivas Kandagatla4-0/+1820
2021-06-04ASoC: snd-soc-lpass requires REGMAP_MMIOBertrand Jacquin1-0/+4
2021-06-04ASoC: ti: davinci-mcasp: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-06-04ASoC: rt5682: Fix the fast discharge for headset unplugging in soundwire modeOder Chiou1-1/+2
2021-06-04ALSA: firewire-motu: fix error return code in snd_motu_stream_reserve_duplex()Yang Yingliang1-1/+1
2021-06-03Merge series "ASoC: rsnd: tidyup adg and header" from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:Mark Brown2-63/+97
2021-06-03ASoC: img: Fix PM reference leak in img_i2s_in_probe()Yufen Yu1-1/+1
2021-06-03ASoC: fsl: imx-es8328: use devm_snd_soc_register_card()Yang Yingliang1-11/+1