#ifndef __DRM_I2C_TDA998X_H__ #define __DRM_I2C_TDA998X_H__ #include #include enum { AFMT_UNUSED = 0, AFMT_SPDIF = TDA998x_SPDIF, AFMT_I2S = TDA998x_I2S, }; struct tda998x_audio_params { u8 config; u8 format; unsigned sample_width; unsigned sample_rate; struct hdmi_audio_infoframe cea; u8 status[5]; }; struct tda998x_encoder_params { u8 swap_b:3; u8 mirr_b:1; u8 swap_a:3; u8 mirr_a:1; u8 swap_d:3; u8 mirr_d:1; u8 swap_c:3; u8 mirr_c:1; u8 swap_f:3; u8 mirr_f:1; u8 swap_e:3; u8 mirr_e:1; struct tda998x_audio_params audio_params; }; #endif t Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSedat Dilek <sedat.dilek@gmail.com>2016-12-26 11:05:11 +0100
committerThomas Gleixner <tglx@linutronix.de>2016-12-27 11:42:12 +0100
commit7e164ce4e8ecd7e9a58a83750bd3ee03125df154 (patch)
tree72014145699b741f20d3533c9b352e6db263c5a2 /net/sched/sch_tbf.c
parent0dad3a3014a0b9e72521ff44f17e0054f43dcdea (diff)
perf/x86/amd/ibs: Fix typo after cleanup state names in cpu/hotplug
Fix a small typo after cleanup state names in cpu/hotplug. The new convention is 'subsys/xxx/yyy:state' where "state" here is called "starting" not "STARTING". Fixes: 73c1b41e63f0 ("cpu/hotplug: Cleanup state names") Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Borislav Petkov <bp@suse.de> Cc: Paul Gortmaker <paul.gortmaker@windriver.com> Link: http://lkml.kernel.org/r/20161226100511.8662-1-sedat.dilek@gmail.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'net/sched/sch_tbf.c')