Searched defs:snd_wma_params (Results 1 – 1 of 1) sorted by relevance
122 struct snd_wma_params { struct123 __u16 codec;124 __u8 num_chan; /* 1=Mono, 2=Stereo */125 __u8 pcm_wd_sz; /* 16/24 - bit*/126 __u32 brate; /* Use the hard coded value. */127 __u32 sfreq; /* Sampling freq eg. 8000, 441000, 48000 */128 __u32 channel_mask; /* Channel Mask */129 __u16 format_tag; /* Format Tag */130 __u16 block_align; /* packet size */131 __u16 wma_encode_opt;/* Encoder option */[all …]