summaryrefslogtreecommitdiff
path: root/mac80211.h
blob: 780362579f3d4f2710e82e40acd33c1ebcda8f5c (plain)
1
2
3
4
5
6
7
#ifndef MAC80211_H
#define MAC80211_H

extern void enter_rfmon_mac80211(const char *device, char **mondev);
extern void leave_rfmon_mac80211(const char *device, const char *mondev);

#endif /* MAC80211_H */
='ctrl'>space:mode:
authorJeeja KP <jeeja.kp@intel.com>2016-02-22 07:50:33 +0530
committerMark Brown <broonie@kernel.org>2016-02-23 06:25:49 +0900
commit571d507809812e1d9c06aa80be714bf39ece6b8e (patch)
tree17dd933b22e1dccb9c86f5e233c6ad19423597a6 /Documentation/kobject.txt
parent7ed49700c4d6959dbfdf174023a57fc15a97c9ab (diff)
ASoC: hdac_hdmi: Add PM support
The codec registers are reset during S3. So need to reconfigure all pins and DP1.2 feature again after resume from S3. Also reprogram the required registers if the S3 was triggered during playback. In suspended state ELD notify callback is not processed, So add ELD check for all pins as well. Also turn the codec power domain OFF which is kept ON during controller resequencing and codec reenumeration. Signed-off-by: Jeeja KP <jeeja.kp@intel.com> Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/kobject.txt')