summaryrefslogtreecommitdiffstats
path: root/src/include/device/azalia_device.h
Commit message (Expand)AuthorAgeFilesLines
* include/device/azalia_device.h: Add enum for misc fieldNicholas Chin2024-02-131-2/+7
* device/azalia_device: Drop unused function parameterAngel Pons2021-11-111-1/+1
* device/azalia_device: Adapt and export `codec_init()`Angel Pons2021-11-111-0/+1
* device/azalia_device: Export `codecs_init()`Angel Pons2021-11-111-0/+1
* device/azalia_device.h: Rewrite verb macrosAngel Pons2021-11-041-18/+19
* device/azalia_device.h: Guard macro parametersAngel Pons2021-11-041-1/+1
* device/azalia_device: Add mainboard hook to program codecsAngel Pons2021-02-101-0/+3
* device/azalia_device: Add function to program a verb tableAngel Pons2021-02-101-0/+1
* device/azalia_device.c: Add codec reset helpersAngel Pons2020-12-171-0/+2
* azalia: Make `azalia_find_verb` parametricAngel Pons2020-12-171-1/+1
* azalia: Drop unused parameter from `azalia_find_verb`Angel Pons2020-12-171-1/+1
* azalia: Make `find_verb` function non-staticAngel Pons2020-12-171-0/+1
* azalia: Make `set_bits` function non-staticAngel Pons2020-12-171-0/+1
* include/device/azalia_device: Fix typoPatrick Rudolph2020-10-261-1/+1
* azalia_device.h: Add new macro to configure pins as NCFelix Singer2020-09-281-0/+2
* include/device/azalia_device: Fix typoPatrick Rudolph2020-08-311-1/+1
* soc/intel/common: Move common HDA registers to <device/azalia_device.h>Elyes HAOUAS2020-08-171-0/+10
* include/device/azalia_device.h: Include <stdint.h>Elyes HAOUAS2020-08-051-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* include/device/azalia: Add enums and MACROsPatrick Rudolph2020-04-251-0/+88
* src/include: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* src: Remove unneeded include <arch/interrupt.h>Elyes HAOUAS2019-09-111-1/+0
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-231-2/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* azalia: Add Azalia Reset macroLijian Zhao2018-11-291-0/+4
* src/include: Wrap lines at 80 columnsLee Leahy2017-03-131-6/+11
* src/include: Remove spaces before ( and after )Lee Leahy2017-03-121-4/+4
* src/include: Add parenthesis around macrosLee Leahy2017-03-101-8/+8
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* Replace includes of build.h with version.hKyösti Mälkki2014-11-201-1/+0
* azalia: Shrink boilerplateVladimir Serbinenko2014-09-131-4/+15
* azalia: Add convenience macrosVladimir Serbinenko2014-09-051-0/+12
* azalia: Move shared variable to separate fileVladimir Serbinenko2014-08-181-0/+5
* Add a generic Intel HD audio (Azalia) module azalia_device.cAndrew Wu2013-08-131-0/+28