Searched +full:sound +full:- +full:ak4458 (Results 1 – 5 of 5) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.03 // Audio driver for AK4458 DAC17 #include <sound/initval.h>18 #include <sound/pcm_params.h>19 #include <sound/soc.h>20 #include <sound/soc-dapm.h>21 #include <sound/tlv.h>23 #include "ak4458.h"32 AK4458 = 0, enumerator42 /* AK4458 Codec Private Data */[all …]
1 # SPDX-License-Identifier: GPL-2.0-only5 # setting - SPI can't be modular so that case doesn't need to be covered.489 tristate "Analog Devices AU1761 CODEC - I2C"495 tristate "Analog Devices AU1761 CODEC - SPI"532 tristate "Analog Devices ADAU7002 Stereo PDM-to-I2S/TDM Converter"538 tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - HW Mode"541 Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM547 will be called snd-soc-adau7118-hw.550 tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - I2C"555 Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM[all …]
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/sound/asahi-kasei,ak4458.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: AK4458 audio DAC10 - Shengjiu Wang <[email protected]>15 - asahi-kasei,ak445816 - asahi-kasei,ak449721 avdd-supply:24 dvdd-supply:[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/sound/imx-audio-card.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: NXP i.MX audio sound card.10 - Shengjiu Wang <[email protected]>13 - $ref: sound-card-common.yaml#18 - fsl,imx-audio-card21 ".*-dai-link$":29 link-name:[all …]
1 // SPDX-License-Identifier: GPL-2.0+2 // Copyright 2017-2021 NXP11 #include <sound/soc.h>12 #include <sound/pcm_params.h>13 #include <sound/pcm.h>14 #include <sound/soc-dapm.h>15 #include <sound/simple_card_utils.h>55 * struct imx_card_plat_data - specific info for codecs89 * struct dai_link_data - specific info for dai link104 * struct imx_card_data - platform device data[all …]