!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/src/linux-oracle-6.8-headers-6.8.0-1028/include/sound/   drwxr-xr-x
Free 83.33 GB of 96.73 GB (86.16%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     madera-pdata.h (1.95 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Platform data for Madera codec driver
 *
 * Copyright (C) 2016-2019 Cirrus Logic, Inc. and
 *                         Cirrus Logic International Semiconductor Ltd.
 */

#ifndef MADERA_CODEC_PDATA_H
#define MADERA_CODEC_PDATA_H

#include <linux/types.h>

#define MADERA_MAX_INPUT        6
#define MADERA_MAX_MUXED_CHANNELS    4
#define MADERA_MAX_OUTPUT        6
#define MADERA_MAX_AIF            4
#define MADERA_MAX_PDM_SPK        2
#define MADERA_MAX_DSP            7

/**
 * struct madera_codec_pdata
 *
 * @max_channels_clocked: Maximum number of channels that I2S clocks will be
 *              generated for. Useful when clock master for systems
 *              where the I2S bus has multiple data lines.
 * @dmic_ref:          Indicates how the MICBIAS pins have been externally
 *              connected to DMICs on each input. A value of 0
 *              indicates MICVDD and is the default. Other values are:
 *              For CS47L35 one of the CS47L35_DMIC_REF_xxx values
 *              For all other codecs one of the MADERA_DMIC_REF_xxx
 *              Also see the datasheet for a description of the
 *              INn_DMIC_SUP field.
 * @inmode:          Mode for the ADC inputs. One of the MADERA_INMODE_xxx
 *              values. Two-dimensional array
 *              [input_number][channel number], with four slots per
 *              input in the order
 *              [n][0]=INnAL [n][1]=INnAR [n][2]=INnBL [n][3]=INnBR
 * @out_mono:          For each output set the value to TRUE to indicate that
 *              the output is mono. [0]=OUT1, [1]=OUT2, ...
 * @pdm_fmt:          PDM speaker data format. See the PDM_SPKn_FMT field in
 *              the datasheet for a description of this value.
 * @pdm_mute:          PDM mute format. See the PDM_SPKn_CTRL_1 register
 *              in the datasheet for a description of this value.
 */
struct madera_codec_pdata {
    u32 max_channels_clocked[MADERA_MAX_AIF];

    u32 dmic_ref[MADERA_MAX_INPUT];

    u32 inmode[MADERA_MAX_INPUT][MADERA_MAX_MUXED_CHANNELS];

    bool out_mono[MADERA_MAX_OUTPUT];

    u32 pdm_fmt[MADERA_MAX_PDM_SPK];
    u32 pdm_mute[MADERA_MAX_PDM_SPK];
};

#endif

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.003 ]--