summaryrefslogtreecommitdiff
path: root/sound/pci/hda/patch_ca0132.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-06ALSA: hda/ca0132 - Fix recording from mode id 0x8Hsin-Yu Chao1-3/+1
2014-03-06ALSA: hda/ca0132 - setup/cleanup streamsHsin-Yu Chao1-59/+7
2013-04-05ALSA: hda/ca0132 - Update latency based on DSP state.Dylan Reid1-2/+53
2013-04-02ALSA: hda/ca0132 - Delay HP amp turnon.Chih-Chung Chang1-4/+23
2013-03-15ALSA: hda/ca0132 - Remove extra setting of dsp_state.Dylan Reid1-9/+6
2013-03-15ALSA: hda/ca0132 - Check download state of DSP.Dylan Reid1-2/+3
2013-03-15ALSA: hda/ca0132 - Check if dspload_image succeeded.Dylan Reid1-2/+6
2013-03-07ALSA: hda/ca0132 - Avoid division by zero in dspxfr_one_seg()Xi Wang1-2/+6
2013-02-12ALSA: hda/ca0132 - Add missing \n to debug printsTakashi Iwai1-75/+75
2013-02-12ALSA: hda/ca0132 - Fix type of INVALID_CHIP_ADDRESSTakashi Iwai1-2/+2
2013-02-11ALSA: hda/ca0132 - Slight optimization for build with DSPTakashi Iwai1-0/+4
2013-02-10ALSA: hda - Fix memory leak and error handling in CA0132 DSP loaderTakashi Iwai1-3/+7
2013-02-10ALSA: CA0132: Improve the DSP transfer timeout calculationsIan Minett1-16/+25
2013-02-07ALSA: hda - Fix misc compile warnings in patch_ca0132.cTakashi Iwai1-8/+6
2013-02-04ALSA: hda - Add new Kconfig CONFIG_SND_HDA_CODEC_CA0132_DSPTakashi Iwai1-2/+2
2013-01-16ALSA: hda/ca0132 - Make some symbols staticTakashi Iwai1-2/+2
2013-01-15ALSA: hda/ca0132 - Fix a wrong comma in snd_printdd() callTakashi Iwai1-1/+1
2013-01-15ALSA: hda/ca0132 - Declare firmware only when really builtTakashi Iwai1-0/+2
2013-01-15ALSA: hda/ca0132 - Fix possible invalid DMA channel deallocationTakashi Iwai1-3/+3
2013-01-15ALSA: hda/ca0132 - Fix possible NULL dereferenceTakashi Iwai1-6/+4
2013-01-15ALSA: hda/ca0132 - Fix another smatch warningTakashi Iwai1-1/+1
2013-01-15ALSA: hda/ca0132 - Fix superfluous unsigned checkTakashi Iwai1-1/+1
2013-01-15ALSA: hda/ca0132 - Use snd_hda_set_pin_ctl() helper againTakashi Iwai1-16/+10
2013-01-15Revert "ALSA: hda - Add firmware caching to CA0132 codec"Takashi Iwai1-22/+6
2013-01-15ALSA: hda/ca0132: Fix potential init errors and update module descriptionIan Minett1-6/+8
2013-01-15ALSA: hda/ca0132: Shuffle to group together related codeIan Minett1-76/+76
2013-01-15ALSA: hda/ca0132: Code shuffle to group similar functions.Ian Minett1-187/+188
2013-01-15ALSA: hda/ca0132: Add tuning controlsIan Minett1-0/+289
2013-01-15ALSA: hda/ca0132: Add unsol handler for DSP and jack detectionIan Minett1-0/+142
2013-01-15ALSA: hda/ca0132: Add PCM enhancementsIan Minett1-13/+118
2013-01-15ALSA: hda/ca0132: Add DSP mixer controls and helpersIan Minett1-288/+544
2013-01-15ALSA: hda/ca0132: Init chip, DSP effects and mixer settingsIan Minett1-32/+700
2013-01-15ALSA: hda/ca0132: Add new definitions and structs for DSPIan Minett1-3/+442
2012-11-28ALSA: hda - Remove superfluous zero-clear memset in patch_ca0132.cTakashi Iwai1-1/+0
2012-11-28ALSA: hda - Fix NULL dereference in error path of patch_ca0132.cTakashi Iwai1-4/+2
2012-11-28ALSA: hda - Remove unnecessary struct hda_stream_format from CA0132Ian Minett1-24/+20
2012-11-28ALSA: hda - Update chipio functions and DSP write wait timeoutIan Minett1-36/+16
2012-11-28ALSA: hda - Add comments and descriptions to CA0132 functionsIan Minett1-17/+163
2012-11-28ALSA: hda - Add firmware caching to CA0132 codecIan Minett1-6/+22
2012-11-28ALSA: hda - Update CA0132 codec to load DSP firmware binaryIan Minett1-4/+1605
2012-11-28ALSA: hda - Add DSP firmware enums and defs to CA0132 codecIan Minett1-8/+43
2012-11-28ALSA: hda - Add CA0132 register definitions fileIan Minett1-0/+2
2012-08-20ALSA: hda - don't create dysfunctional mixer controls for ca0132David Henningsson1-0/+8
2012-08-08ALSA: hda - Add missing SPDIF I/O setup for CA0132Takashi Iwai1-6/+14
2012-08-08ALSA: hda - Use the standard PCM ops for CA0132Takashi Iwai1-113/+29
2012-08-08ALSA: hda - Fix superfluous "-in" suffix from CA0132 capture itemsTakashi Iwai1-2/+2
2012-05-08ALSA: hda - Move BIOS pin-parser code to hda_auto_parser.cTakashi Iwai1-0/+1
2012-04-20ALSA: hda - Add snd_hda_get_default_vref() helper functionTakashi Iwai1-1/+2
2012-04-20ALSA: hda - Introduce snd_hda_set_pin_ctl*() helper functionsTakashi Iwai1-5/+2
2012-02-07ALSA: hda - Fix error handling in patch_ca0132.cTakashi Iwai1-14/+19