Commit Graph

92 Commits (5ceba7bab02df45260452e06f3b9c391ad1d776e)

Author SHA1 Message Date
Mark Brown 1dfb6efd87 ASoC: Remove rbtree register cache 13 years ago
Mark Brown c9016a7937 ASoC: Remove LZO cache type 13 years ago
Paul Gortmaker d81a6d7176 sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed 13 years ago
Lars-Peter Clausen 6c5b756aaa ASoC: Fix register cache sync register_writable WARN_ONs 14 years ago
Axel Lin 3a52f19ee6 ASoC: soc-cache: Remove unneeded codec_drv pointer variable in snd_soc_lzo_get_blksize 14 years ago
Axel Lin 31e12dd377 ASoC: soc-cache: Remove unneeded codec_drv pointer variable in snd_soc_flat_cache_init 14 years ago
Mark Brown e9c039052b ASoC: Remove unused and about to be broken SND_SOC_CUSTOM I/O bus 14 years ago
Mark Brown 5bef44f9b4 ASoC: Move register I/O code into a separate file 14 years ago
Mark Brown f0c4205b54 ASoC: Factor out redundant read() functions 14 years ago
Mark Brown ffdaa48aed ASoC: Suppress restore of default register values for rbtree cache sync 14 years ago
Mark Brown fd137e2bba ASoC: Check for NULL register bank in snd_soc_get_cache_val() 14 years ago
Mark Brown 2ac8b6f41a ASoC: Use explicit endianness conversion in snd_soc_16_8_write() 14 years ago
Mark Brown 94228bcf8c ASoC: Use cpu_to_be16() in 8x16 write 14 years ago
Mark Brown f06f136fe0 ASoC: Convert 7x9 write to use cpu_to_be16() 14 years ago
Mark Brown 60c655e62f ASoC: Convert 16x16 write to use cpu_to_be16() 14 years ago
Dimitris Papastamos 7e146b5586 ASoC: soc-cache: Cache a pointer to the last accessed rbnode 14 years ago
Dimitris Papastamos 0944cc392e ASoC: soc-cache: Block based rbtree compression 14 years ago
Mark Brown f7391fce6a ASoC: Reintroduce do_spi_write() 14 years ago
Mark Brown 6e28f976ec ASoC: Use spi_write() for SPI writes 14 years ago
Mark Brown 063b7cc43f ASoC: Remove byte swap in 4x12 SPI write 14 years ago
Mark Brown 051e994e95 ASoC: Don't squash 16x8 registers down to 8 bits 14 years ago
Dimitris Papastamos 64d2706975 ASoC: soc-cache: Allow codec->cache_bypass to be used with snd_soc_hw_bulk_write_raw() 14 years ago
Lu Guanqun f9861e17bd ASoC: remove unused comment 14 years ago
Mark Brown 34bad69cf6 ASoC: Fix comment width in soc-cache.c 14 years ago
Mark Brown d420d40e9c ASoC: Remove excessively verbose logging on I2C write 14 years ago
Seungwhan Youn 898f8b0b65 ASoC: Fix to avoid compile error 14 years ago
Dimitris Papastamos f20eda5d8f ASoC: soc-cache: Warn on syncing any non-writable registers 14 years ago
Dimitris Papastamos fbda18245b ASoC: soc-cache: Fix indentation issues 14 years ago
Dimitris Papastamos 8020454c9a ASoC: Add default snd_soc_default_writable_register() callback 14 years ago
Dimitris Papastamos acd61451e5 ASoC: soc-cache: Return -ENOSYS instead of -EINVAL 14 years ago
Dimitris Papastamos 30539a18d3 ASoC: soc-cache: Factor-out the SPI write code 14 years ago
Dimitris Papastamos b8cbc19520 ASoC: soc-cache: Factor-out the hw_read() specific code 14 years ago
Dimitris Papastamos 26e9984cbc ASoC: soc-cache: Factor-out the hw_write() specific code 14 years ago
Dimitris Papastamos 5fb609d435 ASoC: soc-cache: Introduce raw bulk write support 14 years ago
Dimitris Papastamos f3594f5c5c ASoC: soc-cache: Factor-out the I2C read code 14 years ago
Dan Carpenter 46fdaa3bec ASoC: soc-cache: dereferencing before checking 14 years ago
Dimitris Papastamos c358e640a6 ASoC: soc-cache: Add trace event for snd_soc_cache_sync() 14 years ago
Dimitris Papastamos 9978007bef ASoC: soc-cache: Apply the cache_bypass option 14 years ago
Dimitris Papastamos dad8e7aeeb ASoC: soc-cache: Introduce the cache_bypass option 14 years ago
Dimitris Papastamos 066d16c3e8 ASoC: soc-cache: Add support for default readable()/volatile() functions 14 years ago
Dimitris Papastamos aea170a099 ASoC: soc-cache: Add reg_size as a member to snd_soc_codec 14 years ago
Dimitris Papastamos d779fce5d7 ASoC: soc-cache: Ensure flat compression uses a copy of the defaults cache 14 years ago
Dimitris Papastamos 1321e8838b ASoC: soc-cache: Clean up the cache manipulation code 14 years ago
Dimitris Papastamos 04f8fd176c ASoC: soc-cache: Fix invalid memory access during snd_soc_lzo_cache_sync() 14 years ago
Mark Brown 68d44ee0bc ASoC: Make LZO cache compression optional 14 years ago
Mark Brown be4fcddd17 ASoC: If we can't find a cache compression type default to flat 14 years ago
Dimitris Papastamos 465d7fcc91 ASoC: soc-cache: A few minor stylistic changes 14 years ago
Dimitris Papastamos 0d735eaa2c ASoC: soc-cache: Add optional cache name member to snd_soc_cache_ops 14 years ago
Mark Brown 001ae4c035 ASoC: Constify struct snd_soc_codec_driver 14 years ago
Dimitris Papastamos 3335ddca93 ASoC: soc-cache: Use reg_def_copy instead of reg_cache_default 14 years ago