summaryrefslogtreecommitdiffstats
path: root/sound/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * ALSA: emu10k1: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-061-2/+2
| * ALSA: mixart: Mark expected switch fall-throughGustavo A. R. Silva2018-08-061-0/+1
| * ALSA: hda/realtek - Add mute LED quirk for HP Spectre x360Alexandru Gagniuc2018-08-051-0/+1
| * ALSA: pci: Remove empty init and exitTakashi Iwai2018-08-032-28/+0
| * ALSA: sonicvibes: remove redundant pointer 'dir'Colin Ian King2018-08-011-2/+0
| * ALSA: ens137x: remove redundant array pcm_devsColin Ian King2018-08-011-2/+1
| * ALSA: emu10k1: remove redundant variable attnColin Ian King2018-08-011-2/+1
| * ALSA: cs5535audio: remove redundant pointer 'dma'Colin Ian King2018-08-011-6/+1
| * ALSA: asihpi: remove redundant variable max_streamsColin Ian King2018-08-011-5/+0
| * Merge branch 'for-linus' into topic/virmidiTakashi Iwai2018-07-295-10/+13
| |\
| * | ALSA: hda/hdmi: Use single mutex unlock in error pathsTakashi Iwai2018-07-291-34/+33
| * | ALSA: ctxfi: cthw20k2: Replace mdelay() with msleep() and usleep_range()Jia-Ju Bai2018-07-271-6/+6
| * | ALSA:: ctxfi: cthw20k1: Replace mdelay() with msleep()Jia-Ju Bai2018-07-271-3/+3
| * | ALSA: atiixp_modem: Proper endian notationsTakashi Iwai2018-07-271-2/+2
| * | ALSA: atiixp: Proper endian notationsTakashi Iwai2018-07-271-2/+2
| * | ALSA: bt87x: Proper endian notationsTakashi Iwai2018-07-271-2/+2
| * | ALSA: echoaudio: Proper endian notationsTakashi Iwai2018-07-275-38/+42
| * | ALSA: maestro3: Proper endian notationsTakashi Iwai2018-07-271-3/+3
| * | ALSA: intel8x0m: Proper endian notationsTakashi Iwai2018-07-271-3/+3
| * | ALSA: intel8x0: Proper endian notationsTakashi Iwai2018-07-271-3/+3
| * | ALSA: lola: Proper endian notationsTakashi Iwai2018-07-273-8/+8
| * | ALSA: mixart: Proper endian notationsTakashi Iwai2018-07-273-27/+27
| * | ALSA: riptide: Properly endian notationsTakashi Iwai2018-07-271-4/+4
| * | ALSA: trident: Proper endian notationsTakashi Iwai2018-07-272-2/+2
| * | ALSA: ymfpci: Proper endian notationsTakashi Iwai2018-07-272-42/+42
| * | ALSA: asihpi: Fix PCM format notationsTakashi Iwai2018-07-271-11/+13
| * | ALSA: au88x0: Fix sparse warning wrt PCM format typeTakashi Iwai2018-07-272-2/+2
| * | ALSA: riptide: Fix PCM format type conversionTakashi Iwai2018-07-271-1/+1
| * | ALSA: trident: Suppress gcc string warningTakashi Iwai2018-07-261-1/+1
| * | ALSA: emu10k1: Fix missing __force annotation for user/kernel pointer castTakashi Iwai2018-07-261-12/+12
| * | ALSA: korg1212: Add __force annotation to cast in user-copy callbacksTakashi Iwai2018-07-261-2/+2
| * | ALSA: hda - Fix a sparse warning about snd_ctl_elem_iface_tTakashi Iwai2018-07-261-2/+2
| * | ALSA: hda/ca0132 - Use NULL instead of 0Takashi Iwai2018-07-261-2/+1
| * | Merge branch 'topic/drm_audio_component' into for-nextTakashi Iwai2018-07-191-16/+41
| |\ \
| | * | ALSA: hda: Make audio component support more genericTakashi Iwai2018-07-171-13/+37
| | * | ALSA: hda/i915: Associate audio component with devresTakashi Iwai2018-07-171-2/+3
| | * | drm/i915: Split audio component to a generic typeTakashi Iwai2018-07-171-4/+4
| | * | Merge branch 'topic/hda-core-intel' into topic/hda-acompTakashi Iwai2018-07-122-17/+53
| | |\ \
| * | \ \ Merge branch 'topic/vga_switcheroo' into for-nextTakashi Iwai2018-07-181-5/+6
| |\ \ \ \
| | * | | | vga_switcheroo: set audio client id according to bound GPU idJim Qu2018-07-171-5/+6
| | |/ / /
| * | | | Merge branch 'for-linus' into for-nextTakashi Iwai2018-07-177-10/+42
| |\ \ \ \
| * | | | | ALSA: emu10k1_patch: Use swap macro in snd_emu10k1_sample_newGustavo A. R. Silva2018-07-171-5/+2
| * | | | | ALSA: hda: use PCI_BASE_CLASS_DISPLAY to replace PCI_CLASS_DISPLAY_VGAJim Qu2018-07-161-1/+1
| * | | | | ALSA: cs46xx: remove redundant pointer 'ins'Colin Ian King2018-07-161-3/+0
| * | | | | ALSA: ali5451: remove redundant pointer 'codec'Colin Ian King2018-07-161-4/+1
| * | | | | Merge branch 'topic/hda-core-intel' into for-nextTakashi Iwai2018-07-032-17/+53
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | ALSA: hda: split snd_hda_codec_new functionRakesh Ughreja2018-06-282-17/+53
| * | | | | ALSA: hda/hdmi - Don't fall back to generic when i915 binding failsTakashi Iwai2018-06-282-0/+3
| * | | | | ALSA: hda: Add AZX_DCAPS_PM_RUNTIME for AMD Raven RidgeKai-Heng Feng2018-06-281-1/+2
| * | | | | ALSA: hda - Move in_pm accessors to HDA coreTakashi Iwai2018-06-282-16/+7