summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_ca0132.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda/ca0132: Limit values for chip addresses to 32-bitMatthias Kaehlcke2017-04-011-3/+3
* ALSA: hda/ca0132: Remove double parenthesesMatthias Kaehlcke2017-03-201-2/+2
* scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* ALSA: hda/ca0132 - fix possible NULL pointer useArnd Bergmann2017-01-111-0/+3
* ALSA: hda/ca0132 - Add quirk for Alienware 15 R2 2016Sven Hahne2016-11-251-0/+1
* ALSA: pci: constify local structuresJulia Lawall2016-09-121-5/+5
* ALSA: hda - Fix bad dereference of jack objectTakashi Iwai2016-02-091-1/+4
* ALSA: hda/ca0132 - quirk for Alienware 17 2015Gabriele Martino2015-12-091-1/+2
* ALSA: hda/ca0132 - Convert leftover pr_info() and pr_err()Takashi Iwai2015-10-261-3/+3
* ALSA: hda - convert to hda_device_idTakashi Iwai2015-10-201-5/+4Star
* ALSA: hda - Fix pin config and mapping on Alienware 15Takashi Iwai2015-08-101-28/+59
* ALSA: hda - Set patch_ops before calling auto-parserTakashi Iwai2015-05-291-4/+4
* ALSA: hda/ca0132: support for Alienware 15 Creative Sound Core3D-EXGabriele Martino2015-05-191-26/+92
* ALSA: hda - Move PCM format and rate handling code to core libraryTakashi Iwai2015-04-161-5/+2Star
* ALSA: hda - Work around races of power up/down with runtime PMTakashi Iwai2015-04-081-6/+6
* ALSA: hda - Move a part of hda_codec stuff into hdac_deviceTakashi Iwai2015-03-231-5/+1Star
* ALSA: hda - Use standard workqueue for unsol and jack eventsTakashi Iwai2015-03-031-2/+1Star
* ALSA: hda - Allocate hda_pcm objects dynamicallyTakashi Iwai2015-03-031-16/+13Star
* ALSA: hda - Add card field to hda_codec structTakashi Iwai2015-03-031-1/+1
* ALSA: hda - Bind codecs via standard busTakashi Iwai2015-02-231-14/+2Star
* ALSA: hda - Fix kerneldoc errors in patch_ca0132.cTakashi Iwai2014-11-111-5/+6
* ALSA: hda - Use standard hda_jack infrastructure for CA0132 driverTakashi Iwai2014-09-161-42/+34Star
* ALSA: hda - Get rid of action field from struct hda_jack_tblTakashi Iwai2014-09-111-7/+9
* ALSA: hda/ca0132 - Don't try loading firmware at resume when already failedTakashi Iwai2014-08-101-1/+6
* ALSA: hda - Kill the rest of snd_print*() usagesTakashi Iwai2014-06-251-3/+3
* ALSA: hda - Replace with standard printkTakashi Iwai2014-02-251-105/+103Star
* Merge branch 'for-linus' into HEADTakashi Iwai2014-02-251-61/+7Star
|\
| * ALSA: hda/ca0132 - Fix recording from mode id 0x8Hsin-Yu Chao2014-02-191-3/+1Star
| * ALSA: hda/ca0132 - setup/cleanup streamsHsin-Yu Chao2014-02-191-59/+7Star
* | ALSA: hda - Remove superfluous inclusion of linux/pci.hTakashi Iwai2014-02-151-1/+0Star
|/
* ALSA: hda/ca0132: Staticize codec_send_commandSachin Kamat2013-09-131-1/+1
* ALSA: Replace the magic number 44 with constTakashi Iwai2013-06-281-4/+4
* ALSA: hda/ca0132 - Update latency based on DSP state.Dylan Reid2013-04-051-2/+53
* ALSA: hda/ca0132 - Delay HP amp turnon.Chih-Chung Chang2013-04-021-4/+23
* ALSA: hda/ca0132 - Remove extra setting of dsp_state.Dylan Reid2013-03-151-9/+6Star
* ALSA: hda/ca0132 - Check download state of DSP.Dylan Reid2013-03-151-2/+3
* ALSA: hda/ca0132 - Check if dspload_image succeeded.Dylan Reid2013-03-151-2/+6
* ALSA: hda/ca0132 - Avoid division by zero in dspxfr_one_seg()Xi Wang2013-03-071-2/+6
* ALSA: hda/ca0132 - Add missing \n to debug printsTakashi Iwai2013-02-121-75/+75
* ALSA: hda/ca0132 - Fix type of INVALID_CHIP_ADDRESSTakashi Iwai2013-02-121-2/+2
* ALSA: hda/ca0132 - Slight optimization for build with DSPTakashi Iwai2013-02-111-0/+4
* ALSA: hda - Fix memory leak and error handling in CA0132 DSP loaderTakashi Iwai2013-02-101-3/+7
* ALSA: CA0132: Improve the DSP transfer timeout calculationsIan Minett2013-02-101-16/+25
* ALSA: hda - Fix misc compile warnings in patch_ca0132.cTakashi Iwai2013-02-071-8/+6Star
* ALSA: hda - Add new Kconfig CONFIG_SND_HDA_CODEC_CA0132_DSPTakashi Iwai2013-02-041-2/+2
* ALSA: hda/ca0132 - Make some symbols staticTakashi Iwai2013-01-161-2/+2
* ALSA: hda/ca0132 - Fix a wrong comma in snd_printdd() callTakashi Iwai2013-01-151-1/+1
* ALSA: hda/ca0132 - Declare firmware only when really builtTakashi Iwai2013-01-151-0/+2
* ALSA: hda/ca0132 - Fix possible invalid DMA channel deallocationTakashi Iwai2013-01-151-3/+3
* ALSA: hda/ca0132 - Fix possible NULL dereferenceTakashi Iwai2013-01-151-6/+4Star