summaryrefslogtreecommitdiffstats
path: root/sound/hda/hdac_device.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda: Drop snd_hdac_calc_stream_format()Cezary Rojewski2023-11-271-61/+0
* ALSA: hda: Upgrade stream-format infrastructureCezary Rojewski2023-11-271-0/+124
* ALSA: hda: Honor subformat when querying PCMsCezary Rojewski2023-11-271-20/+25
* Merge branch 'for-next' into for-linusTakashi Iwai2023-06-261-0/+1
|\
| * ALSA: hda: Add Loongson LS7A HD-Audio supportYanteng Si2023-06-071-0/+1
* | ALSA: hda: Fix unhandled register update during auto-suspend periodTakashi Iwai2023-05-221-1/+1
|/
* driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
* ALSA: hda/realtek - Add HW8326 supporthuangwenhui2022-06-081-0/+1
* ALSA: hda: fix a runtime pm issue in SOF when integrated GPU is disabledRander Wang2020-09-021-0/+2
* ALSA: hda: Use dev_to_hdac_dev macroKai-Heng Feng2020-05-051-1/+1
* ALSA: hda: Use scnprintf() for string truncationTakashi Iwai2020-03-131-1/+1
* ALSA: hda: Update kernel-doc function parameter descriptionsKeyon Jie2020-01-141-4/+8
* ALSA: hda: Manage concurrent reg access more properlyTakashi Iwai2020-01-131-0/+1
* ALSA: hda: More constificationsTakashi Iwai2020-01-051-2/+2
* Revert "ALSA: hda: Add codec on bus address table lately"Takashi Iwai2019-08-151-12/+9
* ALSA: hda: Unexport a few more stuffTakashi Iwai2019-08-141-4/+2
* ALSA: hda: Add codec on bus address table latelyTakashi Iwai2019-08-141-9/+12
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-081-0/+1
|\
| * treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* | ALSA: hda: Simplify snd_hdac_refresh_widgets()Takashi Iwai2019-07-051-8/+5
* | ALSA: hda: Fix widget_mutex incomplete protectionEvan Green2019-07-011-6/+12
|/
* ALSA: hda: Fix race between creating and refreshing sysfs entriesAmadeusz Sławiński2019-05-131-0/+7
* ALSA: hda: Refactor display power managementTakashi Iwai2018-12-111-17/+0
* ALSA: hda: Fix implicit PCM format type conversionTakashi Iwai2018-07-271-1/+1
* ALSA: hda: Copying sync power state helper to coreAbhijeet Kumar2018-02-121-0/+35
* ALSA: hda: Avoid racy recreation of widget kobjectsTakashi Iwai2017-10-191-33/+10
* ALSA: hda: Fix potential race at unregistration and unsol eventsTakashi Iwai2017-06-201-0/+1
* ALSA: hda - Fix possible race on regmap bypass flipTakashi Iwai2016-04-211-6/+4
* ALSA: hda - Fix unexpected resume through regmap code pathTakashi Iwai2016-03-081-0/+16
* ALSA: hda - Add / fix kernel doc commentsTakashi Iwai2015-10-281-4/+6
* ALSA: hda - Add a common helper to give the codec modalias stringTakashi Iwai2015-10-201-0/+15
* ALSA: hda - consolidate chip rename functionsTakashi Iwai2015-10-151-0/+22
* ALSA: hdac: Copy codec helpers to coreSubhransu S. Prusty2015-10-081-0/+81
* ALSA: hda - Fix widget sysfs tree corruption after refreshTakashi Iwai2015-08-261-6/+8
* ALSA: hdac: add snd_hdac_refresh_widget_sysfs()Vinod Koul2015-08-211-0/+28
* ALSA: hda - Check the return value from pm_runtime_get/put*()Takashi Iwai2015-07-171-8/+18
* ALSA: hda - allow a codec to control the link powerMengdong Lin2015-04-291-0/+15
* ALSA: hda - Move PCM format and rate handling code to core libraryTakashi Iwai2015-04-161-0/+300
* ALSA: hda - Fix another race in runtime PM refcountingTakashi Iwai2015-04-131-0/+30
* ALSA: hda - Work around races of power up/down with runtime PMTakashi Iwai2015-04-081-9/+7
* Merge branch 'topic/hda-regmap' into for-nextTakashi Iwai2015-04-041-6/+50
|\
| * ALSA: hda - Use regmap for parameter caches, tooTakashi Iwai2015-03-231-0/+23
| * ALSA: hda - Implement uncached version of parameter readsTakashi Iwai2015-03-231-1/+25
| * ALSA: hda - Use regmap for codec parameter readsTakashi Iwai2015-03-231-12/+9
* | ALSA: hda - Fix subsystem ID read regressionDavid Henningsson2015-04-041-1/+1
|/
* ALSA: hda - Fix possible runtime PM refcount unbalanceTakashi Iwai2015-03-231-2/+1
* ALSA: hda - Support indirect execution of verbsTakashi Iwai2015-03-231-1/+23
* ALSA: hda - Add widget sysfs treeTakashi Iwai2015-03-231-0/+35
* ALSA: hda - Move a part of hda_codec stuff into hdac_deviceTakashi Iwai2015-03-231-0/+471