index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
device
/
azalia_device.c
Age
Commit message (
Expand
)
Author
2022-02-22
treewide: Get rid of CONFIG_AZALIA_MAX_CODECS
Elyes Haouas
2021-11-11
device/azalia_device: Drop unused function parameter
Angel Pons
2021-11-11
device/azalia_device: Adapt and export `codec_init()`
Angel Pons
2021-11-11
azalia_device: Report if codec verb loading failed
Angel Pons
2021-11-11
device/azalia_device: Export `codecs_init()`
Angel Pons
2021-11-04
treewide: Replace bad uses of `find_resource`
Angel Pons
2021-10-05
src/acpi to src/lib: Fix spelling errors
Martin Roth
2021-04-19
device/azalia_device.c: Add option to lock down GCAP
Angel Pons
2021-03-24
device/azalia_device.c: Program beep verbs
Patrick Rudolph
2021-03-24
device/azalia_device.c: Introduce AZALIA_MAX_CODECS
Angel Pons
2021-03-24
device/azalia_device.c: Correct STATESTS access width
Angel Pons
2021-03-24
device/azalia_device.c: Unify `wait_for_valid` timeouts
Angel Pons
2021-03-22
device/azalia_device.c: Switch to stopwatch
Patrick Rudolph
2021-02-10
device/azalia_device: Add mainboard hook to program codecs
Angel Pons
2021-02-10
device/azalia_device: Add function to program a verb table
Angel Pons
2021-02-10
device/azalia_device.c: Correct print format
Angel Pons
2021-02-05
device: correct code style
Frans Hendriks
2020-12-17
azalia: Use `azalia_enter_reset` function
Angel Pons
2020-12-17
azalia: Use `azalia_exit_reset` function
Angel Pons
2020-12-17
device/azalia_device.c: Add codec reset helpers
Angel Pons
2020-12-17
device/azalia_device.c: Clarify comment
Angel Pons
2020-12-17
azalia: Replace `hda_find_verb` uses
Angel Pons
2020-12-17
azalia: Make `azalia_find_verb` parametric
Angel Pons
2020-12-17
azalia: Drop unused parameter from `azalia_find_verb`
Angel Pons
2020-12-17
azalia: Make `find_verb` function non-static
Angel Pons
2020-12-17
device/azalia_device.c: Remove debug prints
Angel Pons
2020-12-17
azalia: Make `set_bits` function non-static
Angel Pons
2020-11-02
azalia: Treat all negative return values as errors
Angel Pons
2020-08-17
{sb/intel/*/azalia.c,device/azalia_device.c}: Reduce differences
Elyes HAOUAS
2020-08-17
device/azalia_device.c: Use <device/azalia_device.h> registers
Elyes HAOUAS
2020-06-06
src: Use pci_dev_ops_pci where applicable
Angel Pons
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-05
Drop explicit NULL initializations from `device_operations`
Elyes HAOUAS
2020-04-04
src/device: Use SPDX for GPL-2.0-only files
Angel Pons
2019-09-17
AUTHORS: Move src/device copyrights into AUTHORS file
Martin Roth
2019-09-15
{cpu,device,drivers}: Remove unused include <device/pci_ops.h>
Elyes HAOUAS
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-01-07
src: 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-07
Correct some common spelling mistakes
Martin Roth
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-02-15
x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer
Kevin Paul Herbert
2014-09-13
azalia: Shrink boilerplate
Vladimir Serbinenko
2013-08-13
Add a generic Intel HD audio (Azalia) module azalia_device.c
Andrew Wu