aboutsummaryrefslogtreecommitdiff
path: root/include/sound/hdaudio.h
AgeCommit message (Expand)AuthorFilesLines
2018-09-17Merge tag 'asoc-v4.19-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Takashi Iwai 1-0/+1
2018-09-12sound: don't call skl_init_chip() to reset intel skl socGravatar Yu Zhao 1-0/+1
2018-07-27ALSA: hda: Fix implicit PCM format type conversionGravatar Takashi Iwai 1-1/+2
2018-07-19Merge branch 'topic/drm_audio_component' into for-nextGravatar Takashi Iwai 1-3/+3
2018-07-17drm/i915: Split audio component to a generic typeGravatar Takashi Iwai 1-3/+3
2018-07-03Merge branch 'topic/hda-core-intel' into for-nextGravatar Takashi Iwai 1-0/+29
2018-06-28ALSA: hdac: add extended ops in the hdac_busGravatar Rakesh Ughreja 1-0/+9
2018-06-28ALSA: hdac: Remove usage of struct hdac_ext_driver, use hdac_driver insteadGravatar Rakesh Ughreja 1-0/+5
2018-06-28ALSA: hdac: Remove usage of struct hdac_ext_bus and use hdac_bus insteadGravatar Rakesh Ughreja 1-0/+15
2018-06-28ALSA: hda - Move in_pm accessors to HDA coreGravatar Takashi Iwai 1-0/+27
2018-04-24ALSA: hda - Use a macro for snd_array iteration loopsGravatar Takashi Iwai 1-0/+5
2018-04-05Merge tag 'sound-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+2
2018-03-13vga_switcheroo: Use device link for HDA controllerGravatar Lukas Wunner 1-3/+0
2018-02-12ALSA: hda: Copying sync power state helper to coreGravatar Abhijeet Kumar 1-0/+2
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Takashi Iwai 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-19ALSA: hda: Avoid racy recreation of widget kobjectsGravatar Takashi Iwai 1-2/+1
2017-04-03ALSA: hda - Avoid tricky macrosGravatar Takashi Iwai 1-10/+18
2016-08-09ALSA: hda - move bus_parse_capabilities to coreGravatar Vinod Koul 1-0/+13
2016-03-08ALSA: hda - Fix unexpected resume through regmap code pathGravatar Takashi Iwai 1-0/+2
2016-02-26ALSA: hda - Loop interrupt handling until really clearedGravatar Takashi Iwai 1-1/+1
2015-10-20ALSA: hda - Add a common helper to give the codec modalias stringGravatar Takashi Iwai 1-0/+1
2015-10-20ALSA: hda - Add hduadio support to DEVTABLEGravatar Subhransu S. Prusty 1-11/+1
2015-10-20ALSA: hda - Add api_version to hda_device_id structGravatar Takashi Iwai 1-0/+1
2015-10-15ALSA: hda - consolidate chip rename functionsGravatar Takashi Iwai 1-0/+1
2015-10-08ALSA: hdac: Copy codec helpers to coreGravatar Subhransu S. Prusty 1-0/+6
2015-08-23ALSA: hdac: Add snd_hdac_get_hdac_stream()Gravatar Jeeja KP 1-0/+2
2015-08-21ALSA: hdac: add snd_hdac_refresh_widget_sysfs()Gravatar Vinod Koul 1-0/+1
2015-07-17ALSA: hda - Check the return value from pm_runtime_get/put*()Gravatar Takashi Iwai 1-8/+8
2015-06-03ALSA: hda - add HDA default codec match functionGravatar Vinod Koul 1-0/+14
2015-05-20ALSA: hda - Move hda_i915.c from sound/pci/hda to sound/hdaGravatar Mengdong Lin 1-0/+5
2015-04-29ALSA: hda - allow a codec to control the link powerGravatar Mengdong Lin 1-0/+4
2015-04-17ALSA: hda - add generic functions to set hdac stream paramsGravatar Jeeja KP 1-0/+2
2015-04-17ALSA: hda - add ASoC device type for hda coreGravatar Ramesh Babu 1-0/+1
2015-04-17ALSA: hda - Move prepared flag into struct hdac_streamGravatar Takashi Iwai 1-0/+1
2015-04-16ALSA: hda - Move PCM format and rate handling code to core libraryGravatar Takashi Iwai 1-0/+9
2015-04-16ALSA: hda - moved alloc/free stream pages function to controller libraryGravatar Jeeja KP 1-0/+3
2015-04-16ALSA: hda - Add DSP loader to core library codeGravatar Takashi Iwai 1-0/+46
2015-04-16ALSA: hda - Add the controller helper codes to hda-core moduleGravatar Takashi Iwai 1-3/+221
2015-04-13ALSA: hda - Fix another race in runtime PM refcountingGravatar Takashi Iwai 1-28/+4
2015-04-08ALSA: hda - Work around races of power up/down with runtime PMGravatar Takashi Iwai 1-0/+28
2015-03-23ALSA: hda - Add cache support for COEF read/writeGravatar Takashi Iwai 1-0/+1
2015-03-23ALSA: hda - Allow driver to add vendor-specific verbs for regmapGravatar Takashi Iwai 1-0/+1
2015-03-23ALSA: hda - Use regmap for parameter caches, tooGravatar Takashi Iwai 1-0/+3
2015-03-23ALSA: hda - Implement uncached version of parameter readsGravatar Takashi Iwai 1-0/+2
2015-03-23ALSA: hda - Use regmap for codec parameter readsGravatar Takashi Iwai 1-1/+19
2015-03-23ALSA: hda - Add regmap supportGravatar Takashi Iwai 1-0/+4
2015-03-23ALSA: hda - Move generic array helpers to core libGravatar Takashi Iwai 1-0/+33
2015-03-23ALSA: hda - Support indirect execution of verbsGravatar Takashi Iwai 1-0/+6
2015-03-23ALSA: hda - Add widget sysfs treeGravatar Takashi Iwai 1-0/+6