summaryrefslogtreecommitdiffstats
path: root/src/device/azalia_device.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Get rid of CONFIG_AZALIA_MAX_CODECSElyes Haouas2022-02-221-6/+5
* device/azalia_device: Drop unused function parameterAngel Pons2021-11-111-2/+2
* device/azalia_device: Adapt and export `codec_init()`Angel Pons2021-11-111-3/+3
* azalia_device: Report if codec verb loading failedAngel Pons2021-11-111-2/+5
* device/azalia_device: Export `codecs_init()`Angel Pons2021-11-111-2/+2
* treewide: Replace bad uses of `find_resource`Angel Pons2021-11-041-1/+1
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-051-1/+1
* device/azalia_device.c: Add option to lock down GCAPAngel Pons2021-04-191-0/+5
* device/azalia_device.c: Program beep verbsPatrick Rudolph2021-03-241-0/+2
* device/azalia_device.c: Introduce AZALIA_MAX_CODECSAngel Pons2021-03-241-3/+4
* device/azalia_device.c: Correct STATESTS access widthAngel Pons2021-03-241-13/+13
* device/azalia_device.c: Unify `wait_for_valid` timeoutsAngel Pons2021-03-241-8/+11
* device/azalia_device.c: Switch to stopwatchPatrick Rudolph2021-03-221-12/+16
* device/azalia_device: Add mainboard hook to program codecsAngel Pons2021-02-101-0/+6
* device/azalia_device: Add function to program a verb tableAngel Pons2021-02-101-10/+23
* device/azalia_device.c: Correct print formatAngel Pons2021-02-101-1/+1
* device: correct code styleFrans Hendriks2021-02-051-2/+2
* azalia: Use `azalia_enter_reset` functionAngel Pons2020-12-171-2/+1
* azalia: Use `azalia_exit_reset` functionAngel Pons2020-12-171-4/+2
* device/azalia_device.c: Add codec reset helpersAngel Pons2020-12-171-0/+12
* device/azalia_device.c: Clarify commentAngel Pons2020-12-171-1/+2
* azalia: Replace `hda_find_verb` usesAngel Pons2020-12-171-0/+25
* azalia: Make `azalia_find_verb` parametricAngel Pons2020-12-171-6/+6
* azalia: Drop unused parameter from `azalia_find_verb`Angel Pons2020-12-171-2/+2
* azalia: Make `find_verb` function non-staticAngel Pons2020-12-171-2/+2
* device/azalia_device.c: Remove debug printsAngel Pons2020-12-171-3/+0
* azalia: Make `set_bits` function non-staticAngel Pons2020-12-171-5/+5
* azalia: Treat all negative return values as errorsAngel Pons2020-11-021-7/+7
* {sb/intel/*/azalia.c,device/azalia_device.c}: Reduce differencesElyes HAOUAS2020-08-171-34/+32
* device/azalia_device.c: Use <device/azalia_device.h> registersElyes HAOUAS2020-08-171-15/+11
* src: Use pci_dev_ops_pci where applicableAngel Pons2020-06-061-5/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-1/+0
* src/device: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-12/+2
* AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth2019-09-171-2/+0
* {cpu,device,drivers}: Remove unused include <device/pci_ops.h>Elyes HAOUAS2019-09-151-1/+0
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* src: Use "foo **bar" instead of "foo ** bar"Elyes HAOUAS2019-01-071-1/+1
* {device,drivers}: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+0
* Correct some common spelling mistakesMartin Roth2016-01-071-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-10/+11
* azalia: Shrink boilerplateVladimir Serbinenko2014-09-131-3/+0
* Add a generic Intel HD audio (Azalia) module azalia_device.cAndrew Wu2013-08-131-0/+276