aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_ca0132.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+3
2018-05-15ALSA: hda/ca0132: constify parameter table for effectsTakashi Sakamoto1-7/+7
2018-05-15ALSA: hda/ca0132: merge strings just for printkTakashi Sakamoto1-4/+2
2018-05-15ALSA: hda/ca0132: constify read-only members of string arrayTakashi Sakamoto1-3/+3
2018-05-15ALSA: hda/ca0132: constify templates for control element setTakashi Sakamoto1-4/+4
2018-05-14ALSA: hda/ca0132: fix array_size.cocci warningsFengguang Wu1-4/+2
2018-05-13ALSA: hda/ca0132: Add new control changes for SBZ + R3DiConnor McAdams1-10/+748
2018-05-13ALSA: hda/ca0132: add ca0132_alt_set_vipsourceConnor McAdams1-1/+73
2018-05-13ALSA: hda/ca0132: Add DSP Volume set and New mixers for SBZ + R3DiConnor McAdams1-1/+202
2018-05-13ALSA: hda/ca0132: add alt_select_in/out for R3Di + SBZConnor McAdams1-18/+607
2018-05-13ALSA: hda/ca0132: add the ability to set src_id on scp commandsConnor McAdams1-12/+74
2018-05-13ALSA: hda/ca0132: Add dsp setup + gpio functions for r3diConnor McAdams1-1/+148
2018-05-13ALSA: hda/ca0132: add dsp setup related commands for the sbzConnor McAdams1-6/+335
2018-05-13ALSA: hda/ca0132: update core functions for sbz + r3diConnor McAdams1-23/+153
2018-05-13ALSA: hda/ca0132: add extra init functions for r3di + sbzConnor McAdams1-8/+265
2018-05-13ALSA: hda/ca0132: Add extra exit functions for R3Di and SBZConnor McAdams1-2/+129
2018-05-13ALSA: hda/ca0132: Add PCI region2 iomap for SBZConnor McAdams1-0/+19
2018-05-13ALSA: hda/ca0132: Add pincfg for SBZ + R3Di, add fp hp auto-detectConnor McAdams1-3/+108
2018-05-13ALSA: hda/ca0132: R3Di and SBZ quirk entires + alt firmware loadingConnor McAdams1-6/+55
2018-05-02ALSA: hda/ca0132: fix build failure when a local macro is definedTakashi Sakamoto1-2/+6
2017-10-13ALSA: hda/ca0132 - use ARRAY_SIZEJérémy Lefaure1-5/+3
2017-09-04ALSA: hda/ca0132 - Fix memory leak at error pathTakashi Iwai1-2/+6
2017-04-01ALSA: hda/ca0132: Limit values for chip addresses to 32-bitMatthias Kaehlcke1-3/+3
2017-03-20ALSA: hda/ca0132: Remove double parenthesesMatthias Kaehlcke1-2/+2
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-01-11ALSA: hda/ca0132 - fix possible NULL pointer useArnd Bergmann1-0/+3
2016-11-25ALSA: hda/ca0132 - Add quirk for Alienware 15 R2 2016Sven Hahne1-0/+1
2016-09-12ALSA: pci: constify local structuresJulia Lawall1-5/+5
2016-02-09ALSA: hda - Fix bad dereference of jack objectTakashi Iwai1-1/+4
2015-12-09ALSA: hda/ca0132 - quirk for Alienware 17 2015Gabriele Martino1-1/+2
2015-10-26ALSA: hda/ca0132 - Convert leftover pr_info() and pr_err()Takashi Iwai1-3/+3
2015-10-20ALSA: hda - convert to hda_device_idTakashi Iwai1-5/+4
2015-08-10ALSA: hda - Fix pin config and mapping on Alienware 15Takashi Iwai1-28/+59
2015-05-29ALSA: hda - Set patch_ops before calling auto-parserTakashi Iwai1-4/+4
2015-05-19ALSA: hda/ca0132: support for Alienware 15 Creative Sound Core3D-EXGabriele Martino1-26/+92
2015-04-16ALSA: hda - Move PCM format and rate handling code to core libraryTakashi Iwai1-5/+2
2015-04-08ALSA: hda - Work around races of power up/down with runtime PMTakashi Iwai1-6/+6
2015-03-23ALSA: hda - Move a part of hda_codec stuff into hdac_deviceTakashi Iwai1-5/+1
2015-03-03ALSA: hda - Use standard workqueue for unsol and jack eventsTakashi Iwai1-2/+1
2015-03-03ALSA: hda - Allocate hda_pcm objects dynamicallyTakashi Iwai1-16/+13
2015-03-03ALSA: hda - Add card field to hda_codec structTakashi Iwai1-1/+1
2015-02-23ALSA: hda - Bind codecs via standard busTakashi Iwai1-14/+2
2014-11-11ALSA: hda - Fix kerneldoc errors in patch_ca0132.cTakashi Iwai1-5/+6
2014-09-16ALSA: hda - Use standard hda_jack infrastructure for CA0132 driverTakashi Iwai1-42/+34
2014-09-11ALSA: hda - Get rid of action field from struct hda_jack_tblTakashi Iwai1-7/+9
2014-08-10ALSA: hda/ca0132 - Don't try loading firmware at resume when already failedTakashi Iwai1-1/+6
2014-06-25ALSA: hda - Kill the rest of snd_print*() usagesTakashi Iwai1-3/+3
2014-02-25ALSA: hda - Replace with standard printkTakashi Iwai1-105/+103
2014-02-25Merge branch 'for-linus' into HEADTakashi Iwai1-61/+7
2014-02-19ALSA: hda/ca0132 - Fix recording from mode id 0x8Hsin-Yu Chao1-3/+1