Searched defs:snd_sst_postproc_info (Results 1 – 1 of 1) sorted by relevance
203 struct snd_sst_postproc_info { struct204 __u32 src_min; /* Supported SRC Min sampling freq */205 __u32 src_max; /* Supported SRC Max sampling freq */206 __u8 src; /* 0=Not supported, 1=Supported */207 __u8 bass_boost; /* 0=Not Supported, 1=Supported */208 __u8 stereo_widening; /* 0=Not Supported, 1=Supported */209 __u8 volume_control; /* 0=Not Supported, 1=Supported */210 __s16 min_vol; /* Minimum value of Volume in dB */211 __s16 max_vol; /* Maximum value of Volume in dB */212 __u8 mute_control; /* 0=No Mute, 1=Mute */[all …]