pcm(4): Fix a common typo in source code comments

- s/prefered/preferred/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-09-26 11:21:16 +02:00
parent 94c2d487f1
commit 513ee901ee
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ struct feeder_chain_desc {
struct feeder_chain_state current; /* current state */
struct feeder_chain_state target; /* target state */
struct pcm_feederdesc desc; /* feeder descriptor */
uint32_t afmt_ne; /* prefered native endian */
uint32_t afmt_ne; /* preferred native endian */
int mode; /* chain mode */
int use_eq; /* need EQ? */
int use_matrix; /* need channel matrixing? */
@ -77,7 +77,7 @@ struct feeder_chain_desc {
#endif
/*
* List of prefered formats that might be required during
* List of preferred formats that might be required during
* processing. It will be decided through snd_fmtbest().
*/

View File

@ -552,7 +552,7 @@ feeder_matrix_setup(struct pcm_feeder *f, struct pcmchan_matrix *m_in,
/*
* feeder_matrix_default_id(): For a given number of channels, return
* default prefered id (example: both 5.1 and
* default preferred id (example: both 5.1 and
* 6.0 are simply 6 channels, but 5.1 is more
* preferable).
*/