aboutsummaryrefslogtreecommitdiff
path: root/sound/pci
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 5-14/+18
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 8-15/+23
2018-06-04Merge branch 'for-next' into for-linusGravatar Takashi Iwai 37-277/+3200
2018-06-01ALSA: pci/hda: Remove unused, broken, header fileGravatar Ben Hutchings 1-40/+0
2018-06-01ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()Gravatar Bo Chen 1-1/+3
2018-05-31ALSA: oxygen: use match_string() helperGravatar Yisheng Xie 1-7/+7
2018-05-30ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOsGravatar Hui Wang 1-1/+5
2018-05-29ALSA: hda/realtek - Fixup for HP x360 laptops with B&O speakersGravatar Tom Briden 2-1/+106
2018-05-29ALSA: hda/realtek - Refactor alc269_fixup_hp_mute_led_mic*()Gravatar Takashi Iwai 1-19/+13
2018-05-29ALSA: hda/realtek - Fixup mute led on HP Spectre x360Gravatar Tom Briden 1-0/+19
2018-05-29ALSA: hda: Add Intel NUC5i7RY to the power_save blacklistGravatar Hans de Goede 1-0/+2
2018-05-28sound: Use octal not symbolic permissionsGravatar Joe Perches 16-42/+42
2018-05-24ALSA: hda - Fix runtime PMGravatar Lukas Wunner 1-2/+4
2018-05-24ALSA: echoaudio: Drop superfluous macroGravatar Takashi Iwai 2-7/+1
2018-05-23ALSA: hda: Add ASRock H81M-HDS to the power_save blacklistGravatar Hans de Goede 1-0/+2
2018-05-23ALSA: hda: Add Gigabyte P55A-UD3 and Z87-D3HP to the power_save blacklistGravatar Hans de Goede 1-0/+3
2018-05-23ALSA: hda: Add Clevo W35xSS_370SS to the power_save blacklistGravatar Hans de Goede 1-0/+2
2018-05-23ALSA: hda: Add Intel NUC7i3BNB to the power_save blacklistGravatar Hans de Goede 1-0/+2
2018-05-22ALSA: hda/conexant - Add hp-mic-fix model stringGravatar Takashi Iwai 1-0/+1
2018-05-22ALSA: hda/conexant - Add fixup for HP Z2 G4 workstationGravatar Takashi Iwai 1-0/+1
2018-05-17ALSA: emu10k1: Rate-limit error messages about page errorsGravatar Takashi Iwai 1-3/+3
2018-05-17ALSA: emu10k1: fix spelling mistake: "Caputre" -> "Capture"Gravatar Colin Ian King 2-2/+2
2018-05-15ALSA: hda/ca0132: constify parameter table for effectsGravatar Takashi Sakamoto 1-7/+7
2018-05-15ALSA: hda/ca0132: merge strings just for printkGravatar Takashi Sakamoto 1-4/+2
2018-05-15ALSA: hda/ca0132: constify read-only members of string arrayGravatar Takashi Sakamoto 1-3/+3
2018-05-15ALSA: hda/ca0132: constify templates for control element setGravatar Takashi Sakamoto 1-4/+4
2018-05-15Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 2-1/+4
2018-05-14ALSA: hda/ca0132: fix array_size.cocci warningsGravatar Fengguang Wu 1-4/+2
2018-05-14ALSA: hda: use position offset macro of TLV dataGravatar Takashi Sakamoto 2-12/+12
2018-05-13ALSA: hda/realtek - Clevo P950ER ALC1220 FixupGravatar Jeremy Soller 1-0/+1
2018-05-13ALSA: hda: Add Lenovo C50 All in one to the power_save blacklistGravatar Hans de Goede 1-0/+2
2018-05-13ALSA: hda/ca0132: Add new control changes for SBZ + R3DiGravatar Connor McAdams 1-10/+748
2018-05-13ALSA: hda/ca0132: add ca0132_alt_set_vipsourceGravatar Connor McAdams 1-1/+73
2018-05-13ALSA: hda/ca0132: Add DSP Volume set and New mixers for SBZ + R3DiGravatar Connor McAdams 1-1/+202
2018-05-13ALSA: hda/ca0132: add alt_select_in/out for R3Di + SBZGravatar Connor McAdams 1-18/+607
2018-05-13ALSA: hda/ca0132: add the ability to set src_id on scp commandsGravatar Connor McAdams 1-12/+74
2018-05-13ALSA: hda/ca0132: Add dsp setup + gpio functions for r3diGravatar Connor McAdams 1-1/+148
2018-05-13ALSA: hda/ca0132: add dsp setup related commands for the sbzGravatar Connor McAdams 1-6/+335
2018-05-13ALSA: hda/ca0132: update core functions for sbz + r3diGravatar Connor McAdams 1-23/+153
2018-05-13ALSA: hda/ca0132: add extra init functions for r3di + sbzGravatar Connor McAdams 1-8/+265
2018-05-13ALSA: hda/ca0132: Add extra exit functions for R3Di and SBZGravatar Connor McAdams 1-2/+129
2018-05-13ALSA: hda/ca0132: Add PCI region2 iomap for SBZGravatar Connor McAdams 1-0/+19
2018-05-13ALSA: hda/ca0132: Add pincfg for SBZ + R3Di, add fp hp auto-detectGravatar Connor McAdams 1-3/+108
2018-05-13ALSA: hda/ca0132: R3Di and SBZ quirk entires + alt firmware loadingGravatar Connor McAdams 1-6/+55
2018-05-02ALSA: hda/ca0132: fix build failure when a local macro is definedGravatar Takashi Sakamoto 1-2/+6
2018-05-02ALSA: hda - Enforce CONFIG_SND_DYNAMIC_MINORS for HDMI/DP codecGravatar Takashi Iwai 1-0/+4
2018-04-27ALSA: cs46xx: fix spelling mistake: "amplifer" -> "amplifier"Gravatar Colin Ian King 1-1/+1
2018-04-27ALSA: hda - Fix incorrect usage of IS_REACHABLE()Gravatar Takashi Iwai 1-1/+1
2018-04-25Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 8-20/+59
2018-04-25ALSA: hda - Skip jack and others for non-existing PCM streamsGravatar Takashi Iwai 1-1/+8