Ignore:
Timestamp:
Apr 21, 2025, 7:17:25 PM (4 months ago)
Author:
David Azarewicz
Message:

Merge from uniaud32-exp branch

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/include/sound/max9768.h

    r772 r777  
    1010/**
    1111 * struct max9768_pdata - optional platform specific MAX9768 configuration
    12  * @shdn_gpio:  GPIO to SHDN pin. If not valid, pin must be hardwired HIGH
    13  * @mute_gpio:  GPIO to MUTE pin. If not valid, control for mute won't be added
    1412 * @flags: configuration flags, e.g. set classic PWM mode (check datasheet
    1513 *         regarding "filterless modulation" which is default).
    1614 */
    1715struct max9768_pdata {
    18         int shdn_gpio;
    19         int mute_gpio;
    2016        unsigned flags;
    2117#define MAX9768_FLAG_CLASSIC_PWM        (1 << 0)
Note: See TracChangeset for help on using the changeset viewer.