OSDN Git Service

sound: import xiaomi changes
authorDemon000 <demonsingur@gmail.com>
Fri, 10 Nov 2017 20:18:06 +0000 (22:18 +0200)
committerArian <arian.kulmer@web.de>
Tue, 19 Nov 2019 15:24:32 +0000 (16:24 +0100)
commit5203c6688544111a0a485364ee93814711f2cd03
tree451953324cc0e177e08380dd466af7834f07d5c1
parentdc7c3e9ac09b1b765b287508f5f61db07b4701e0
sound: import xiaomi changes

Change-Id: I1305495c4d591d27d380ba61a553bb924d2ce6a8
69 files changed:
drivers/Makefile
drivers/elliptic/Makefile [new file with mode: 0644]
drivers/elliptic/elliptic.c [new file with mode: 0644]
drivers/elliptic/elliptic_data_io.c [new file with mode: 0644]
drivers/elliptic/elliptic_data_io.h [new file with mode: 0644]
drivers/elliptic/elliptic_device.h [new file with mode: 0644]
drivers/elliptic/elliptic_mixer_controls.h [new file with mode: 0644]
drivers/elliptic/elliptic_sysfs.c [new file with mode: 0644]
drivers/elliptic/elliptic_sysfs.h [new file with mode: 0644]
drivers/mfd/Makefile
drivers/mfd/spk-id.c [new file with mode: 0644]
include/linux/mfd/spk-id.h [new file with mode: 0644]
include/sound/apr_elliptic.h [new file with mode: 0644]
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/tas2559/Makefile [new file with mode: 0644]
sound/soc/codecs/tas2559/tas2559-codec.c [new file with mode: 0644]
sound/soc/codecs/tas2559/tas2559-codec.h [new file with mode: 0644]
sound/soc/codecs/tas2559/tas2559-core.c [new file with mode: 0644]
sound/soc/codecs/tas2559/tas2559-core.h [new file with mode: 0644]
sound/soc/codecs/tas2559/tas2559-misc.c [new file with mode: 0644]
sound/soc/codecs/tas2559/tas2559-misc.h [new file with mode: 0644]
sound/soc/codecs/tas2559/tas2559-regmap.c [new file with mode: 0644]
sound/soc/codecs/tas2559/tas2559.h [new file with mode: 0644]
sound/soc/codecs/tas2559/tas2560.h [new file with mode: 0644]
sound/soc/codecs/tas2559/tiload.c [new file with mode: 0644]
sound/soc/codecs/tas2559/tiload.h [new file with mode: 0644]
sound/soc/codecs/tfa98xx/Makefile [new file with mode: 0644]
sound/soc/codecs/tfa98xx/config.h [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa.h [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa1_tfafieldnames.h [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa2_tfafieldnames_N1C.h [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa9887B_init.c [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa9887_init.c [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa9887_tfafieldnames.h [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa9888_init.c [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa9890_init.c [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa9890_tfafieldnames.h [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa9891_genregs.h [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa9891_init.c [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa9891_tfafieldnames.h [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa9897_init.c [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa98xx.c [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa98xx_genregs_N1C.h [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa98xx_parameters.h [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa98xx_tfafieldnames.h [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa_container.c [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa_container.h [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa_container_crc32.c [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa_debug.c [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa_dsp.c [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa_dsp_fw.h [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa_hal.c [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa_internal.h [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa_osal.c [new file with mode: 0644]
sound/soc/codecs/tfa98xx/tfa_service.h [new file with mode: 0644]
sound/soc/codecs/usb-headset.c [new file with mode: 0644]
sound/soc/codecs/usb-headset.h [new file with mode: 0644]
sound/soc/codecs/wcd-mbhc-v2.c
sound/soc/codecs/wcd9335.c
sound/soc/msm/Kconfig
sound/soc/msm/msm-dai-fe.c
sound/soc/msm/msm8998.c
sound/soc/msm/qdsp6v2/Makefile
sound/soc/msm/qdsp6v2/apr_elliptic.c [new file with mode: 0644]
sound/soc/msm/qdsp6v2/msm-elliptic.c [new file with mode: 0644]
sound/soc/msm/qdsp6v2/msm-elliptic.h [new file with mode: 0644]
sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c
sound/soc/msm/qdsp6v2/q6afe.c