summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-fix-v5.19-rc4-2' of https://git.kernel.org/pub/scm/linux/kern...Takashi Iwai2022-07-151-129/+31
|\
| * ASoC: rockchip-i2s: Undo BCLK pinctrl changesMark Brown2022-07-141-132/+31
| * ASoC: rockchip: i2s: Fix NULL pointer dereference when pinctrl is not foundAlexandru Elisei2022-07-111-1/+4
* | ALSA: hda/realtek - Enable the headset-mic on a Xiaomi's laptopMeng Tang2022-07-131-0/+1
* | ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc221Meng Tang2022-07-131-0/+12
* | ALSA: hda/realtek: fix mute/micmute LEDs for HP machinesJeremy Szu2022-07-131-0/+4
* | ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc671Meng Tang2022-07-121-0/+1
* | ALSA: hda - Add fixup for Dell Latitidue E5430Meng Tang2022-07-121-0/+1
* | ALSA: hda/conexant: Apply quirk for another HP ProDesk 600 G3 modelMeng Tang2022-07-111-0/+1
* | ALSA: hda/realtek: Fix headset mic for Acer SF313-51Meng Tang2022-07-111-0/+1
* | Merge tag 'asoc-fix-v5.19-rc4' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2022-07-0919-115/+163
|\|
| * ASoC: Intel: Skylake: Correct the handling of fmt_config flexible arrayPeter Ujfalusi2022-07-071-12/+25
| * ASoC: Intel: Skylake: Correct the ssp rate discovery in skl_get_ssp_clks()Peter Ujfalusi2022-07-071-1/+2
| * ASoC: rt5640: Fix the wrong state of JD1 and JD2Oder Chiou2022-07-071-8/+22
| * ASoC: Intel: sof_rt5682: fix out-of-bounds array accessBrent Lu2022-07-071-7/+3
| * ASoC: qdsp6: fix potential memory leak in q6apm_get_audioreach_graph()Jianglei Nie2022-07-071-0/+1
| * ASoC: tas2764: Fix amp gain register offset & defaultHector Martin2022-07-071-2/+2
| * ASoC: tas2764: Correct playback volume rangeHector Martin2022-07-071-1/+1
| * ASoC: tas2764: Fix and extend FSYNC polarity handlingMartin Povišer2022-07-072-17/+19
| * ASoC: tas2764: Add post reset delaysMartin Povišer2022-07-071-2/+8
| * ASoC: arizona: Update arizona_aif_cfg_changed to use RX_BCLK_RATECharles Keepax2022-07-071-2/+2
| * ASoC: cs47l92: Fix event generation for OUT1 demuxCharles Keepax2022-07-071-1/+7
| * ASoC: wm8998: Fix event generation for input muxCharles Keepax2022-07-071-7/+14
| * ASoC: wm5102: Fix event generation for output compensationCharles Keepax2022-07-071-4/+17
| * ASoC: wcd9335: Use int array instead of bitmask for TX mixersYassine Oudjana2022-07-071-6/+11
| * ASoC: tlv320adcx140: Fix tx_mask checkSascha Hauer2022-07-071-7/+6
| * ASoC: max98396: Fix register access for PCM format settingsDaniel Mack2022-07-071-4/+6
| * ASoC: ti: omap-mcbsp: duplicate sysfs errorDavid Owens2022-07-073-31/+4
| * ASoC: audio_graph_card2: Fix port numbers in exampleSascha Hauer2022-07-071-3/+3
| * ASoC: sgtl5000: Fix noise on shutdown/removeFrancesco Dolcini2022-07-072-0/+10
* | ALSA: cs46xx: Fix missing snd_card_free() call at probe errorTakashi Iwai2022-07-051-9/+13
* | Merge tag 'asoc-fix-v5.19-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2022-07-0464-680/+1015
|\|
| * ASoC: madera: Fix event generation for rate controlsCharles Keepax2022-06-241-3/+3
| * ASoC: madera: Fix event generation for OUT1 demuxCharles Keepax2022-06-241-1/+7
| * ASoC: cs47l15: Fix event generation for low power mux controlCharles Keepax2022-06-241-1/+4
| * ASoC: cs35l41: Add ASP TX3/4 source to register patchCharles Keepax2022-06-241-2/+8
| * ASoC: dapm: Initialise kcontrol data for mux/demux controlsCharles Keepax2022-06-241-0/+5
| * ASoC: rt711-sdca: fix kernel NULL pointer dereference when IO errorShuming Fan2022-06-241-2/+2
| * ASoC: cs35l41: Correct some control namesCharles Keepax2022-06-241-6/+6
| * ASoC: wm5110: Fix DRE controlCharles Keepax2022-06-241-2/+6
| * ASoC: wm_adsp: Fix event for preloaderCharles Keepax2022-06-241-1/+1
| * ASoC: rockchip: i2s: switch BCLK to GPIOJudy Hsiao2022-06-241-31/+129
| * ASoC: SOF: Intel: disable IMR boot when resuming from ACPI S4 and S5 statesPierre-Louis Bossart2022-06-241-1/+2
| * ASoC: SOF: pm: add definitions for S4 and S5 statesPierre-Louis Bossart2022-06-242-0/+11
| * ASoC: SOF: pm: add explicit behavior for ACPI S1 and S2Pierre-Louis Bossart2022-06-241-1/+11
| * ASoC: SOF: Intel: hda: Fix compressed stream position trackingPeter Ujfalusi2022-06-243-77/+94
| * ASoC: SOF: mediatek: Fix error code in probeDan Carpenter2022-06-241-1/+1
| * ASoC: Intel: bytcr_wm5102: Fix GPIO related probe-ordering problemHans de Goede2022-06-241-2/+11
| * ASoC: wcd938x: Fix event generation for some controlsMark Brown2022-06-241-0/+12
| * ASoC: wcd9335: Fix spurious event generationMark Brown2022-06-241-0/+3