X-Git-Url: https://git.codelabs.ch/?p=muen%2Flinux.git;a=blobdiff_plain;f=include%2Fsound%2Frt5651.h;h=18b79a761f10657bb9a2906fc605b1332c5c901f;hp=d35de758dfb5538a9d67ffb89c5cd707b6dda7c7;hb=60d5a1a47b9a8381c08d2263b11ac9c757c87746;hpb=2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e;ds=sidebyside diff --git a/include/sound/rt5651.h b/include/sound/rt5651.h index d35de758dfb5..18b79a761f10 100644 --- a/include/sound/rt5651.h +++ b/include/sound/rt5651.h @@ -11,11 +11,19 @@ #ifndef __LINUX_SND_RT5651_H #define __LINUX_SND_RT5651_H +enum rt5651_jd_src { + RT5651_JD_NULL, + RT5651_JD1_1, + RT5651_JD1_2, + RT5651_JD2, +}; + struct rt5651_platform_data { /* IN2 can optionally be differential */ bool in2_diff; bool dmic_en; + enum rt5651_jd_src jd_src; }; #endif