Name
snd_soc_component_write — 
     Write register value
 
Synopsis
| int snd_soc_component_write ( | struct snd_soc_component * component, | 
|  | unsigned int reg, | 
|  | unsigned int val ); | 
 
Arguments
- component
- 
     Component to write to
     
- reg
- 
     Register to write
     
- val
- 
     Value to write to the register
     
Return
   0 on success, a negative error code otherwise.