summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_generic.c
Commit message (Expand)AuthorAgeFilesLines
...
* | ALSA: hda - Don't access stereo amps for mono channel widgetsTakashi Iwai2015-03-131-8/+22
|/
* ALSA: hda - Make add_stereo_mix_input flag tristateTakashi Iwai2014-12-151-5/+3Star
* ALSA: hda - Create capture source ctls when stereo mix input is addedTakashi Iwai2014-12-151-0/+2
* ALSA: hda - Add kerneldoc comments to hda_generic.cTakashi Iwai2014-10-301-29/+135
* ALSA: hda - Use "Line Out" name instead of "PCM" when there are other outputsDavid Henningsson2014-10-201-1/+1
* ALSA: hda - Fix "PCM" name being used on one DAC when there are two DACsDavid Henningsson2014-10-201-1/+14
* ALSA: hda - Move the function "check_amp_caps" to hda_codec.cDavid Henningsson2014-09-231-17/+0Star
* ALSA: hda - Allow multiple callbacks for jackTakashi Iwai2014-09-161-7/+12
* ALSA: hda - Get rid of action field from struct hda_jack_tblTakashi Iwai2014-09-111-3/+1Star
* ALSA: hda - Add TLV_DB_SCALE_MUTE bit for relevant controlsTakashi Iwai2014-09-031-1/+8
* ALSA: hda - Fix and neaten print_nid_path/debug_badnessJoe Perches2014-07-071-9/+11
* ALSA: hda - Kill the rest of snd_print*() usagesTakashi Iwai2014-06-251-1/+1
* ALSA: hda - if statement not indentedDan Carpenter2014-05-141-1/+1
* ALSA: hda - Fix registration of beep input deviceTakashi Iwai2014-02-281-1/+0Star
* ALSA: hda - Replace with standard printkTakashi Iwai2014-02-251-21/+21
* Merge branch 'for-linus' into for-nextTakashi Iwai2014-02-121-4/+4
|\
| * ALSA: hda - Fix inconsistent Mic mute LEDTakashi Iwai2014-02-071-4/+4
* | ALSA: hda - Make snd_hda_gen_spec_free() staticTakashi Iwai2014-02-101-2/+1Star
* | ALSA: hda - Move HDA_FIXUP_ACT_FREE call in snd_hda_gen_free()Takashi Iwai2014-02-101-0/+1
* | ALSA: hda - Avoid unnecessary verbs write in snd_hda_activate_path()Takashi Iwai2014-01-301-1/+1
|/
* ALSA: hda - Apply codec power_filter to FG nodesTakashi Iwai2014-01-131-2/+3
* ALSA: hda - Don't create duplicated ctls for loopback pathsTakashi Iwai2014-01-081-2/+4
* ALSA: hda - Kill EXPORT_SYMBOL_HDA()Takashi Iwai2013-12-191-22/+22
* Merge branch 'for-linus' into for-nextTakashi Iwai2013-12-161-1/+46
|\
| * ALSA: hda - Add static DAC/pin mapping for AD1986A codecTakashi Iwai2013-12-111-1/+22
| * ALSA: hda - Mute all aamix inputs as defaultTakashi Iwai2013-12-101-0/+24
* | ALSA: hda - Enable stereo mix as default for AD and VIA codecsTakashi Iwai2013-12-091-1/+18
* | ALSA: hda - Add missing initialization of aamix pathsTakashi Iwai2013-12-061-0/+18
* | ALSA: hda - Allow capture-only configurationTakashi Iwai2013-12-061-1/+2
* | Merge branch 'for-linus' into for-nextTakashi Iwai2013-11-281-21/+58
|\|
| * ALSA: hda - Check leaf nodes to find aamix ampsTakashi Iwai2013-11-281-12/+45
| * ALSA: hda - Fix hp-mic mode without VREF bitsTakashi Iwai2013-11-271-1/+1
| * ALSA: hda - Create Headhpone Mic Jack Mode when really neededTakashi Iwai2013-11-271-8/+12
* | ALSA: hda - Split the generic parser as an individual moduleTakashi Iwai2013-11-261-0/+4
|/
* ALSA: hda - Check keep_eapd_on before inv_eapdTakashi Iwai2013-11-121-2/+2
* ALSA: hda - Introduce the bitmask for excluding output volumeTakashi Iwai2013-11-051-2/+6
* ALSA: hda - Add missing initial vmaster hook at build_controls callbackTakashi Iwai2013-10-251-1/+3
* ALSA: hda - Fix inverted internal mic not indicated on some machinesDavid Henningsson2013-10-141-1/+1
* Merge tag 'asoc-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2013-08-231-3/+3
|\
| * ALSA: hda - Fix missing mute controls for CX5051Takashi Iwai2013-08-121-3/+3
* | ALSA: hda - Mute the right widget in auto_mute_via_amp modeTakashi Iwai2013-08-131-6/+25
* | ALSA: hda - Allow auto_mute_via_amp on bind mute controlsTakashi Iwai2013-08-131-3/+23
* | ALSA: hda - Fix invalid multi-io creation on VAIO-Z laptopsTakashi Iwai2013-07-291-4/+10
* | ALSA: hda - Add snd_hda_jack_detect_state() helper functionTakashi Iwai2013-07-211-3/+5
|/
* ALSA: Replace the magic number 44 with constTakashi Iwai2013-06-281-6/+6
* ALSA: hda - Fix the max length of control name in generic parserTakashi Iwai2013-06-281-1/+1
* ALSA: hda - Add auto_mute_via_amp flag to generic parserTakashi Iwai2013-06-251-1/+46
* ALSA: hda/via - Clean up duplicated codesTakashi Iwai2013-06-031-30/+12Star
* ALSA: hda - Add keep_eapd_on flag to generic parserTakashi Iwai2013-06-031-0/+2
* ALSA: hda - Allow setting automute/automic hooks after parsingTakashi Iwai2013-06-031-9/+33