forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: audio: tas6422dac: add driver
Add Texas Instruments TAS6422 DAC driver. Signed-off-by: Benjamin Lemouzy <[email protected]>
- Loading branch information
1 parent
cb76aab
commit 75bc80d
Showing
6 changed files
with
666 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Copyright (c) 2023 Centralp | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
config AUDIO_TAS6422DAC | ||
bool "TAS6422 audio amplifier support" | ||
default y | ||
depends on DT_HAS_TI_TAS6422DAC_ENABLED | ||
select I2C | ||
depends on GPIO | ||
help | ||
Enable TAS6422 support on the selected board |
Oops, something went wrong.