summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/sound/pci/oxygen/xonar.h
diff options
context:
space:
mode:
authorSrikant Patnaik2015-01-11 12:28:04 +0530
committerSrikant Patnaik2015-01-11 12:28:04 +0530
commit871480933a1c28f8a9fed4c4d34d06c439a7a422 (patch)
tree8718f573808810c2a1e8cb8fb6ac469093ca2784 /ANDROID_3.4.5/sound/pci/oxygen/xonar.h
parent9d40ac5867b9aefe0722bc1f110b965ff294d30d (diff)
downloadFOSSEE-netbook-kernel-source-871480933a1c28f8a9fed4c4d34d06c439a7a422.tar.gz
FOSSEE-netbook-kernel-source-871480933a1c28f8a9fed4c4d34d06c439a7a422.tar.bz2
FOSSEE-netbook-kernel-source-871480933a1c28f8a9fed4c4d34d06c439a7a422.zip
Moved, renamed, and deleted files
The original directory structure was scattered and unorganized. Changes are basically to make it look like kernel structure.
Diffstat (limited to 'ANDROID_3.4.5/sound/pci/oxygen/xonar.h')
-rw-r--r--ANDROID_3.4.5/sound/pci/oxygen/xonar.h54
1 files changed, 0 insertions, 54 deletions
diff --git a/ANDROID_3.4.5/sound/pci/oxygen/xonar.h b/ANDROID_3.4.5/sound/pci/oxygen/xonar.h
deleted file mode 100644
index 0434c207..00000000
--- a/ANDROID_3.4.5/sound/pci/oxygen/xonar.h
+++ /dev/null
@@ -1,54 +0,0 @@
-#ifndef XONAR_H_INCLUDED
-#define XONAR_H_INCLUDED
-
-#include "oxygen.h"
-
-struct xonar_generic {
- unsigned int anti_pop_delay;
- u16 output_enable_bit;
- u8 ext_power_reg;
- u8 ext_power_int_reg;
- u8 ext_power_bit;
- u8 has_power;
-};
-
-struct xonar_hdmi {
- u8 params[5];
-};
-
-/* generic helper functions */
-
-void xonar_enable_output(struct oxygen *chip);
-void xonar_disable_output(struct oxygen *chip);
-void xonar_init_ext_power(struct oxygen *chip);
-void xonar_init_cs53x1(struct oxygen *chip);
-void xonar_set_cs53x1_params(struct oxygen *chip,
- struct snd_pcm_hw_params *params);
-
-#define XONAR_GPIO_BIT_INVERT (1 << 16)
-int xonar_gpio_bit_switch_get(struct snd_kcontrol *ctl,
- struct snd_ctl_elem_value *value);
-int xonar_gpio_bit_switch_put(struct snd_kcontrol *ctl,
- struct snd_ctl_elem_value *value);
-
-/* model-specific card drivers */
-
-int get_xonar_pcm179x_model(struct oxygen *chip,
- const struct pci_device_id *id);
-int get_xonar_cs43xx_model(struct oxygen *chip,
- const struct pci_device_id *id);
-int get_xonar_wm87x6_model(struct oxygen *chip,
- const struct pci_device_id *id);
-
-/* HDMI helper functions */
-
-void xonar_hdmi_init(struct oxygen *chip, struct xonar_hdmi *data);
-void xonar_hdmi_cleanup(struct oxygen *chip);
-void xonar_hdmi_resume(struct oxygen *chip, struct xonar_hdmi *hdmi);
-void xonar_hdmi_pcm_hardware_filter(unsigned int channel,
- struct snd_pcm_hardware *hardware);
-void xonar_set_hdmi_params(struct oxygen *chip, struct xonar_hdmi *hdmi,
- struct snd_pcm_hw_params *params);
-void xonar_hdmi_uart_input(struct oxygen *chip);
-
-#endif