Searched refs:MIXART_PLAYBACK_STREAMS (Results 1 – 4 of 4) sorted by relevance
101 #define MIXART_PLAYBACK_STREAMS 4 macro108 #define MIXART_MAX_STREAM_PER_CARD (MIXART_PCM_TOTAL * (MIXART_PLAYBACK_STREAMS + MIXART_CAPTURE_S…169 …struct mixart_stream playback_stream[MIXART_PCM_TOTAL][MIXART_PLAYBACK_STREAMS]; /* 0 = pcm, 1 = p…179 …int digital_playback_active[2*MIXART_PLAYBACK_STREAMS][2]; /* Mixer : Digital Playback Active [(an…180 …int digital_playback_volume[2*MIXART_PLAYBACK_STREAMS][2]; /* Mixer : Digital Playback Volume [(an…
725 idx += MIXART_PLAYBACK_STREAMS; in mixart_update_playback_stream_level()833 snd_BUG_ON(idx >= MIXART_PLAYBACK_STREAMS); in mixart_pcm_vol_get()834 …if(is_aes) stored_volume = chip->digital_playback_volume[MIXART_PLAYBACK_STREAMS + idx]; /* AES pl… in mixart_pcm_vol_get()859 snd_BUG_ON(idx >= MIXART_PLAYBACK_STREAMS); in mixart_pcm_vol_put()861 stored_volume = chip->digital_playback_volume[MIXART_PLAYBACK_STREAMS + idx]; in mixart_pcm_vol_put()905 snd_BUG_ON(idx >= MIXART_PLAYBACK_STREAMS); in mixart_pcm_sw_get()908 idx += MIXART_PLAYBACK_STREAMS; in mixart_pcm_sw_get()922 snd_BUG_ON(idx >= MIXART_PLAYBACK_STREAMS); in mixart_pcm_sw_put()926 j += MIXART_PLAYBACK_STREAMS; in mixart_pcm_sw_put()944 .count = MIXART_PLAYBACK_STREAMS,[all …]
238 stream_count = MIXART_PLAYBACK_STREAMS; in snd_mixart_add_ref_pipe()284 …j = (chip->chip_idx * MIXART_MAX_STREAM_PER_CARD) + (pcm_number * (MIXART_PLAYBACK_STREAMS + MIXAR… in snd_mixart_add_ref_pipe()285 if(capture) j += MIXART_PLAYBACK_STREAMS; /* in the array capture is behind playback */ in snd_mixart_add_ref_pipe()628 …>chip_idx * MIXART_MAX_STREAM_PER_CARD) + (stream->pcm_number * (MIXART_PLAYBACK_STREAMS+MIXART_CA… in snd_mixart_hw_params()630 i += MIXART_PLAYBACK_STREAMS; /* in array capture is behind playback */ in snd_mixart_hw_params()958 MIXART_PLAYBACK_STREAMS, in snd_mixart_pcm_analog()992 MIXART_PLAYBACK_STREAMS, in snd_mixart_pcm_digital()
459 …= mgr->num_cards) || (pcm_number >= MIXART_PCM_TOTAL) || (sub_number >= MIXART_PLAYBACK_STREAMS)) { in snd_mixart_threaded_irq()