#ifndef AK4396_H_INCLUDED #define AK4396_H_INCLUDED #define AK4396_WRITE 0x2000 #define AK4396_CONTROL_1 0 #define AK4396_CONTROL_2 1 #define AK4396_CONTROL_3 2 #define AK4396_LCH_ATT 3 #define AK4396_RCH_ATT 4 /* control 1 */ #define AK4396_RSTN 0x01 #define AK4396_DIF_MASK 0x0e #define AK4396_DIF_16_LSB 0x00 #define AK4396_DIF_20_LSB 0x02 #define AK4396_DIF_24_MSB 0x04 #define AK4396_DIF_24_I2S 0x06 #define AK4396_DIF_24_LSB 0x08 #define AK4396_ACKS 0x80 /* control 2 */ #define AK4396_SMUTE 0x01 #define AK4396_DEM_MASK 0x06 #define AK4396_DEM_441 0x00 #define AK4396_DEM_OFF 0x02 #define AK4396_DEM_48 0x04 #define AK4396_DEM_32 0x06 #define AK4396_DFS_MASK 0x18 #define AK4396_DFS_NORMAL 0x00 #define AK4396_DFS_DOUBLE 0x08 #define AK4396_DFS_QUAD 0x10 #define AK4396_SLOW 0x20 #define AK4396_DZFM 0x40 #define AK4396_DZFE 0x80 /* control 3 */ #define AK4396_DZFB 0x04 #define AK4396_DCKB 0x10 #define AK4396_DCKS 0x20 #define AK4396_DSDM 0x40 #define AK4396_D_P_MASK 0x80 #define AK4396_PCM 0x00 #define AK4396_DSD 0x80 #endif lect name='h' onchange='this.form.submit();'> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include/dt-bindings/clock
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-12-16 10:53:01 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2016-12-16 10:53:01 -0800
commit087a76d390cbb8c0d21ea0cb3672ab4a7bb76362 (patch)
tree7c86752ba8d430c37618851ee2806b5b921299bd /include/dt-bindings/clock
parent759b2656b259d10935647a92dbfae7fafee6a790 (diff)
parent2939e1a86f758b55cdba73e29397dd3d94df13bc (diff)
Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
Pull btrfs updates from Chris Mason: "Jeff Mahoney and Dave Sterba have a really nice set of cleanups in here, and Christoph pitched in corrections/improvements to make btrfs use proper helpers for bio walking instead of doing it by hand. There are some key fixes as well, including some long standing bugs that took forever to track down in btrfs_drop_extents and during balance" * 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs: (77 commits) btrfs: limit async_work allocation and worker func duration Revert "Btrfs: adjust len of writes if following a preallocated extent" Btrfs: don't WARN() in btrfs_transaction_abort() for IO errors btrfs: opencode chunk locking, remove helpers btrfs: remove root parameter from transaction commit/end routines btrfs: split btrfs_wait_marked_extents into normal and tree log functions btrfs: take an fs_info directly when the root is not used otherwise btrfs: simplify btrfs_wait_cache_io prototype btrfs: convert extent-tree tracepoints to use fs_info btrfs: root->fs_info cleanup, access fs_info->delayed_root directly btrfs: root->fs_info cleanup, add fs_info convenience variables btrfs: root->fs_info cleanup, update_block_group{,flags} btrfs: root->fs_info cleanup, lock/unlock_chunks btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_size btrfs: pull node/sector/stripe sizes out of root and into fs_info btrfs: root->fs_info cleanup, io_ctl_init btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere btrfs: struct reada_control.root -> reada_control.fs_info btrfs: struct btrfsic_state->root should be an fs_info btrfs: alloc_reserved_file_extent trace point should use extent_root ...
Diffstat (limited to 'include/dt-bindings/clock')