summaryrefslogtreecommitdiff
path: root/src/device/azalia_device.c
AgeCommit message (Expand)Author
2021-04-19device/azalia_device.c: Add option to lock down GCAPAngel Pons
2021-03-24device/azalia_device.c: Program beep verbsPatrick Rudolph
2021-03-24device/azalia_device.c: Introduce AZALIA_MAX_CODECSAngel Pons
2021-03-24device/azalia_device.c: Correct STATESTS access widthAngel Pons
2021-03-24device/azalia_device.c: Unify `wait_for_valid` timeoutsAngel Pons
2021-03-22device/azalia_device.c: Switch to stopwatchPatrick Rudolph
2021-02-10device/azalia_device: Add mainboard hook to program codecsAngel Pons
2021-02-10device/azalia_device: Add function to program a verb tableAngel Pons
2021-02-10device/azalia_device.c: Correct print formatAngel Pons
2021-02-05device: correct code styleFrans Hendriks
2020-12-17azalia: Use `azalia_enter_reset` functionAngel Pons
2020-12-17azalia: Use `azalia_exit_reset` functionAngel Pons
2020-12-17device/azalia_device.c: Add codec reset helpersAngel Pons
2020-12-17device/azalia_device.c: Clarify commentAngel Pons
2020-12-17azalia: Replace `hda_find_verb` usesAngel Pons
2020-12-17azalia: Make `azalia_find_verb` parametricAngel Pons
2020-12-17azalia: Drop unused parameter from `azalia_find_verb`Angel Pons
2020-12-17azalia: Make `find_verb` function non-staticAngel Pons
2020-12-17device/azalia_device.c: Remove debug printsAngel Pons
2020-12-17azalia: Make `set_bits` function non-staticAngel Pons
2020-11-02azalia: Treat all negative return values as errorsAngel Pons
2020-08-17{sb/intel/*/azalia.c,device/azalia_device.c}: Reduce differencesElyes HAOUAS
2020-08-17device/azalia_device.c: Use <device/azalia_device.h> registersElyes HAOUAS
2020-06-06src: Use pci_dev_ops_pci where applicableAngel Pons
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-05Drop explicit NULL initializations from `device_operations`Elyes HAOUAS
2020-04-04src/device: Use SPDX for GPL-2.0-only filesAngel Pons
2019-09-17AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth
2019-09-15{cpu,device,drivers}: Remove unused include <device/pci_ops.h>Elyes HAOUAS
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-01-07src: Use "foo **bar" instead of "foo ** bar"Elyes HAOUAS
2018-12-19{device,drivers}: Remove useless include <device/pci_ids.h>Elyes HAOUAS
2016-01-07Correct some common spelling mistakesMartin Roth
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2014-09-13azalia: Shrink boilerplateVladimir Serbinenko
2013-08-13Add a generic Intel HD audio (Azalia) module azalia_device.cAndrew Wu