aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-26ALSA: hda: Fix UAF of leds class devs at unbindingTakashi Iwai1-2/+15
2021-08-17Merge branch 'for-linus' into for-nextTakashi Iwai1-3/+7
2021-08-14ALSA: hda: Nuke unused reboot_notify callbackTakashi Iwai1-19/+0
2021-08-12ALSA: hda - fix the 'Capture Switch' value change notificationsJaroslav Kysela1-3/+7
2021-06-08Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+1
2021-05-31ALSA: hda: Fix a regression in Capture Switch mixer readTakashi Iwai1-0/+1
2021-05-14ALSA: hda: generic: Remove redundant assignment to dacJiapeng Chong1-1/+1
2021-05-06ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HPHui Wang1-5/+11
2021-03-30ALSA: HDA - remove the custom implementation for the audio LED triggerJaroslav Kysela1-137/+25
2021-03-12ALSA: hda: generic: Fix the micmute led init stateHui Wang1-1/+1
2021-03-02ALSA: hda: fix kernel-doc warningsPierre-Louis Bossart1-2/+2
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-1/+1
2020-11-28ALSA: hda/generic: Add option to enforce preferred_dacs pairsTakashi Iwai1-4/+8
2020-08-06ALSA: pci: delete repeated words in commentsRandy Dunlap1-1/+1
2020-07-20ALSA: Replace the word "slave" in vmaster APITakashi Iwai1-10/+10
2020-06-18ALSA: hda: Let LED cdev handling suspend/resumeTakashi Iwai1-0/+1
2020-06-18ALSA: hda: generic: Add vmaster mute LED helperTakashi Iwai1-12/+59
2020-06-18ALSA: hda: generic: Drop the old mic-mute LED hookTakashi Iwai1-19/+3
2020-06-18ALSA: hda: generic: Drop unused snd_hda_gen_fixup_micmute_led()Takashi Iwai1-23/+0
2020-06-18ALSA: hda: generic: Add a helper for mic-mute LED with LED classdevTakashi Iwai1-2/+45
2020-06-18ALSA: hda: generic: Always call led-trigger for mic mute LEDTakashi Iwai1-13/+5
2020-01-14ALSA: hda: correct kernel-doc parameter descriptionsPierre-Louis Bossart1-0/+5
2020-01-13ALSA: hda: Manage concurrent reg access more properlyTakashi Iwai1-1/+1
2020-01-03ALSA: hda - constify and cleanup static NodeID tablesMichał Mirosław1-2/+2
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