.. | .. |
---|
94 | 94 | * \param r_count The number of bytes to read |
---|
95 | 95 | * \param r_data The array to read the data from |
---|
96 | 96 | * \return int Return status. |
---|
97 | | -* \retval 0 Succes. |
---|
| 97 | +* \retval 0 Success. |
---|
98 | 98 | * \retval -EIO Failure. |
---|
99 | 99 | * \retval -EINVAL Parameter 'wcount' is not zero but parameter |
---|
100 | 100 | * 'wdata' contains NULL. |
---|
.. | .. |
---|
986 | 986 | * \struct struct drx_channel * \brief The set of parameters describing a single channel. |
---|
987 | 987 | * |
---|
988 | 988 | * Used by DRX_CTRL_SET_CHANNEL and DRX_CTRL_GET_CHANNEL. |
---|
989 | | -* Only certain fields need to be used for a specfic standard. |
---|
| 989 | +* Only certain fields need to be used for a specific standard. |
---|
990 | 990 | * |
---|
991 | 991 | */ |
---|
992 | 992 | struct drx_channel { |
---|
.. | .. |
---|
1606 | 1606 | DRX_AUD_I2S_MATRIX_B_MONO, |
---|
1607 | 1607 | /*< B sound only, stereo or mono */ |
---|
1608 | 1608 | DRX_AUD_I2S_MATRIX_STEREO, |
---|
1609 | | - /*< A+B sound, transparant */ |
---|
| 1609 | + /*< A+B sound, transparent */ |
---|
1610 | 1610 | DRX_AUD_I2S_MATRIX_MONO /*< A+B mixed to mono sum, (L+R)/2 */}; |
---|
1611 | 1611 | |
---|
1612 | 1612 | /* |
---|
.. | .. |
---|
1870 | 1870 | /*< current power management mode */ |
---|
1871 | 1871 | |
---|
1872 | 1872 | /* Tuner */ |
---|
1873 | | - u8 tuner_port_nr; /*< nr of I2C port to wich tuner is */ |
---|
| 1873 | + u8 tuner_port_nr; /*< nr of I2C port to which tuner is */ |
---|
1874 | 1874 | s32 tuner_min_freq_rf; |
---|
1875 | 1875 | /*< minimum RF input frequency, in kHz */ |
---|
1876 | 1876 | s32 tuner_max_freq_rf; |
---|