/sound/pci/ice1712/ |
D | delta.c | 47 static void ap_cs8427_write_byte(struct snd_ice1712 *ice, unsigned char data, unsigned char tmp) in ap_cs8427_write_byte() argument 52 tmp &= ~(ICE1712_DELTA_AP_DOUT|ICE1712_DELTA_AP_CCLK); in ap_cs8427_write_byte() 54 tmp |= ICE1712_DELTA_AP_DOUT; in ap_cs8427_write_byte() 55 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, tmp); in ap_cs8427_write_byte() 57 tmp |= ICE1712_DELTA_AP_CCLK; in ap_cs8427_write_byte() 58 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, tmp); in ap_cs8427_write_byte() 64 static unsigned char ap_cs8427_read_byte(struct snd_ice1712 *ice, unsigned char tmp) in ap_cs8427_read_byte() argument 70 tmp &= ~ICE1712_DELTA_AP_CCLK; in ap_cs8427_read_byte() 71 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, tmp); in ap_cs8427_read_byte() 75 tmp |= ICE1712_DELTA_AP_CCLK; in ap_cs8427_read_byte() [all …]
|
D | ak4xxx.c | 58 unsigned int tmp; in snd_ice1712_akm4xxx_write() local 67 tmp = snd_ice1712_gpio_read(ice); in snd_ice1712_akm4xxx_write() 68 tmp |= priv->add_flags; in snd_ice1712_akm4xxx_write() 69 tmp &= ~priv->mask_flags; in snd_ice1712_akm4xxx_write() 72 tmp |= priv->cs_mask; /* start without chip select */ in snd_ice1712_akm4xxx_write() 74 tmp &= ~priv->cs_mask; /* chip select low */ in snd_ice1712_akm4xxx_write() 75 snd_ice1712_gpio_write(ice, tmp); in snd_ice1712_akm4xxx_write() 80 tmp &= ~priv->cs_mask; in snd_ice1712_akm4xxx_write() 81 tmp |= priv->cs_addr; in snd_ice1712_akm4xxx_write() 82 snd_ice1712_gpio_write(ice, tmp); in snd_ice1712_akm4xxx_write() [all …]
|
D | aureon.c | 114 unsigned int tmp; in aureon_pca9554_write() local 119 tmp = snd_ice1712_gpio_read(ice); in aureon_pca9554_write() 124 tmp |= AUREON_WM_RW; in aureon_pca9554_write() 125 tmp |= AUREON_CS8415_CS | AUREON_WM_CS; /* disable SPI devices */ in aureon_pca9554_write() 127 tmp &= ~AUREON_SPI_MOSI; in aureon_pca9554_write() 128 tmp &= ~AUREON_SPI_CLK; in aureon_pca9554_write() 129 snd_ice1712_gpio_write(ice, tmp); in aureon_pca9554_write() 136 tmp |= AUREON_SPI_CLK; in aureon_pca9554_write() 137 snd_ice1712_gpio_write(ice, tmp); in aureon_pca9554_write() 139 tmp |= AUREON_SPI_MOSI; in aureon_pca9554_write() [all …]
|
D | revo.c | 55 unsigned char old, tmp, dfs; in revo_set_rate_val() local 76 tmp = snd_akm4xxx_get(ak, 0, reg); in revo_set_rate_val() 77 old = (tmp >> shift) & 0x03; in revo_set_rate_val() 83 tmp = snd_akm4xxx_get(ak, 0, reg); in revo_set_rate_val() 84 tmp &= ~(0x03 << shift); in revo_set_rate_val() 85 tmp |= dfs << shift; in revo_set_rate_val() 87 snd_akm4xxx_set(ak, 0, reg, tmp); /* value is written in reset(0) */ in revo_set_rate_val() 424 unsigned int tmp; in ap192_4wire_start() local 427 tmp = snd_ice1712_gpio_read(ice); in ap192_4wire_start() 428 tmp |= VT1724_REVO_CCLK; /* high at init */ in ap192_4wire_start() [all …]
|
D | quartet.c | 274 unsigned int tmp, orig_dir; in qtet_akm_write() local 288 tmp = ice->gpio.get_data(ice); in qtet_akm_write() 290 tmp |= GPIO_SPI_ALL; in qtet_akm_write() 291 ice->gpio.set_data(ice, tmp); in qtet_akm_write() 296 tmp &= ~GPIO_SPI_CSN1; in qtet_akm_write() 298 tmp &= ~GPIO_SPI_CSN0; in qtet_akm_write() 299 ice->gpio.set_data(ice, tmp); in qtet_akm_write() 307 tmp &= ~GPIO_D5_SPI_CCLK; in qtet_akm_write() 308 ice->gpio.set_data(ice, tmp); in qtet_akm_write() 312 tmp |= GPIO_D4_SPI_CDTO; in qtet_akm_write() [all …]
|
D | prodigy192.c | 176 unsigned char tmp, ovol, nvol; in stac9460_dac_vol_put() local 184 tmp = stac9460_get(ice, idx); in stac9460_dac_vol_put() 185 ovol = 0x7f - (tmp & 0x7f); in stac9460_dac_vol_put() 188 ovol = (0x7f - nvol) | (tmp & 0x80); in stac9460_dac_vol_put() 193 stac9460_put(ice, idx, (0x7f - nvol) | (tmp & 0x80)); in stac9460_dac_vol_put() 505 unsigned int tmp; in prodigy192_4wire_start() local 508 tmp = snd_ice1712_gpio_read(ice); in prodigy192_4wire_start() 510 tmp |= VT1724_PRODIGY192_CCLK; /* high at init */ in prodigy192_4wire_start() 511 tmp &= ~VT1724_PRODIGY192_CS; /* drop chip select */ in prodigy192_4wire_start() 512 snd_ice1712_gpio_write(ice, tmp); in prodigy192_4wire_start() [all …]
|
D | ews.c | 59 unsigned char tmp = 0; in ewx_i2c_setlines() local 61 tmp |= ICE1712_EWX2496_SERIAL_CLOCK; in ewx_i2c_setlines() 63 tmp |= ICE1712_EWX2496_SERIAL_DATA; in ewx_i2c_setlines() 64 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, tmp); in ewx_i2c_setlines() 174 unsigned char tmp; in ews88mt_ak4524_lock() local 179 tmp = ICE1712_EWS88_SERIAL_DATA | in ews88mt_ak4524_lock() 183 ice->gpio.direction | tmp); in ews88mt_ak4524_lock() 184 snd_ice1712_write(ice, ICE1712_IREG_GPIO_WRITE_MASK, ~tmp); in ews88mt_ak4524_lock() 200 unsigned char tmp; in ewx2496_ak4524_lock() local 202 tmp = ICE1712_EWX2496_SERIAL_DATA | in ewx2496_ak4524_lock() [all …]
|
D | phase.c | 214 unsigned int tmp; in phase28_spi_write() local 217 tmp = snd_ice1712_gpio_read(ice); in phase28_spi_write() 221 tmp |= PHASE28_WM_RW; in phase28_spi_write() 222 tmp &= ~cs; in phase28_spi_write() 223 snd_ice1712_gpio_write(ice, tmp); in phase28_spi_write() 227 tmp &= ~PHASE28_SPI_CLK; in phase28_spi_write() 228 snd_ice1712_gpio_write(ice, tmp); in phase28_spi_write() 231 tmp |= PHASE28_SPI_MOSI; in phase28_spi_write() 233 tmp &= ~PHASE28_SPI_MOSI; in phase28_spi_write() 234 snd_ice1712_gpio_write(ice, tmp); in phase28_spi_write() [all …]
|
/sound/soc/nuc900/ |
D | nuc900-ac97.c | 100 unsigned long tmp, timeout = 0x10000; in nuc900_ac97_write() local 104 tmp = nuc900_checkready(); in nuc900_ac97_write() 105 if (tmp) in nuc900_ac97_write() 115 tmp = AUDIO_READ(nuc900_audio->mmio + ACTL_ACOS0); in nuc900_ac97_write() 116 tmp |= SLOT1_VALID | SLOT2_VALID | VALID_FRAME; in nuc900_ac97_write() 117 AUDIO_WRITE(nuc900_audio->mmio + ACTL_ACOS0, tmp); in nuc900_ac97_write() 129 tmp = AUDIO_READ(nuc900_audio->mmio + ACTL_ACOS0); in nuc900_ac97_write() 130 tmp &= ~(SLOT1_VALID | SLOT2_VALID); in nuc900_ac97_write() 131 AUDIO_WRITE(nuc900_audio->mmio + ACTL_ACOS0, tmp); in nuc900_ac97_write() 213 unsigned long val, tmp; in nuc900_ac97_trigger() local [all …]
|
/sound/isa/gus/ |
D | gus_timer.c | 35 unsigned char tmp; in snd_gf1_timer1_start() local 42 tmp = (gus->gf1.timer_enabled |= 4); in snd_gf1_timer1_start() 44 snd_gf1_write8(gus, SNDRV_GF1_GB_SOUND_BLASTER_CONTROL, tmp); /* enable timer 1 IRQ */ in snd_gf1_timer1_start() 45 snd_gf1_adlib_write(gus, 0x04, tmp >> 2); /* timer 2 start */ in snd_gf1_timer1_start() 53 unsigned char tmp; in snd_gf1_timer1_stop() local 58 tmp = (gus->gf1.timer_enabled &= ~4); in snd_gf1_timer1_stop() 59 snd_gf1_write8(gus, SNDRV_GF1_GB_SOUND_BLASTER_CONTROL, tmp); /* disable timer #1 */ in snd_gf1_timer1_stop() 71 unsigned char tmp; in snd_gf1_timer2_start() local 78 tmp = (gus->gf1.timer_enabled |= 8); in snd_gf1_timer2_start() 80 snd_gf1_write8(gus, SNDRV_GF1_GB_SOUND_BLASTER_CONTROL, tmp); /* enable timer 2 IRQ */ in snd_gf1_timer2_start() [all …]
|
/sound/pci/oxygen/ |
D | oxygen_io.c | 70 u8 tmp = inb(chip->addr + reg); in oxygen_write8_masked() local 71 tmp &= ~mask; in oxygen_write8_masked() 72 tmp |= value & mask; in oxygen_write8_masked() 73 outb(tmp, chip->addr + reg); in oxygen_write8_masked() 74 chip->saved_registers._8[reg] = tmp; in oxygen_write8_masked() 81 u16 tmp = inw(chip->addr + reg); in oxygen_write16_masked() local 82 tmp &= ~mask; in oxygen_write16_masked() 83 tmp |= value & mask; in oxygen_write16_masked() 84 outw(tmp, chip->addr + reg); in oxygen_write16_masked() 85 chip->saved_registers._16[reg / 2] = cpu_to_le16(tmp); in oxygen_write16_masked() [all …]
|
/sound/pci/ |
D | als300.c | 179 u32 tmp = snd_als300_gcr_read(chip->port, MISC_CONTROL); in snd_als300_set_irq_flag() local 187 tmp |= IRQ_SET_BIT; in snd_als300_set_irq_flag() 189 tmp &= ~IRQ_SET_BIT; in snd_als300_set_irq_flag() 190 snd_als300_gcr_write(chip->port, MISC_CONTROL, tmp); in snd_als300_set_irq_flag() 470 u32 tmp; in snd_als300_playback_prepare() local 478 tmp = snd_als300_gcr_read(chip->port, PLAYBACK_CONTROL); in snd_als300_playback_prepare() 479 tmp &= ~TRANSFER_START; in snd_als300_playback_prepare() 485 tmp &= 0xffff0000; in snd_als300_playback_prepare() 486 tmp |= period_bytes - 1; in snd_als300_playback_prepare() 487 snd_als300_gcr_write(chip->port, PLAYBACK_CONTROL, tmp); in snd_als300_playback_prepare() [all …]
|
/sound/pci/ac97/ |
D | ac97_pcm.c | 261 unsigned int tmp; in snd_ac97_set_rate() local 300 tmp = (rate * ac97->bus->clock) / 48000; in snd_ac97_set_rate() 301 if (tmp > 65535) in snd_ac97_set_rate() 306 snd_ac97_update(ac97, reg, tmp & 0xffff); in snd_ac97_set_rate() 455 unsigned short tmp, slots; in snd_ac97_pcm_assign() local 500 tmp = spdif_slots[j]; in snd_ac97_pcm_assign() 502 tmp = avail_slots[pcm->stream][j]; in snd_ac97_pcm_assign() 505 tmp &= slots; in snd_ac97_pcm_assign() 508 tmp &= ~rpcms[k].r[0].rslots[j]; in snd_ac97_pcm_assign() 512 tmp &= pcm->r[0].slots; in snd_ac97_pcm_assign() [all …]
|
D | ac97_proc.c | 110 unsigned short val, tmp, ext, mext; in snd_ac97_proc_read_main() local 133 tmp = snd_ac97_read(ac97, AC97_CODEC_CLASS_REV); in snd_ac97_proc_read_main() 134 snd_iprintf(buffer, "Revision : 0x%02x\n", tmp & 0xff); in snd_ac97_proc_read_main() 135 snd_iprintf(buffer, "Compat. Class : 0x%02x\n", (tmp >> 8) & 0x1f); in snd_ac97_proc_read_main() 153 tmp = ac97->caps & AC97_BC_DAC_MASK; in snd_ac97_proc_read_main() 155 tmp == AC97_BC_16BIT_DAC ? "16-bit" : "", in snd_ac97_proc_read_main() 156 tmp == AC97_BC_18BIT_DAC ? "18-bit" : "", in snd_ac97_proc_read_main() 157 tmp == AC97_BC_20BIT_DAC ? "20-bit" : "", in snd_ac97_proc_read_main() 158 tmp == AC97_BC_DAC_MASK ? "???" : ""); in snd_ac97_proc_read_main() 159 tmp = ac97->caps & AC97_BC_ADC_MASK; in snd_ac97_proc_read_main() [all …]
|
/sound/aoa/codecs/ |
D | tas.c | 141 u8 tmp; in tas_set_treble() local 143 tmp = tas3004_treble(tas->treble); in tas_set_treble() 144 tas_write_reg(tas, TAS_REG_TREBLE, 1, &tmp); in tas_set_treble() 149 u8 tmp; in tas_set_bass() local 151 tmp = tas3004_bass(tas->bass); in tas_set_bass() 152 tas_write_reg(tas, TAS_REG_BASS, 1, &tmp); in tas_set_bass() 158 int tmp; in tas_set_volume() local 176 tmp = tas_gaintable[left]; in tas_set_volume() 177 block[0] = tmp>>20; in tas_set_volume() 178 block[1] = tmp>>12; in tas_set_volume() [all …]
|
/sound/pci/emu10k1/ |
D | emufx.c | 469 struct snd_emu10k1_fx8010_irq *tmp; in snd_emu10k1_fx8010_unregister_irq_handler() local 473 if ((tmp = emu->fx8010.irq_handlers) == irq) { in snd_emu10k1_fx8010_unregister_irq_handler() 474 emu->fx8010.irq_handlers = tmp->next; in snd_emu10k1_fx8010_unregister_irq_handler() 480 while (tmp && tmp->next != irq) in snd_emu10k1_fx8010_unregister_irq_handler() 481 tmp = tmp->next; in snd_emu10k1_fx8010_unregister_irq_handler() 482 if (tmp) in snd_emu10k1_fx8010_unregister_irq_handler() 483 tmp->next = tmp->next->next; in snd_emu10k1_fx8010_unregister_irq_handler() 1153 u32 *ptr, int tmp, int bit_shifter16, in snd_emu10k1_audigy_dsp_convert_32_to_2x16() argument 1156 A_OP(icode, ptr, iACC3, A_GPR(tmp + 1), reg_in, A_C_00000000, A_C_00000000); in snd_emu10k1_audigy_dsp_convert_32_to_2x16() 1157 A_OP(icode, ptr, iANDXOR, A_GPR(tmp), A_GPR(tmp + 1), A_GPR(bit_shifter16 - 1), A_C_00000000); in snd_emu10k1_audigy_dsp_convert_32_to_2x16() [all …]
|
D | io.c | 141 unsigned int reg, tmp; in snd_emu10k1_spi_write() local 161 tmp = snd_emu10k1_ptr20_read(emu, reg, 0); in snd_emu10k1_spi_write() 162 reset = (tmp & ~0x3ffff) | 0x20000; /* Set xxx20000 */ in snd_emu10k1_spi_write() 165 tmp = snd_emu10k1_ptr20_read(emu, reg, 0); /* write post */ in snd_emu10k1_spi_write() 171 tmp = snd_emu10k1_ptr20_read(emu, reg, 0); in snd_emu10k1_spi_write() 172 if (!(tmp & 0x10000)) { in snd_emu10k1_spi_write() 183 tmp = snd_emu10k1_ptr20_read(emu, reg, 0); /* Write post */ in snd_emu10k1_spi_write() 195 u32 tmp; in snd_emu10k1_i2c_write() local 209 tmp = reg << 25 | value << 16; in snd_emu10k1_i2c_write() 212 snd_emu10k1_ptr20_write(emu, P17V_I2C_1, 0, tmp); in snd_emu10k1_i2c_write() [all …]
|
/sound/oss/ |
D | pas2_pcm.c | 53 int foo, tmp; in pcm_set_speed() local 77 tmp = pas_read(0x0B8A); in pcm_set_speed() 92 tmp &= 0xe0; in pcm_set_speed() 94 tmp |= 0x01; in pcm_set_speed() 96 tmp |= 0x02; in pcm_set_speed() 98 tmp |= 0x09; in pcm_set_speed() 100 tmp |= 0x11; in pcm_set_speed() 102 tmp |= 0x19; in pcm_set_speed() 104 tmp |= 0x04; in pcm_set_speed() 105 pcm_filter = tmp; in pcm_set_speed() [all …]
|
D | ad1848.c | 1130 unsigned char fs, old_fs, tmp = 0; in ad1848_prepare_for_output() local 1156 tmp = ad_read(devc, 16); in ad1848_prepare_for_output() 1157 ad_write(devc, 16, tmp | 0x30); in ad1848_prepare_for_output() 1176 ad_write(devc, 16, tmp & ~0x30); in ad1848_prepare_for_output() 1198 unsigned char fs, old_fs, tmp = 0; in ad1848_prepare_for_input() local 1223 tmp = ad_read(devc, 16); in ad1848_prepare_for_input() 1224 ad_write(devc, 16, tmp | 0x30); in ad1848_prepare_for_input() 1257 unsigned char tmp = portc->speed_bits | (ad_read(devc, 8) & 0xf0); in ad1848_prepare_for_input() local 1259 ad_write(devc, 8, tmp); in ad1848_prepare_for_input() 1289 ad_write(devc, 16, tmp & ~0x30); in ad1848_prepare_for_input() [all …]
|
D | trix.c | 237 unsigned char tmp; in init_trix_wss() local 239 tmp = trix_read(0x13) & ~30; in init_trix_wss() 240 trix_write(0x13, tmp | 0x80 | (dma1 << 4)); in init_trix_wss() 242 tmp = trix_read(0x14) & ~30; in init_trix_wss() 243 trix_write(0x14, tmp | 0x80 | (dma2 << 4)); in init_trix_wss() 274 int tmp; in probe_trix_sb() local 288 tmp = hw_config->irq; in probe_trix_sb() 289 if (tmp > 7) in probe_trix_sb() 291 if (irq_translate[tmp] == -1) in probe_trix_sb() 294 tmp = hw_config->dma; in probe_trix_sb() [all …]
|
D | pss.c | 219 unsigned short tmp, bits; in set_irq() local 224 tmp = inw(REG(dev)) & ~0x38; /* Load confreg, mask IRQ bits out */ in set_irq() 231 outw(tmp | bits, REG(dev)); in set_irq() 237 unsigned short tmp = inw(REG(dev)) & 0x003f; in set_io_base() local 240 outw(bits | tmp, REG(dev)); in set_io_base() 251 unsigned short tmp, bits; in set_dma() local 256 tmp = inw(REG(dev)) & ~0x07; /* Load confreg, mask DMA bits out */ in set_dma() 263 outw(tmp | bits, REG(dev)); in set_dma() 688 char tmp[100]; in attach_pss() local 733 sprintf(tmp, "ECHO-PSS Rev. %d", id); in attach_pss() [all …]
|
/sound/usb/caiaq/ |
D | device.c | 243 char tmp[5]; in snd_usb_caiaq_set_audio_params() local 247 case 44100: tmp[0] = SAMPLERATE_44100; break; in snd_usb_caiaq_set_audio_params() 248 case 48000: tmp[0] = SAMPLERATE_48000; break; in snd_usb_caiaq_set_audio_params() 249 case 88200: tmp[0] = SAMPLERATE_88200; break; in snd_usb_caiaq_set_audio_params() 250 case 96000: tmp[0] = SAMPLERATE_96000; break; in snd_usb_caiaq_set_audio_params() 251 case 192000: tmp[0] = SAMPLERATE_192000; break; in snd_usb_caiaq_set_audio_params() 256 case 16: tmp[1] = DEPTH_16; break; in snd_usb_caiaq_set_audio_params() 257 case 24: tmp[1] = DEPTH_24; break; in snd_usb_caiaq_set_audio_params() 261 tmp[2] = bpp & 0xff; in snd_usb_caiaq_set_audio_params() 262 tmp[3] = bpp >> 8; in snd_usb_caiaq_set_audio_params() [all …]
|
/sound/drivers/opl3/ |
D | opl3_lib.c | 161 unsigned char tmp; in snd_opl3_timer1_start() local 168 tmp = (opl3->timer_enable | OPL3_TIMER1_START) & ~OPL3_TIMER1_MASK; in snd_opl3_timer1_start() 169 opl3->timer_enable = tmp; in snd_opl3_timer1_start() 171 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, tmp); /* enable timer 1 IRQ */ in snd_opl3_timer1_start() 179 unsigned char tmp; in snd_opl3_timer1_stop() local 184 tmp = (opl3->timer_enable | OPL3_TIMER1_MASK) & ~OPL3_TIMER1_START; in snd_opl3_timer1_stop() 185 opl3->timer_enable = tmp; in snd_opl3_timer1_stop() 186 opl3->command(opl3, OPL3_LEFT | OPL3_REG_TIMER_CONTROL, tmp); /* disable timer #1 */ in snd_opl3_timer1_stop() 198 unsigned char tmp; in snd_opl3_timer2_start() local 205 tmp = (opl3->timer_enable | OPL3_TIMER2_START) & ~OPL3_TIMER2_MASK; in snd_opl3_timer2_start() [all …]
|
/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 92 unsigned short result,tmp; in snd_cs46xx_codec_read() local 115 tmp = snd_cs46xx_peekBA0(chip, BA0_ACCTL); in snd_cs46xx_codec_read() 116 if ((tmp & ACCTL_VFRM) == 0) { in snd_cs46xx_codec_read() 117 snd_printk(KERN_WARNING "cs46xx: ACCTL_VFRM not set 0x%x\n",tmp); in snd_cs46xx_codec_read() 118 snd_cs46xx_pokeBA0(chip, BA0_ACCTL, (tmp & (~ACCTL_ESYN)) | ACCTL_VFRM ); in snd_cs46xx_codec_read() 120 tmp = snd_cs46xx_peekBA0(chip, BA0_ACCTL + offset); in snd_cs46xx_codec_read() 121 snd_cs46xx_pokeBA0(chip, BA0_ACCTL, tmp | ACCTL_ESYN | ACCTL_VFRM ); in snd_cs46xx_codec_read() 443 unsigned int tmp; in snd_cs46xx_clear_serial_FIFOs() local 449 tmp = snd_cs46xx_peekBA0(chip, BA0_CLKCR1); in snd_cs46xx_clear_serial_FIFOs() 450 if (!(tmp & CLKCR1_SWCE)) { in snd_cs46xx_clear_serial_FIFOs() [all …]
|
/sound/core/oss/ |
D | mixer_oss.c | 315 int tmp; in snd_mixer_oss_ioctl1() local 326 if (get_user(tmp, p)) in snd_mixer_oss_ioctl1() 328 tmp = snd_mixer_oss_set_recsrc(fmixer, tmp); in snd_mixer_oss_ioctl1() 329 if (tmp < 0) in snd_mixer_oss_ioctl1() 330 return tmp; in snd_mixer_oss_ioctl1() 331 return put_user(tmp, p); in snd_mixer_oss_ioctl1() 337 tmp = snd_mixer_oss_devmask(fmixer); in snd_mixer_oss_ioctl1() 338 if (tmp < 0) in snd_mixer_oss_ioctl1() 339 return tmp; in snd_mixer_oss_ioctl1() 340 return put_user(tmp, p); in snd_mixer_oss_ioctl1() [all …]
|