Searched defs:snd_pcm_params (Results 1 – 1 of 1) sorted by relevance
65 struct snd_pcm_params { struct66 __u16 codec; /* codec type */67 __u8 num_chan; /* 1=Mono, 2=Stereo */68 __u8 pcm_wd_sz; /* 16/24 - bit*/69 __u32 brate; /* Bitrate in bits per second */70 __u32 sfreq; /* Sampling rate in Hz */71 __u16 frame_size;72 __u16 samples_per_frame; /* Frame size num samples per frame */73 __u32 period_count; /* period elapsed time count, in samples,*/