Print this page
10621 audiohd cstyle cleanup

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/audio/drv/audiohd/audiohd.h
          +++ new/usr/src/uts/common/io/audio/drv/audiohd/audiohd.h
↓ open down ↓ 601 lines elided ↑ open up ↑
 602  602           * wid of possible & selected input & output connections
 603  603           */
 604  604          wid_t           avail_conn[AUDIOHD_MAX_CONN];
 605  605          wid_t           output_path_next;       /* output pin -> DAC */
 606  606          wid_t           input_path_next;        /* ADC -> input pin */
 607  607          wid_t           monitor_path_next[AUDIOHD_MAX_CONN];
 608  608                                                  /* output pin -> input pin */
 609  609          wid_t           beep_path_next;         /* output pin -> beep widget */
 610  610          wid_t           loopback_path_next;     /* ADC -> output pin */
 611  611  
 612      -        uint16_t        used;
      612 +        uint16_t        used;
 613  613  
 614  614          /*
 615  615           * pointer to struct depending on widget type:
 616  616           *      1. DAC  audiohd_path_t
 617  617           *      2. ADC  audiohd_path_t
 618  618           *      3. PIN  audiohd_pin_t
 619  619           */
 620  620          void    *priv;
 621  621  };
 622  622  
↓ open down ↓ 374 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX