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