aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-30ALSA: hda/realtek - Fix overridden device-specific initializationTakashi Iwai1-1/+2
2019-08-14ALSA: hda - Add a generic reboot_notifyHui Wang1-0/+19
2019-08-10ALSA: hda - Fix a memory leak bugWenwen Wang1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 32Thomas Gleixner1-14/+1
2018-11-28ALSA: hda - Support led audio triggerTakashi Iwai1-0/+31
2018-08-30ALSA: hda: move hda_codec.h to include/soundPierre-Louis Bossart1-1/+1
2018-06-27ALSA: hda - Kill snd_hda_codec_update_cache()Takashi Iwai1-4/+4
2018-06-21ALSA: hda - Allow multiple ADCs for mic mute LED controlsTakashi Iwai1-18/+14
2018-06-21ALSA: hda - Move mic mute LED helper to the generic parserTakashi Iwai1-0/+140
2018-05-14ALSA: hda: use position offset macro of TLV dataTakashi Sakamoto1-1/+1
2018-04-24ALSA: hda - Use a macro for snd_array iteration loopsTakashi Iwai1-14/+13
2017-10-13ALSA: hda - silence uninitialized variable warning in activate_amp_in()Dan Carpenter1-0/+2
2017-06-28Merge branch 'topic/hda-fix' into for-nextTakashi Iwai1-0/+1
2017-06-28ALSA: hda - set input_path bitmap to zero after moving it to new placeHui Wang1-0/+1
2017-05-17ALSA: hda - Move bind-mixer switch codes to generic parserTakashi Iwai1-2/+44
2017-04-10ALSA: hda - Allow to enable/disable vmaster build explicitlyTakashi Iwai1-2/+5
2017-04-10ALSA: hda - A new flag to enforce prefix to each pinTakashi Iwai1-0/+2
2016-07-25Merge branch 'for-next' into for-linusTakashi Iwai1-4/+0
2016-06-26ALSA: hda - fix read before array startBob Copeland1-0/+2
2016-06-02ALSA: hda - Turn off loopback mixing as defaultTakashi Iwai1-4/+0
2016-04-26Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+4
2016-04-17ALSA: hda - Don't trust the reported actual power stateTakashi Iwai1-2/+4
2016-04-12ALSA: hda - Add missing capture_hook calls for dyn-ADC PCM streamsTakashi Iwai1-0/+2
2016-02-09ALSA: hda - Fix bad dereference of jack objectTakashi Iwai1-2/+2
2015-12-08ALSA: hda - Implement loopback control switch for Realtek and other codecsTakashi Iwai1-19/+68
2015-12-08ALSA: hda - Make snd_hda_parse_nid_path() localTakashi Iwai1-3/+2
2015-12-08ALSA: hda - Remove unused snd_hda_get_nid_path()Takashi Iwai1-16/+0
2015-10-20ALSA: hda - convert to hda_device_idTakashi Iwai1-3/+4
2015-08-25ALSA: hda - Fix path power activationTakashi Iwai1-5/+1
2015-08-25ALSA: hda - Check all inputs for is_active_nid_for_any()Takashi Iwai1-2/+3
2015-07-08ALSA: hda - Fix a wrong busy check in alt PCM openTakashi Iwai1-1/+1
2015-05-27ALSA: hda - Set stream_pm ops automatically by generic parserTakashi Iwai1-1/+4
2015-05-20ALSA: hda - Reduce verbs by node power-savesTakashi Iwai1-0/+8
2015-04-27ALSA: hda - Fix click noise at start on Dell XPS13Takashi Iwai1-1/+2
2015-04-09ALSA: hda/generic - Don't override power_filter when power_save_node is setTakashi Iwai1-1/+2
2015-04-09ALSA: hda/generic - Make snd_hda_gen_path_power_filter() always applicableTakashi Iwai1-0/+4
2015-04-09ALSA: hda/generic - Fix wrong initial power state for fixed pinsTakashi Iwai1-3/+11
2015-04-09ALSA: hda/generic - Check power state cap at updating the widget powerTakashi Iwai1-0/+2
2015-04-04ALSA: hda - Sync node attributes at resume from widget power savingTakashi Iwai1-4/+2
2015-03-23ALSA: hda - Use regmap for command verb caches, tooTakashi Iwai1-12/+2
2015-03-23ALSA: hda - Move a part of hda_codec stuff into hdac_deviceTakashi Iwai1-14/+11
2015-03-20ALSA: hda - Rename power_mgmt flag with power_save_nodeTakashi Iwai1-15/+15
2015-03-20ALSA: hda - Fix power of pins used for mute LED with vrefsTakashi Iwai1-7/+30
2015-03-18ALSA: hda - Adjust power of beep widget and outputsTakashi Iwai1-0/+69
2015-03-18ALSA: hda - Support advanced power state controlsTakashi Iwai1-47/+254
2015-03-17ALSA: hda - Simplify PCM setup overridesTakashi Iwai1-50/+60
2015-03-16Merge branch 'topic/hda-unbind' into for-nextTakashi Iwai1-12/+16
2015-03-16Merge branch 'topic/hda-bus' into for-nextTakashi Iwai1-5/+13
2015-03-16ALSA: hda - Treat stereo-to-mono mix properlyTakashi Iwai1-2/+19
2015-03-13ALSA: hda - Don't access stereo amps for mono channel widgetsTakashi Iwai1-8/+22