Home
last modified time | relevance | path

Searched refs:snd_mixart (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/sound/pci/mixart/
H A Dmixart_mixer.c346 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_analog_vol_get()
361 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_analog_vol_put()
410 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_audio_sw_get()
421 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_audio_sw_put()
823 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_pcm_vol_get()
845 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_pcm_vol_put()
903 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_pcm_sw_get()
917 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_pcm_sw_put()
987 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_monitor_vol_get()
997 struct snd_mixart *chip = snd_kcontrol_chip(kcontrol); in mixart_monitor_vol_put()
[all …]
H A Dmixart.h55 struct snd_mixart *chip[MIXART_MAX_CARDS];
152 struct snd_mixart { struct
203 int snd_mixart_create_pcm(struct snd_mixart * chip); argument
204 struct mixart_pipe *snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture, i…
H A Dmixart_mixer.h14 int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx);
15 int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes);
H A Dmixart.c382 struct snd_mixart *chip; in mixart_set_stream_state()
479 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_prepare()
506 struct snd_mixart *chip; in mixart_set_format()
593 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_hw_params()
651 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_hw_free()
867 struct snd_mixart *chip = snd_pcm_substream_chip(subs); in snd_mixart_close()
1015 static int snd_mixart_chip_free(struct snd_mixart *chip) in snd_mixart_chip_free()
1023 struct snd_mixart *chip = device->device_data; in snd_mixart_chip_dev_free()
1033 struct snd_mixart *chip; in snd_mixart_create()
1057 int snd_mixart_create_pcm(struct snd_mixart* chip) in snd_mixart_create_pcm()
[all …]
H A Dmixart_hwdep.c533 struct snd_mixart *chip = mgr->chip[card_index]; in mixart_dsp_load()
H A Dmixart_core.c456 struct snd_mixart *chip = mgr->chip[chip_number]; in snd_mixart_threaded_irq()