diff options
| -rw-r--r-- | sound/pci/hda/hda_controller.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/pci/hda/hda_controller.c b/sound/pci/hda/hda_controller.c index dfcb5e929f9f..a2ce773bdc62 100644 --- a/sound/pci/hda/hda_controller.c +++ b/sound/pci/hda/hda_controller.c | |||
| @@ -961,7 +961,6 @@ static int azx_alloc_cmd_io(struct azx *chip) | |||
| 961 | dev_err(chip->card->dev, "cannot allocate CORB/RIRB\n"); | 961 | dev_err(chip->card->dev, "cannot allocate CORB/RIRB\n"); |
| 962 | return err; | 962 | return err; |
| 963 | } | 963 | } |
| 964 | EXPORT_SYMBOL_GPL(azx_alloc_cmd_io); | ||
| 965 | 964 | ||
| 966 | static void azx_init_cmd_io(struct azx *chip) | 965 | static void azx_init_cmd_io(struct azx *chip) |
| 967 | { | 966 | { |
| @@ -1026,7 +1025,6 @@ static void azx_init_cmd_io(struct azx *chip) | |||
| 1026 | azx_writeb(chip, RIRBCTL, AZX_RBCTL_DMA_EN | AZX_RBCTL_IRQ_EN); | 1025 | azx_writeb(chip, RIRBCTL, AZX_RBCTL_DMA_EN | AZX_RBCTL_IRQ_EN); |
| 1027 | spin_unlock_irq(&chip->reg_lock); | 1026 | spin_unlock_irq(&chip->reg_lock); |
| 1028 | } | 1027 | } |
| 1029 | EXPORT_SYMBOL_GPL(azx_init_cmd_io); | ||
| 1030 | 1028 | ||
| 1031 | static void azx_free_cmd_io(struct azx *chip) | 1029 | static void azx_free_cmd_io(struct azx *chip) |
| 1032 | { | 1030 | { |
| @@ -1036,7 +1034,6 @@ static void azx_free_cmd_io(struct azx *chip) | |||
| 1036 | azx_writeb(chip, CORBCTL, 0); | 1034 | azx_writeb(chip, CORBCTL, 0); |
| 1037 | spin_unlock_irq(&chip->reg_lock); | 1035 | spin_unlock_irq(&chip->reg_lock); |
| 1038 | } | 1036 | } |
| 1039 | EXPORT_SYMBOL_GPL(azx_free_cmd_io); | ||
| 1040 | 1037 | ||
| 1041 | static unsigned int azx_command_addr(u32 cmd) | 1038 | static unsigned int azx_command_addr(u32 cmd) |
| 1042 | { | 1039 | { |
| @@ -1316,7 +1313,6 @@ static int azx_send_cmd(struct hda_bus *bus, unsigned int val) | |||
| 1316 | else | 1313 | else |
| 1317 | return azx_corb_send_cmd(bus, val); | 1314 | return azx_corb_send_cmd(bus, val); |
| 1318 | } | 1315 | } |
| 1319 | EXPORT_SYMBOL_GPL(azx_send_cmd); | ||
| 1320 | 1316 | ||
| 1321 | /* get a response */ | 1317 | /* get a response */ |
| 1322 | static unsigned int azx_get_response(struct hda_bus *bus, | 1318 | static unsigned int azx_get_response(struct hda_bus *bus, |
| @@ -1330,7 +1326,6 @@ static unsigned int azx_get_response(struct hda_bus *bus, | |||
| 1330 | else | 1326 | else |
| 1331 | return azx_rirb_get_response(bus, addr); | 1327 | return azx_rirb_get_response(bus, addr); |
| 1332 | } | 1328 | } |
| 1333 | EXPORT_SYMBOL_GPL(azx_get_response); | ||
| 1334 | 1329 | ||
| 1335 | #ifdef CONFIG_SND_HDA_DSP_LOADER | 1330 | #ifdef CONFIG_SND_HDA_DSP_LOADER |
| 1336 | /* | 1331 | /* |
