Searched hist:a4e9a38b40a0e2f7dad1a0b355896d23fbdd16e0 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/pci/hda/ |
H A D | hda_eld.c | diff a4e9a38b40a0e2f7dad1a0b355896d23fbdd16e0 Thu Oct 17 11:21:12 CDT 2013 Takashi Iwai <tiwai@suse.de> ALSA: hda - Move mutex from hda_eld to per_pin in HDMI codec driver
Since the lock is used primarily in patch_hdmi.c, it's better to move it in the local struct instead of exporting in hda_eld. The only functions requiring the lock in hda_eld.c are proc accessors. So in this patch, the proc entry and its creation/deletion/accessors are moved into patch_hdmi.c, together with the mutex lock to pin_spec struct.
The former proc info functions are exported so that they can be called from patch_hdmi.c.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | hda_local.h | diff a4e9a38b40a0e2f7dad1a0b355896d23fbdd16e0 Thu Oct 17 11:21:12 CDT 2013 Takashi Iwai <tiwai@suse.de> ALSA: hda - Move mutex from hda_eld to per_pin in HDMI codec driver
Since the lock is used primarily in patch_hdmi.c, it's better to move it in the local struct instead of exporting in hda_eld. The only functions requiring the lock in hda_eld.c are proc accessors. So in this patch, the proc entry and its creation/deletion/accessors are moved into patch_hdmi.c, together with the mutex lock to pin_spec struct.
The former proc info functions are exported so that they can be called from patch_hdmi.c.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | patch_hdmi.c | diff a4e9a38b40a0e2f7dad1a0b355896d23fbdd16e0 Thu Oct 17 11:21:12 CDT 2013 Takashi Iwai <tiwai@suse.de> ALSA: hda - Move mutex from hda_eld to per_pin in HDMI codec driver
Since the lock is used primarily in patch_hdmi.c, it's better to move it in the local struct instead of exporting in hda_eld. The only functions requiring the lock in hda_eld.c are proc accessors. So in this patch, the proc entry and its creation/deletion/accessors are moved into patch_hdmi.c, together with the mutex lock to pin_spec struct.
The former proc info functions are exported so that they can be called from patch_hdmi.c.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|