-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: audio: Adds support for CS35L45 smart amplifier
Adds basic audio functionality for the CS35L45 smart amplifier. Signed-off-by: Ricardo Rivera-Matos <rriveram@opensource.cirrus.com>
- Loading branch information
1 parent
251a39b
commit 557eb6e
Showing
5 changed files
with
741 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) 2024 Cirrus Logic, Inc. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
config AUDIO_CODEC_CS35L45 | ||
bool "Cirrus Logic CS35L45 codec support" | ||
depends on DT_HAS_CIRRUS_CS35L45_ENABLED | ||
select I2C if $(dt_compat_on_bus,$(DT_COMPAT_CIRRUS_CS35L45),i2c) | ||
select GPIO | ||
select REGULATOR | ||
help | ||
Enable driver for CS35L45 smart amplifier |
Oops, something went wrong.