summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_via.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - Clearing jackpoll_interval avoid pending workWang Xingchao2013-07-291-1/+1
* ALSA: hda - Use auto_mute_via_amp=1 for VT1708Takashi Iwai2013-06-251-0/+2
* ALSA: hda - Fix missing Mic Boost controls for VIA codecsTakashi Iwai2013-06-191-0/+2
* ALSA: hda/via - Use standard snd_hda_shutup_pins()Takashi Iwai2013-06-051-8/+3Star
* ALSA: hda/via - Fix wrongly cleared pins after suspend on VT1802Takashi Iwai2013-06-031-1/+3
* ALSA: hda - Add keep_eapd_on flag to generic parserTakashi Iwai2013-06-031-0/+1
* ALSA: hda/via - Disable broken dynamic power controlTakashi Iwai2013-06-031-0/+5
* ALSA: hda - VIA prefers side surrounds over HPTakashi Iwai2013-03-221-0/+20
* ALSA: hda - Use generic array for loopback list managementTakashi Iwai2013-02-071-3/+5
* ALSA: hda - detect jacks on VT1708 even when no streams are activeDavid Henningsson2013-02-051-2/+1Star
* ALSA: hda - Fix phantom jacks on VT1708David Henningsson2013-02-051-0/+13
* ALSA: hda - Add snd_hda_check_power_state() helper functionTakashi Iwai2013-01-241-8/+3Star
* ALSA: hda/via - Fix wrong checks of power state bitsTakashi Iwai2013-01-241-4/+8
* ALSA: hda - Enable parsing the independent HP mode as default for VIA codecsTakashi Iwai2013-01-211-0/+1
* ALSA: hda - Use generic parser for VIA codec driverTakashi Iwai2013-01-121-2405/+205Star
* ALSA: hda - Rearrange INPUT_PIN_ATTR_*Takashi Iwai2013-01-121-1/+1
* ALSA: hda - Move fixup code into struct hda_codecTakashi Iwai2013-01-121-4/+0Star
* ALSA: HDA: VIA: Add support for codec VT1808.Lydia Wang2012-12-101-0/+8
* ALSA: HDA: VIA Add support for codec VT1705CF.Lydia Wang2012-12-101-0/+151
* ALSA: hda - Add a helper function for simple enum kcontrolsTakashi Iwai2012-11-301-12/+1Star
* ALSA: hda - Call snd_array_init() early and only onceTakashi Iwai2012-11-281-1/+1
* ALSA: hda - Removed unused non-standard name "C/LFE"David Henningsson2012-11-091-1/+1
* ALSA: hda - Apply a proper chmap for built-in 2.1 speakersTakashi Iwai2012-11-081-0/+4
* ALSA: hda - Give standard "Bass Speaker" mixer for 2.1 speakersTakashi Iwai2012-11-081-3/+3
* ALSA: hda - Add pin fixups for ASUS G75Takashi Iwai2012-11-071-0/+11
* ALSA: hda - Fix invalid connections in VT1802 codecTakashi Iwai2012-11-071-0/+14
* ALSA: hda - Fix empty DAC filling in patch_via.cTakashi Iwai2012-11-071-7/+4Star
* ALSA: hda - Add missing hda_gen_spec to struct via_specTakashi Iwai2012-10-101-0/+4
* ALSA: hda - make VIA codec use generic unsol event handlerDavid Henningsson2012-10-081-24/+23Star
* ALSA: hda - Remove dead GPIO code for VIA codecDavid Henningsson2012-10-081-47/+0Star
* ALSA: hda/via - don't report presence on HPs with no presence supportHerton Ronaldo Krzesinski2012-09-221-1/+2
* ALSA: hda - limit internal mic boost for Asus X202EDavid Henningsson2012-09-181-0/+29
* ALSA: hda - Clean up CONFIG_SND_HDA_POWER_SAVETakashi Iwai2012-08-301-3/+1Star
* ALSA: hda - Call snd_hda_jack_report_sync() generically in hda_codec.cTakashi Iwai2012-08-221-1/+0Star
* ALSA: hda - Fix pop noise in headphones on S3 for Asus X55A, X55VDavid Henningsson2012-08-091-0/+8
* ALSA: hda - Fix invalid D3 of headphone DAC on VT202x codecsTakashi Iwai2012-07-251-2/+5
* ALSA: Convert to new pm_ops for PCI driversTakashi Iwai2012-07-031-1/+1
* ALSA: hda - Fix possible races of accesses to connection list arrayTakashi Iwai2012-05-191-1/+1
* ALSA: hda - Move BIOS pin-parser code to hda_auto_parser.cTakashi Iwai2012-05-081-0/+1
* ALSA: hda - Add snd_hda_get_default_vref() helper functionTakashi Iwai2012-04-201-3/+4
* ALSA: hda - Introduce snd_hda_set_pin_ctl*() helper functionsTakashi Iwai2012-04-201-16/+7Star
* ALSA: hda/via - Add a few sanity checksTakashi Iwai2012-02-221-1/+10
* ALSA: hda/via - Don't create duplicated boost controlsTakashi Iwai2012-02-221-1/+8
* Merge branch 'fix/hda' into topic/hdaTakashi Iwai2012-02-161-0/+3
|\
| * ALSA: hda - Fix initialization of secondary capture source on VT1705Takashi Iwai2012-02-131-0/+3
* | ALSA: hda - Add suffix argument to snd_hda_add_vmaster()Takashi Iwai2012-02-031-21/+7Star
|/
* ALSA: hda - Disable dynamic-power control for VIA as defaultTakashi Iwai2012-02-021-0/+1
* ALSA: hda - Allow analog low-current mode when dynamic power-control is onTakashi Iwai2012-02-021-6/+21
* ALSA: hda - Fix the logic to detect VIA analog low-current modeTakashi Iwai2012-02-021-1/+1
* ALSA: hda - Check power-state before changing in patch_via.cTakashi Iwai2012-02-021-149/+107Star